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

Commit

Permalink
1.35.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed May 28, 2021
1 parent 6b6c6a0 commit 258a9a9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
==============================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/10082.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/10091.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/10093.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion synapse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
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
Expand Down

0 comments on commit 258a9a9

Please sign in to comment.