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

1.13.0rc2

parent a0e06338
Branches
Tags
No related merge requests found
Synapse 1.13.0rc2 (2020-05-14)
==============================
Bugfixes
--------
- Fix a bug which could cause messages not to be sent over federation, when state events with state keys matching user IDs (such as custom user statuses) were received. ([\#7376](https://github.com/matrix-org/synapse/issues/7376))
- Restore compatibility with non-compliant clients during the user interactive authentication process. ([\#7483](https://github.com/matrix-org/synapse/issues/7483))
Internal Changes
----------------
- Fix linting errors in new version of Flake8. ([\#7470](https://github.com/matrix-org/synapse/issues/7470))
Synapse 1.13.0rc1 (2020-05-11)
==============================
......
Fix a bug which could cause messages not to be sent over federation, when state events with state keys matching user IDs (such as custom user statuses) were received.
Fix linting errors in new version of Flake8.
Restore compatibility with non-compliant clients during the user interactive authentication process.
......@@ -36,7 +36,7 @@ try:
except ImportError:
pass
__version__ = "1.13.0rc1"
__version__ = "1.13.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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment