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

1.39.0rc3

parent 31c6b30d
Branches
Tags
No related merge requests found
Synapse 1.39.0rc3 (2021-07-28)
==============================
Bugfixes
--------
- Fix bug introduced in Synapse 1.38 which caused an exception at startup when SAML authentication was enabled. ([\#10477](https://github.com/matrix-org/synapse/issues/10477))
- Fix a long-standing bug where Synapse would not inform clients that a device had exhausted its one-time-key pool, potentially causing problems decrypting events. ([\#10485](https://github.com/matrix-org/synapse/issues/10485))
- Fix reporting old R30 stats as R30v2 stats. ([\#10486](https://github.com/matrix-org/synapse/issues/10486))
Internal Changes
----------------
- Fix an error which prevented the Github Actions workflow to build the docker images from running. ([\#10461](https://github.com/matrix-org/synapse/issues/10461))
- Fix release script to correctly version debian changelog when doing RCs. ([\#10465](https://github.com/matrix-org/synapse/issues/10465))
Synapse 1.39.0rc2 (2021-07-22) Synapse 1.39.0rc2 (2021-07-22)
============================== ==============================
   
......
Fix an error which prevented the Github Actions workflow to build the docker images from running.
Fix release script to correctly version debian changelog when doing RCs.
Fix bug introduced in Synapse 1.38 which caused an exception at startup when SAML authentication was enabled.
Fix a long-standing bug where Synapse would not inform clients that a device had exhausted its one-time-key pool, potentially causing problems decrypting events.
Fix reporting old R30 stats as R30v2 stats.
matrix-synapse-py3 (1.39.0~rc3) stable; urgency=medium
* New synapse release 1.39.0~rc3.
-- Synapse Packaging team <packages@matrix.org> Wed, 28 Jul 2021 13:30:58 +0100
matrix-synapse-py3 (1.38.1) stable; urgency=medium matrix-synapse-py3 (1.38.1) stable; urgency=medium
* New synapse release 1.38.1. * New synapse release 1.38.1.
......
...@@ -47,7 +47,7 @@ try: ...@@ -47,7 +47,7 @@ try:
except ImportError: except ImportError:
pass pass
__version__ = "1.39.0rc2" __version__ = "1.39.0rc3"
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)): 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 # 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.
Please register or to comment