diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd375e..1b24e46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -945,3 +945,7 @@ * 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 diff --git a/CloudronManifest.json b/CloudronManifest.json index a26bc01..15694fb 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG.md", "tagline": "Secure & decentralized communication", - "version": "1.67.0", - "upstreamVersion": "1.84.0", + "version": "1.67.1", + "upstreamVersion": "1.84.1", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912,