Skip to content
Snippets Groups Projects
Commit 258a9a9e authored by Erik Johnston's avatar Erik Johnston
Browse files

1.35.0rc3

parent 6b6c6a02
No related branches found
No related tags found
No related merge requests found
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)
==============================
 
......
Fixed a bug causing replication requests to fail when receiving a lot of events via federation.
Log method and path when dropping request due to size limit.
Fix HTTP response size limit to allow joining very large rooms over federation.
......@@ -47,7 +47,7 @@ try:
except ImportError:
pass
__version__ = "1.35.0rc2"
__version__ = "1.35.0rc3"
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
# We import here so that we don't have to install a bunch of deps when
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment