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

0.99.5.2

parent 93158022
No related branches found
No related tags found
No related merge requests found
Synapse 0.99.5.2 (2019-05-30)
=============================
Bugfixes
--------
- Fix bug where we leaked extremities when we soft failed events, leading to performance degradation. ([\#5274](https://github.com/matrix-org/synapse/issues/5274), [\#5278](https://github.com/matrix-org/synapse/issues/5278), [\#5291](https://github.com/matrix-org/synapse/issues/5291))
Synapse 0.99.5.1 (2019-05-22) Synapse 0.99.5.1 (2019-05-22)
============================= =============================
......
Fix bug where we leaked extremities when we soft failed events, leading to performance degradation.
Fix bug where we leaked extremities when we soft failed events, leading to performance degradation.
Fix bug where we leaked extremities when we soft failed events, leading to performance degradation.
matrix-synapse-py3 (0.99.5.2) stable; urgency=medium
* New synapse release 0.99.5.2.
-- Synapse Packaging team <packages@matrix.org> Thu, 30 May 2019 16:28:07 +0100
matrix-synapse-py3 (0.99.5.1) stable; urgency=medium matrix-synapse-py3 (0.99.5.1) stable; urgency=medium
* New synapse release 0.99.5.1. * New synapse release 0.99.5.1.
......
...@@ -27,4 +27,4 @@ try: ...@@ -27,4 +27,4 @@ try:
except ImportError: except ImportError:
pass pass
__version__ = "0.99.5.1" __version__ = "0.99.5.2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment