CryptPad logo

CryptPad

End-to-end encrypted collaborative office suite

Alternative to: Google Docs, Google Workspace, Microsoft 365

CryptPad screenshotCryptPad screenshot

About Versions (100)

2024.9.1

2024-11-13

Goals

This point release contains fixes and improvements addressing issues and needs we encountered on the flagship instance cryptpad.fr

Improvements

  • Add support for monitoring plugin #1707
  • Support more options for plugins #1713

Fixes

  • Contact page not loading #1685
  • Server worker issues #168
  • Prevent server Out-of-Memory crash caused by document history #1701

Dependencies

We upgraded the following packages

  • cookie-parser to 1.4.7
  • express to 4.21.1
  • http-proxy-middleware 3.0.3

Upgrade notes

If you are upgrading from a version older than 2024.9.0 please read the upgrade notes of all versions between yours and 2024.9.0 to avoid configuration issues.

To upgrade:

  1. Stop your server
  2. Get the latest code with git
git fetch origin --tags
git checkout 2024.9.1
npm ci
npm run install:components
  1. Restart your server
  2. Review your instance’s checkup page to ensure that you are passing all tests