diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2024-01-24 14:18:35 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2024-01-24 14:18:35 +0000 |
commit | 458c9f6a1591865e3b451c51045216445a3400ff (patch) | |
tree | b354541d6e76703d7b55b838d8cd851540c0e760 | |
parent | Run `ANALYZE` after fiddling with stats (#16849) (diff) | |
download | synapse-458c9f6a1591865e3b451c51045216445a3400ff.tar.xz |
1.100.0rc3 v1.100.0rc3
-rw-r--r-- | CHANGES.md | 9 | ||||
-rw-r--r-- | changelog.d/16849.bugfix | 1 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | pyproject.toml | 2 |
4 files changed, 16 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index e9478ea1ac..d14e91e221 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +# Synapse 1.100.0rc3 (2024-01-24) + +### Bugfixes + +- Fix database performance regression due to changing Postgres table statistics. Introduced in v1.100.0rc1. ([\#16849](https://github.com/element-hq/synapse/issues/16849)) + + + + # Synapse 1.100.0rc2 (2024-01-24) This version is the same as 1.100.0rc1 but with fixes to the release process. diff --git a/changelog.d/16849.bugfix b/changelog.d/16849.bugfix deleted file mode 100644 index 1bbe2b9ad8..0000000000 --- a/changelog.d/16849.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix database performance regression due to changing Postgres table statistics. Introduced in v1.100.0rc1. diff --git a/debian/changelog b/debian/changelog index 5a86b6302b..67212704bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.100.0~rc3) stable; urgency=medium + + * New Synapse release 1.100.0rc3. + + -- Synapse Packaging team <packages@matrix.org> Wed, 24 Jan 2024 14:18:15 +0000 + matrix-synapse-py3 (1.100.0~rc2) stable; urgency=medium * New Synapse release 1.100.0rc2. diff --git a/pyproject.toml b/pyproject.toml index d4cb01f7c5..99c29cea2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.100.0rc2" +version = "1.100.0rc3" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |