Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2024.9.1 source code.tar.gz | 2024-11-13 | 20.4 MB | |
2024.9.1 source code.zip | 2024-11-13 | 23.8 MB | |
README.md | 2024-11-13 | 1.3 kB | |
Totals: 3 Items | 44.2 MB | 1 |
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
:::bash 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