diff options
author | David Robertson <davidr@element.io> | 2023-03-13 12:57:56 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-03-13 12:57:56 +0000 |
commit | edcf93817399b409b832f54b8caac0af277eba96 (patch) | |
tree | 4c82bb716030d848dbb7dfc8cfc9b25c357878ab /CHANGES.md | |
parent | Ensure fed-sender catchup does not block for full state (#15248) (diff) | |
download | synapse-edcf93817399b409b832f54b8caac0af277eba96.tar.xz |
1.79.0rc2 v1.79.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 2357be33fb..43259f323c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,19 @@ +Synapse 1.79.0rc2 (2023-03-13) +============================== + +Bugfixes +-------- + +- Fix a bug introduced in Synapse 1.79.0rc1 where attempting to register a `on_remove_user_third_party_identifier` module API callback would be a no-op. ([\#15227](https://github.com/matrix-org/synapse/issues/15227)) +- Fix a rare bug introduced in Synapse 1.73 where events could remain unsent to other homeservers after a faster-join to a room. ([\#15248](https://github.com/matrix-org/synapse/issues/15248)) + + +Internal Changes +---------------- + +- Refactor `filter_events_for_server`. ([\#15240](https://github.com/matrix-org/synapse/issues/15240)) + + Synapse 1.79.0rc1 (2023-03-07) ============================== |