release-v1.84
Olivier Wilkinson (reivilibre) 2023-05-26 16:17:50 +01:00
parent c775d80b73
commit 65bf5f3649
5 changed files with 26 additions and 3 deletions

View File

@ -1,3 +1,22 @@
Synapse 1.84.1 (2023-05-26)
===========================
This patch release fixes a major issue with homeservers that does not have an `instance_map` defined but which do use workers.
If you have already upgraded to Synapse 1.84.0 and your homeserver is working normally, then there is no need to update to this patch release.
Bugfixes
--------
- Fix a bug introduced in Synapse v1.84.0 where workers do not start up when no `instance_map` was provided. ([\#15672](https://github.com/matrix-org/synapse/issues/15672))
Internal Changes
----------------
- Add `dch` and `notify-send` to the development Nix flake so that the release script can be used. ([\#15673](https://github.com/matrix-org/synapse/issues/15673))
Synapse 1.84.0 (2023-05-23)
===========================

View File

@ -1 +0,0 @@
Fix a bug introduced in Synapse v1.84.0 where workers do not start up when no `instance_map` was provided.

View File

@ -1 +0,0 @@
Add `dch` and `notify-send` to the development Nix flake so that the release script can be used.

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
matrix-synapse-py3 (1.84.1) stable; urgency=medium
* New Synapse release 1.84.1.
-- Synapse Packaging team <packages@matrix.org> Fri, 26 May 2023 16:15:30 +0100
matrix-synapse-py3 (1.84.0) stable; urgency=medium
* New Synapse release 1.84.0.

View File

@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
[tool.poetry]
name = "matrix-synapse"
version = "1.84.0"
version = "1.84.1"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "Apache-2.0"