diff options
author | Erik Johnston <erik@matrix.org> | 2022-10-14 15:05:04 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-10-14 15:05:04 +0100 |
commit | b43be004b48d4640e60994320b861dd52066d4e5 (patch) | |
tree | 423caf73c6b4cf7d99ef6235165ab832b433c410 /CHANGES.md | |
parent | Fix background update to use an index (#14181) (diff) | |
download | synapse-b43be004b48d4640e60994320b861dd52066d4e5.tar.xz |
1.69.0rc4 v1.69.0rc4
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index c695586cf1..b3b22b6d14 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -Synapse 1.69.0rc3 (2022-10-12) +Synapse 1.69.0rc4 (2022-10-14) ============================== Please note that legacy Prometheus metric names are now deprecated and will be removed in Synapse 1.73.0. @@ -9,6 +9,21 @@ See the [upgrade notes](https://matrix-org.github.io/synapse/v1.69/upgrade.html# Bugfixes -------- +- Fix poor performance of the `event_push_backfill_thread_id` background update, which was introduced in Synapse 1.68.0rc1. ([\#14172](https://github.com/matrix-org/synapse/issues/14172), [\#14181](https://github.com/matrix-org/synapse/issues/14181)) + + +Updates to the Docker image +--------------------------- + +- Fix docker build OOMing in CI for arm64 builds. ([\#14173](https://github.com/matrix-org/synapse/issues/14173)) + + +Synapse 1.69.0rc3 (2022-10-12) +============================== + +Bugfixes +-------- + - Fix an issue with Docker images causing the Rust dependencies to not be pinned correctly. Introduced in v1.68.0 ([\#14129](https://github.com/matrix-org/synapse/issues/14129)) - Fix a bug introduced in Synapse 1.69.0rc1 which would cause registration replication requests to fail if the worker sending the request is not running Synapse 1.69. ([\#14135](https://github.com/matrix-org/synapse/issues/14135)) - Fix error in background update when rotating existing notifications. Introduced in v1.69.0rc2. ([\#14138](https://github.com/matrix-org/synapse/issues/14138)) |