diff options
author | Andrew Morgan <andrewm@element.io> | 2022-07-01 12:29:23 +0100 |
---|---|---|
committer | Andrew Morgan <andrewm@element.io> | 2022-07-01 12:29:23 +0100 |
commit | 5296c09473942f51758d30a1ad254d82ebec955e (patch) | |
tree | e3737f395329ed3e8a2c5dcd32751e8001e82346 /CHANGES.md | |
parent | Extra validation for rest/client/account_data (#13148) (diff) | |
parent | 1.62.0rc2 (diff) | |
download | synapse-5296c09473942f51758d30a1ad254d82ebec955e.tar.xz |
Merge tag 'v1.62.0rc2' into develop
Synapse 1.62.0rc2 (2022-07-01) ============================== Bugfixes -------- - Fix unread counts for users on large servers. Introduced in v1.62.0rc1. ([\#13140](https://github.com/matrix-org/synapse/issues/13140)) - Fix DB performance when deleting old push notifications. Introduced in v1.62.0rc1. ([\#13141](https://github.com/matrix-org/synapse/issues/13141))
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 4c1decf8f4..50b4da5f61 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +Synapse 1.62.0rc2 (2022-07-01) +============================== + +Bugfixes +-------- + +- Fix unread counts for users on large servers. Introduced in v1.62.0rc1. ([\#13140](https://github.com/matrix-org/synapse/issues/13140)) +- Fix DB performance when deleting old push notifications. Introduced in v1.62.0rc1. ([\#13141](https://github.com/matrix-org/synapse/issues/13141)) + + Synapse 1.62.0rc1 (2022-06-28) ============================== |