Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 258a9a9

Browse files
committed
1.35.0rc3
1 parent 6b6c6a0 commit 258a9a9

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Synapse 1.35.0rc3 (2021-05-28)
2+
==============================
3+
4+
Bugfixes
5+
--------
6+
7+
- 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))
8+
- Fix HTTP response size limit to allow joining very large rooms over federation. ([\#10093](https://github.com/matrix-org/synapse/issues/10093))
9+
10+
11+
Internal Changes
12+
----------------
13+
14+
- Log method and path when dropping request due to size limit. ([\#10091](https://github.com/matrix-org/synapse/issues/10091))
15+
16+
117
Synapse 1.35.0rc2 (2021-05-27)
218
==============================
319

changelog.d/10082.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/10091.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/10093.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
except ImportError:
4848
pass
4949

50-
__version__ = "1.35.0rc2"
50+
__version__ = "1.35.0rc3"
5151

5252
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
5353
# We import here so that we don't have to install a bunch of deps when

0 commit comments

Comments
 (0)