v0.15.0 (#3627)
Some checks are pending
Dendrite / WASM build test (push) Waiting to run
Dendrite / Linting (push) Waiting to run
Dendrite / Unit tests (push) Waiting to run
Dendrite / Build for Linux (push) Waiting to run
Dendrite / Build for Windows (push) Waiting to run
Dendrite / Initial tests passed (push) Blocked by required conditions
Dendrite / Integration tests (push) Blocked by required conditions
Dendrite / Upgrade tests (push) Blocked by required conditions
Dendrite / Upgrade tests from HEAD-2 (push) Blocked by required conditions
Dendrite / Sytest (SQLite Cgo) (push) Blocked by required conditions
Dendrite / Sytest (PostgreSQL) (push) Blocked by required conditions
Dendrite / Sytest (SQLite native) (push) Blocked by required conditions
Dendrite / Complement (PostgreSQL) (push) Blocked by required conditions
Dendrite / Complement (SQLite native) (push) Blocked by required conditions
Dendrite / Complement (SQLite Cgo) (push) Blocked by required conditions
Dendrite / Integration tests passed (push) Blocked by required conditions
Dendrite / Update Docker images (push) Blocked by required conditions

Also updates the README to:
 - highlight Dendrite is in maintenance mode
- remove references to being "scalable" as we eventually decided to
focus on smaller deployments not huge ones.
- remove the progress section as it was horribly outdated and in general
Dendrite is roughly feature complete with synapse (with the exception of
sliding sync and OIDC, which is also now mentioned explicitly)
This commit is contained in:
Kegan Dougal 2025-08-12 20:44:48 +01:00 committed by GitHub
parent d4c5804ad2
commit 5e05f3090b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 31 additions and 37 deletions

View file

@ -1,5 +1,25 @@
# Changelog
## Dendrite 0.15.0 (2025-08-12)
### ⚠ Important
This is a security release, adding support for [room version 12](https://matrix.org/blog/2025/08/security-release/).
### Features
- Add support for [MSC4163](https://github.com/matrix-org/matrix-spec-proposals/pull/4163).
- Add support for [MSC3967](https://github.com/matrix-org/matrix-spec-proposals/pull/3967).
- Add support for room version 12.
### Bug fixes
- 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))
- 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.
- Gracefully handle incorrect sync filter JSON.
- Fixed an issue which prevented device deletion working correctly. (contributed by [robinsdan](https://github.com/robinsdan))
## Dendrite 0.14.1 (2025-01-16)
### ⚠ Important