diff options
author | Erik Johnston <erik@matrix.org> | 2022-10-14 14:49:42 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-10-14 14:49:42 +0100 |
commit | aca3a117a93c11ec455440fdac1a0effa731dfd7 (patch) | |
tree | 4e49c87a8a7935d3b3db3883c7c0dc4c03343c0b /CHANGES.md | |
parent | Merge remote-tracking branch 'origin/release-v1.69' into matrix-org-hotfixes (diff) | |
parent | Fix background update to use an index (#14181) (diff) | |
download | synapse-aca3a117a93c11ec455440fdac1a0effa731dfd7.tar.xz |
Merge remote-tracking branch 'origin/release-v1.69' into matrix-org-hotfixes
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 77fa96e647..e280ddcdb5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -Synapse 1.69.0rc2 (2022-10-06) +Synapse 1.69.0rc3 (2022-10-12) ============================== Please note that legacy Prometheus metric names are now deprecated and will be removed in Synapse 1.73.0. @@ -6,6 +6,23 @@ Server administrators should update their dashboards and alerting rules to avoid See the [upgrade notes](https://matrix-org.github.io/synapse/v1.69/upgrade.html#upgrading-to-v1690) for more details. +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)) + + +Internal Changes +---------------- + +- Rename the `url_preview` extra to `url-preview`, for compatability with poetry-core 1.3.0 and [PEP 685](https://peps.python.org/pep-0685/). From-source installations using this extra will need to install using the new name. ([\#14085](https://github.com/matrix-org/synapse/issues/14085)) + + +Synapse 1.69.0rc2 (2022-10-06) +============================== + Deprecations and Removals ------------------------- |