This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
v1.84.1
Synapse 1.84.1 (2023-05-26)
This patch release fixes a major issue with homeservers that do 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)
Internal Changes
- Add
dch
andnotify-send
to the development Nix flake so that the release script can be used. (#15673)