Etherpad Lite - Package updates
-
[3.5.8]
- Update Etherpad to 1.8.17
- Full changelog
- Fixed a vunlerability in the CHANGESET_REQ message handler that allowed a user with any access to read any pad if the pad ID is known.
- Fixed a bug that caused all pad edit messages received at the server to go through a single queue. Now there is a separate queue per pad as intended, which should reduce message processing latency when many pads are active at the same time.
-
[4.1.0]
- Update Etherpad to 2.1.1
- Full changelog
-
[4.1.1]
- Update Etherpad to 2.2.3
- Full changelog
-
[4.1.2]
- Update Etherpad to 2.2.4
- Full changelog
-
[4.3.1]
- Update etherpad-lite to 2.3.2
- Full Changelog
- Fixed admin ui displaying incorrect text
- Dependency updates
-
[4.3.2]
- chore(deps): update dependency ether/etherpad-lite to v2.4.2
-
[4.3.3]
- Reduce logging to INFO level
-
[4.4.0]
- Update etherpad-lite to 2.5.1
- Full Changelog
- Added endpoint for prometheus scraping. You can now scrape the metrics endpoint with prometheus. It is available at /stats/prometheus if you have enableMetrics set to true in your settings.json
- fixed exposeVersion causing the pad panel to not load correctly
- fixed admin manage pad url to also take the base path into account
- Updated to express 5.0.0. This is a major update to express that brings a lot of improvements and fixes. Please update all your plugins to the latest version to ensure compatibility. A lot changed in the route matching, and thus old plugins will throw errors and crash Etherpad.
- Fixed an issue with the no-skin theme with cookie recentPadList feature
- Fixed layout issues with the no-skin theme