summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-05-28 17:06:05 +0100
committerErik Johnston <erik@matrix.org>2021-05-28 17:06:05 +0100
commit258a9a9e8bea851493fc2275ac6b81639c997afb (patch)
tree5849d89cbc4f67dd77bac0dac94fa58ceaa6e603 /CHANGES.md
parentMerge remote-tracking branch 'origin/release-v1.35.0' into release-v1.35 (diff)
downloadsynapse-258a9a9e8bea851493fc2275ac6b81639c997afb.tar.xz
1.35.0rc3
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md

index 1fac16580d..8bd05c318d 100644 --- a/CHANGES.md +++ b/CHANGES.md
@@ -1,3 +1,19 @@ +Synapse 1.35.0rc3 (2021-05-28) +============================== + +Bugfixes +-------- + +- Fixed a bug causing replication requests to fail when receiving a lot of events via federation. ([\#10082](https://github.com/matrix-org/synapse/issues/10082)) +- Fix HTTP response size limit to allow joining very large rooms over federation. ([\#10093](https://github.com/matrix-org/synapse/issues/10093)) + + +Internal Changes +---------------- + +- Log method and path when dropping request due to size limit. ([\#10091](https://github.com/matrix-org/synapse/issues/10091)) + + Synapse 1.35.0rc2 (2021-05-27) ==============================