David Robertson 1 year ago
parent
commit
5c3d525cad
4 changed files with 21 additions and 4 deletions
  1. 14 2
      CHANGES.md
  2. 0 1
      changelog.d/12745.bugfix
  3. 6 0
      debian/changelog
  4. 1 1
      pyproject.toml

+ 14 - 2
CHANGES.md

@@ -1,5 +1,5 @@
-Synapse 1.59.0rc2 (2022-05-16)
-==============================
+Synapse 1.59.0 (2022-05-17)
+===========================
 
 Synapse 1.59 makes several changes that server administrators should be aware of:
 
@@ -10,6 +10,18 @@ See [the upgrade notes](https://github.com/matrix-org/synapse/blob/develop/docs/
 
 Additionally, this release removes the non-standard `m.login.jwt` login type from Synapse. It can be replaced with `org.matrix.login.jwt` for identical behaviour. This is only used if `jwt_config.enabled` is set to `true` in the configuration. ([\#12597](https://github.com/matrix-org/synapse/issues/12597))
 
+
+Bugfixes
+--------
+
+- Fix DB performance regression introduced in v1.59.0rc2. ([\#12745](https://github.com/matrix-org/synapse/issues/12745))
+
+
+Synapse 1.59.0rc2 (2022-05-16)
+==============================
+
+Note: this release candidate includes a performance regression which can cause database disruption. Other release candidates in the v1.59.0 series are not affected, and a fix will be included in the v1.59.0 final release.
+
 Bugfixes
 --------
 

+ 0 - 1
changelog.d/12745.bugfix

@@ -1 +0,0 @@
-Fix DB performance regression introduced in v1.59.0rc2.

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.59.0) stable; urgency=medium
+
+  * New Synapse release 1.59.0.
+
+ -- Synapse Packaging team <packages@matrix.org>  Tue, 17 May 2022 10:26:50 +0100
+
 matrix-synapse-py3 (1.59.0~rc2) stable; urgency=medium
 
   * New Synapse release 1.59.0rc2.

+ 1 - 1
pyproject.toml

@@ -54,7 +54,7 @@ skip_gitignore = true
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.59.0rc2"
+version = "1.59.0"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"