Goals
This point release contains fixes and improvements addressing issues and needs we encountered on the flagship instance cryptpad.fr
Improvements
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:
- Stop your server
- Get the latest code with git
git fetch origin --tags
git checkout 2024.9.1
npm ci
npm run install:components
- Restart your server
- Review your instance's checkup page to ensure that you are passing all tests