Bump version
This commit is contained in:
24
CHANGELOG.md
24
CHANGELOG.md
@@ -682,3 +682,27 @@
|
||||
* Change the default startup behaviour so that any missing "additional" configuration files (signing key, etc) are generated automatically.
|
||||
* Improve performance of sending messages in rooms with thousands of local users.
|
||||
|
||||
[1.51.0]
|
||||
* Update Synapse to 1.68.0
|
||||
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.68.0)
|
||||
* Fix packaging to include Cargo.lock in sdist. (#13909)
|
||||
* Fix building from packaged sdist. Broken in v1.68.0rc1. (#13866)
|
||||
* Fix the release script not publishing binary wheels. (#13850)
|
||||
* Lower minimum supported rustc version to 1.58.1. (#13857)
|
||||
* Lock Rust dependencies' versions. (#13858)
|
||||
* Keep track of when we fail to process a pulled event over federation so we can intelligently back off in the future. (#13589, #13814)
|
||||
* Add an admin API endpoint to fetch messages within a particular window of time. (#13672)
|
||||
* Add an admin API endpoint to find a user based on their external ID in an auth provider. (#13810)
|
||||
* Cancel the processing of key query requests when they time out. (#13680)
|
||||
* Improve validation of request bodies for the following client-server API endpoints: /account/3pid/msisdn/requestToken, /org.matrix.msc3720/account_status, /account/3pid/add, /account/3pid/bind, /account/3pid/delete and /account/3pid/unbind. (#13687, #13736)
|
||||
* Document the timestamp when a user accepts the consent, if consent tracking is used. (#13741)
|
||||
* Add a listeners[x].request_id_header configuration option to specify which request header to extract and use as the request ID in order to correlate requests from a reverse proxy. (#13801)
|
||||
* Fix a bug introduced in Synapse 1.41.0 where the /hierarchy API returned non-standard information (a room_id field under each entry in children_state). (#13506)
|
||||
* Fix a long-standing bug where previously rejected events could end up in room state because they pass auth checks given the current state of the room. (#13723)
|
||||
* Fix a long-standing bug where Synapse fails to start if a signing key file contains an empty line. (#13738)
|
||||
* Fix a long-standing bug where Synapse would fail to handle malformed user IDs or room aliases gracefully in certain cases. (#13746)
|
||||
* Fix a long-standing bug where device lists would remain cached when remote users left and rejoined the last room shared with the local homeserver. (#13749, #13826)
|
||||
* Fix a long-standing bug that could cause stale caches in some rare cases on the first startup of Synapse with replication. (#13766)
|
||||
* Fix a long-standing spec compliance bug where Synapse would accept a trailing slash on the end of /get_missing_events federation requests. (#13789)
|
||||
* Delete associated data from event_failed_pull_attempts, insertion_events, insertion_event_extremities, insertion_event_extremities, insertion_event_extremities when purging the room. (#13825)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user