summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2023-05-26 16:17:50 +0100
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2023-05-26 16:17:50 +0100
commit65bf5f3649fd108d91fe64795186d27940e80426 (patch)
tree12eaca39d1083fb8f129cc69392acd8141ea4785 /CHANGES.md
parentFix a bug introduced in Synapse v1.84.0 where workers do not start up when no... (diff)
downloadsynapse-65bf5f3649fd108d91fe64795186d27940e80426.tar.xz
1.84.1
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index e9397158f1..1fe1d013c6 100644
--- a/CHANGES.md
+++ b/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)
 ===========================