Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
1.13.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed May 14, 2020
1 parent a0e0633 commit 623abbe
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
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)
==============================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/7376.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7470.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7483.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion synapse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
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
Expand Down

0 comments on commit 623abbe

Please sign in to comment.