|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## Dendrite 0.13.2 (2023-08-23) |
| 4 | + |
| 5 | +### Fixes: |
| 6 | + |
| 7 | +- Migrations in SQLite are now prepared on the correct context (transaction or database) |
| 8 | +- The `InputRoomEvent` stream now has a maximum age of 24h, which should help with slow start up times of NATS JetStream (contributed by [neilalexander](https://github.com/neilalexander)) |
| 9 | +- Event size checks are more in line with Synapse |
| 10 | +- Requests to `/messages` have been optimized, possibly reducing database round trips |
| 11 | +- Re-add the revision of Dendrite when building from source (Note: This only works if git is installed) |
| 12 | +- Getting local members to notify has been optimized, which should significantly reduce memory allocation and cache usage |
| 13 | +- When getting queried about user profiles, we now return HTTP404 if the user/profiles does not exist |
| 14 | +- Background federated joins should now be fixed and not timeout after a short time |
| 15 | +- Database connections are now correctly re-used |
| 16 | +- Restored the old behavior of the `/purgeRoom` admin endpoint (does not evacuate the room before purging) |
| 17 | +- Don't expose information about the system when trying to download files that don't exist |
| 18 | + |
| 19 | +### Features |
| 20 | + |
| 21 | +- Further improvements and fixes for [MSC4014: Pseudonymous Identities](https://github.com/matrix-org/matrix-spec-proposals/blob/kegan/pseudo-ids/proposals/4014-pseudonymous-identities.md) |
| 22 | + - Lookup correct prev events in the sync API |
| 23 | + - Populate `prev_sender` correctly in the sync API |
| 24 | + - Event federation should work better |
| 25 | +- Added new `dendrite_up` Prometheus metric, containing the version of Dendrite |
| 26 | +- Space summaries ([MSC2946](https://github.com/matrix-org/matrix-spec-proposals/pull/2946)) have been moved from MSC to being natively supported |
| 27 | +- For easier issue investigation, logs for application services now contain the application service ID (contributed by [maxberger](https://github.com/maxberger)) |
| 28 | +- The default room version to use when creating rooms can now be configured using `room_server.default_room_version` |
| 29 | + |
3 | 30 | ## Dendrite 0.13.1 (2023-07-06) |
4 | 31 |
|
5 | 32 | This releases fixes a long-standing "off-by-one" error which could result in state resets. Upgrading to this version is **highly** recommended. |
|
0 commit comments