Olivier Wilkinson (reivilibre) 11 months ago
parent
commit
65bf5f3649
5 changed files with 26 additions and 3 deletions
  1. 19 0
      CHANGES.md
  2. 0 1
      changelog.d/15672.bugfix
  3. 0 1
      changelog.d/15673.misc
  4. 6 0
      debian/changelog
  5. 1 1
      pyproject.toml

+ 19 - 0
CHANGES.md

@@ -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)
 ===========================
 

+ 0 - 1
changelog.d/15672.bugfix

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

+ 0 - 1
changelog.d/15673.misc

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

+ 6 - 0
debian/changelog

@@ -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.

+ 1 - 1
pyproject.toml

@@ -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"