This commit is contained in:
David Robertson 2021-10-19 11:19:55 +01:00
parent 191396f4ba
commit 8b1185347a
No known key found for this signature in database
GPG key ID: 903ECE108A39DEDD
4 changed files with 18 additions and 2 deletions

View file

@ -1,3 +1,14 @@
Synapse 1.45.0 (2021-10-19)
===========================
No functional changes since Synapse 1.45.0rc2.
Improved Documentation
----------------------
- Reword changelog to clarify concerns about a suspected performance regression in 1.44. ([\#11117](https://github.com/matrix-org/synapse/issues/11117))
Synapse 1.45.0rc2 (2021-10-14)
==============================

View file

@ -1 +0,0 @@
Reword changelog to clarify concerns about a suspected performance regression in 1.44.

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
matrix-synapse-py3 (1.45.0) stable; urgency=medium
* New synapse release 1.45.0.
-- Synapse Packaging team <packages@matrix.org> Tue, 19 Oct 2021 11:18:53 +0100
matrix-synapse-py3 (1.45.0~rc2) stable; urgency=medium
* New synapse release 1.45.0~rc2.

View file

@ -47,7 +47,7 @@ try:
except ImportError:
pass
__version__ = "1.45.0rc2"
__version__ = "1.45.0"
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