1.84.1
parent
c775d80b73
commit
65bf5f3649
19
CHANGES.md
19
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)
|
Synapse 1.84.0 (2023-05-23)
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Fix a bug introduced in Synapse v1.84.0 where workers do not start up when no `instance_map` was provided.
|
|
|
@ -1 +0,0 @@
|
||||||
Add `dch` and `notify-send` to the development Nix flake so that the release script can be used.
|
|
|
@ -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
|
matrix-synapse-py3 (1.84.0) stable; urgency=medium
|
||||||
|
|
||||||
* New Synapse release 1.84.0.
|
* New Synapse release 1.84.0.
|
||||||
|
|
|
@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "matrix-synapse"
|
name = "matrix-synapse"
|
||||||
version = "1.84.0"
|
version = "1.84.1"
|
||||||
description = "Homeserver for the Matrix decentralised comms protocol"
|
description = "Homeserver for the Matrix decentralised comms protocol"
|
||||||
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
Loading…
Reference in New Issue