1.24.0rc2

pull/8898/head
Patrick Cloke 2020-12-04 08:48:04 -05:00
parent 22c6c19f91
commit 693dab487c
4 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,18 @@
Synapse 1.24.0rc2 (2020-12-04)
==============================
Bugfixes
--------
- Fix a regression in v1.24.0rc1 which failed to allow SAML mapping providers which were unable to redirect users to an additional page. ([\#8878](https://github.com/matrix-org/synapse/issues/8878))
Internal Changes
----------------
- Add support for the latest third-party libraries. Contributed by Jordan Bancino. ([\#8875](https://github.com/matrix-org/synapse/issues/8875))
Synapse 1.24.0rc1 (2020-12-02)
==============================

View File

@ -1 +0,0 @@
Add support for the latest third-party libraries. Contributed by Jordan Bancino.

View File

@ -1 +0,0 @@
Fix a regression in v1.24.0rc1 which failed to allow SAML mapping providers which were unable to redirect users to an additional page.

View File

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