Skip to content
Snippets Groups Projects
Commit 8c36d332 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

1.49.1

parent 76aa5537
No related branches found
No related tags found
No related merge requests found
Synapse 1.49.1 (2021-12-21)
===========================
Bugfixes
--------
- Fix a performance regression in `/sync` handling, introduced in 1.49.0. ([\#11583](https://github.com/matrix-org/synapse/issues/11583))
Synapse 1.49.0 (2021-12-14)
===========================
 
......
Fix a performance regression in `/sync` handling, introduced in 1.49.0.
matrix-synapse-py3 (1.49.1) stable; urgency=medium
* New synapse release 1.49.1.
-- Synapse Packaging team <packages@matrix.org> Tue, 21 Dec 2021 11:07:30 +0000
matrix-synapse-py3 (1.49.0) stable; urgency=medium
* New synapse release 1.49.0.
......
......@@ -47,7 +47,7 @@ try:
except ImportError:
pass
__version__ = "1.49.0"
__version__ = "1.49.1"
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