|
|
|
|
@@ -868,7 +868,7 @@
|
|
|
|
|
[1.63.0]
|
|
|
|
|
* Update Synapse to 1.80.0
|
|
|
|
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.80.0)
|
|
|
|
|
* Fix a bug in which the POST /_matrix/client/v3/rooms/{roomId}/report/{eventId} endpoint would return the wrong error if the user did not have permission to view the event. This aligns Synapse's implementation with MSC2249. (#15298, #15300)
|
|
|
|
|
* Fix a bug in which the POST `/_matrix/client/v3/rooms/{roomId}/report/{eventId}` endpoint would return the wrong error if the user did not have permission to view the event. This aligns Synapse's implementation with MSC2249. (#15298, #15300)
|
|
|
|
|
* Fix a bug introduced in Synapse 1.75.0rc1 where the SQLite port_db script
|
|
|
|
|
* would fail to open the SQLite database. (#15301)
|
|
|
|
|
* Stabilise support for MSC3966: event_property_contains push condition. (#15187)
|
|
|
|
|
@@ -895,7 +895,7 @@
|
|
|
|
|
* Fix a bug introduced in Synapse v1.55.0 which could delay remote homeservers being able to decrypt encrypted messages sent by local users. (#15297)
|
|
|
|
|
* Add a check to SQLite port_db script
|
|
|
|
|
* to ensure that the sqlite database passed to the script exists before trying to port from it. (#15306)
|
|
|
|
|
* Fix a bug introduced in Synapse 1.76.0 where responses from worker deployments could include an internal _INT_STREAM_POS key. (#15309)
|
|
|
|
|
* Fix a bug introduced in Synapse 1.76.0 where responses from worker deployments could include an internal `_INT_STREAM_POS` key. (#15309)
|
|
|
|
|
* Fix a long-standing bug that Synpase only used the legacy appservice routes. (#15317)
|
|
|
|
|
* Fix a long-standing bug preventing users from rejoining rooms after being banned and unbanned over federation. Contributed by Nico. (#15323)
|
|
|
|
|
* Fix bug in worker mode where on a rolling restart of workers the "typing" worker would consume 100% CPU until it got restarted. (#15332)
|
|
|
|
|
@@ -928,3 +928,34 @@
|
|
|
|
|
* Fix a long-standing bug where cached server key results which were directly fetched would not be properly re-used. ([\#15417](https://github.com/matrix-org/synapse/issues/15417))
|
|
|
|
|
* Fix a bug introduced in Synapse 1.73.0 where some experimental push rules were returned by default. ([\#15494](https://github.com/matrix-org/synapse/issues/15494))
|
|
|
|
|
|
|
|
|
|
[1.67.0]
|
|
|
|
|
* Update Synapse to 1.84.0
|
|
|
|
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.84.0)
|
|
|
|
|
* Fix a bug introduced in Synapse 1.84.0rc1 where errors during startup were not reported correctly on Python < 3.10. ([\#15599](https://github.com/matrix-org/synapse/issues/15599))
|
|
|
|
|
* Add an option to prevent media downloads from configured domains. ([\#15197](https://github.com/matrix-org/synapse/issues/15197))
|
|
|
|
|
* Add `forget_rooms_on_leave` config option to automatically forget rooms when users leave them or are removed from them. ([\#15224](https://github.com/matrix-org/synapse/issues/15224))
|
|
|
|
|
* Add redis TLS configuration options. ([\#15312](https://github.com/matrix-org/synapse/issues/15312))
|
|
|
|
|
* Add a config option to delay push notifications by a random amount, to discourage time-based profiling. ([\#15516](https://github.com/matrix-org/synapse/issues/15516))
|
|
|
|
|
* Stabilize support for [MSC2659](https://github.com/matrix-org/matrix-spec-proposals/pull/2659): application service ping endpoint. Contributed by Tulir @ Beeper. ([\#15528](https://github.com/matrix-org/synapse/issues/15528))
|
|
|
|
|
* Implement [MSC4009](https://github.com/matrix-org/matrix-spec-proposals/pull/4009) to expand the supported characters in Matrix IDs. ([\#15536](https://github.com/matrix-org/synapse/issues/15536))
|
|
|
|
|
* Advertise support for Matrix 1.6 on `/_matrix/client/versions`. ([\#15559](https://github.com/matrix-org/synapse/issues/15559))
|
|
|
|
|
* Print full error and stack-trace of any exception that occurs during startup/initialization. ([\#15569](https://github.com/matrix-org/synapse/issues/15569))
|
|
|
|
|
* Don't fail on federation over TOR where SRV queries are not supported. Contributed by Zdzichu. ([\#15523](https://github.com/matrix-org/synapse/issues/15523))
|
|
|
|
|
* Experimental support for [MSC4010](https://github.com/matrix-org/matrix-spec-proposals/pull/4010) which rejects setting the `"m.push_rules"` via account data. ([\#15554](https://github.com/matrix-org/synapse/issues/15554), [\#15555](https://github.com/matrix-org/synapse/issues/15555))
|
|
|
|
|
* Fix a long-standing bug where an invalid membership event could cause an internal server error. ([\#15564](https://github.com/matrix-org/synapse/issues/15564))
|
|
|
|
|
* Require at least poetry-core v1.1.0. ([\#15566](https://github.com/matrix-org/synapse/issues/15566), [\#15571](https://github.com/matrix-org/synapse/issues/15571))
|
|
|
|
|
|
|
|
|
|
[1.67.1]
|
|
|
|
|
* Update Synapse to 1.84.1
|
|
|
|
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.84.1)
|
|
|
|
|
* Fix a bug introduced in Synapse v1.84.0 where workers do not start up when no `instance_map` was provided
|
|
|
|
|
|
|
|
|
|
[1.68.0]
|
|
|
|
|
* Update Synapse to 1.85.0
|
|
|
|
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.85.0)
|
|
|
|
|
* GHSA-26c5-ppr8-f33p / CVE-2023-32682 — Low Severity
|
|
|
|
|
* GHSA-98px-6486-j7qc / CVE-2023-32683 — Low Severity
|
|
|
|
|
* Fix a performance issue introduced in Synapse v1.83.0 which meant that purging rooms was very slow and database-intensive. (#15693)
|
|
|
|
|
* Improve performance of backfill requests by performing backfill of previously failed requests in the background. (#15585)
|
|
|
|
|
* Add a new admin API to create a new device for a user. (#15611)
|
|
|
|
|
|
|
|
|
|
|