Update CHANGES.md

This commit is contained in:
Kegan Dougal 2025-08-12 20:10:50 +01:00 committed by GitHub
parent 56472da86b
commit 14aa596333
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,8 @@ This is a security release, adding support for [room version 12](https://matrix.
### Bug fixes ### Bug fixes
- Refactored NATS JetStream code to gracefully handle more potential errors. (contributed by [neilalexander](https://github.com/neilalexander)) - Refactored NATS JetStream code to gracefully handle more potential errors. (contributed by [neilalexander](https://github.com/neilalexander))
- Refactored NATS startup and readiness checking. (contributed by [neilalexander](https://github.com/neilalexander)) - Refactored NATS startup and readiness checking. (contributed by [neilalexander](https://github.com/neilalexander))
- Updated NATS to 2.10.25. (contributed by [neilalexander](https://github.com/neilalexander)) - Updated NATS to 2.11.7. (contributed by [neilalexander](https://github.com/neilalexander))
- Fixed an issue which could cause Dendrite to become unresponsive for minutes at a time. (contributed by [viviicat](https://github.com/viviicat))
- Order events when backfilling to reduce the amount of unecessary `/state_ids` requests. - Order events when backfilling to reduce the amount of unecessary `/state_ids` requests.
- Gracefully handle incorrect sync filter JSON. - Gracefully handle incorrect sync filter JSON.
- Fixed an issue which prevented device deletion working correctly. (contributed by [robinsdan](https://github.com/robinsdan)) - Fixed an issue which prevented device deletion working correctly. (contributed by [robinsdan](https://github.com/robinsdan))