diff options
author | Erik Johnston <erik@matrix.org> | 2021-05-28 17:06:05 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-05-28 17:06:05 +0100 |
commit | 258a9a9e8bea851493fc2275ac6b81639c997afb (patch) | |
tree | 5849d89cbc4f67dd77bac0dac94fa58ceaa6e603 /changelog.d | |
parent | Merge remote-tracking branch 'origin/release-v1.35.0' into release-v1.35 (diff) | |
download | synapse-258a9a9e8bea851493fc2275ac6b81639c997afb.tar.xz |
1.35.0rc3
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10082.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/10091.misc | 1 | ||||
-rw-r--r-- | changelog.d/10093.bugfix | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/changelog.d/10082.bugfix b/changelog.d/10082.bugfix deleted file mode 100644 index b4f8bcc4fa..0000000000 --- a/changelog.d/10082.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed a bug causing replication requests to fail when receiving a lot of events via federation. diff --git a/changelog.d/10091.misc b/changelog.d/10091.misc deleted file mode 100644 index dbe310fd17..0000000000 --- a/changelog.d/10091.misc +++ /dev/null @@ -1 +0,0 @@ -Log method and path when dropping request due to size limit. diff --git a/changelog.d/10093.bugfix b/changelog.d/10093.bugfix deleted file mode 100644 index e50de4b2ea..0000000000 --- a/changelog.d/10093.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix HTTP response size limit to allow joining very large rooms over federation. |