-
- Downloads
Merge tag 'v1.12.4rc1' into develop
Synapse 1.12.4rc1 (2020-04-22) ============================== Features -------- - Always send users their own device updates. ([\#7160](https://github.com/matrix-org/synapse/issues/7160)) - Add support for handling GET requests for `account_data` on a worker. ([\#7311](https://github.com/matrix-org/synapse/issues/7311)) Bugfixes -------- - Fix a bug that prevented cross-signing with users on worker-mode synapses. ([\#7255](https://github.com/matrix-org/synapse/issues/7255)) - Do not treat display names as globs in push rules. ([\#7271](https://github.com/matrix-org/synapse/issues/7271)) - Fix a bug with cross-signing devices belonging to remote users who did not share a room with any user on the local homeserver. ([\#7289](https://github.com/matrix-org/synapse/issues/7289))
No related branches found
No related tags found
Showing
- CHANGES.md 17 additions, 0 deletionsCHANGES.md
- changelog.d/7160.feature 0 additions, 1 deletionchangelog.d/7160.feature
- changelog.d/7255.bugfix 0 additions, 1 deletionchangelog.d/7255.bugfix
- changelog.d/7271.bugfix 0 additions, 1 deletionchangelog.d/7271.bugfix
- changelog.d/7289.bugfix 0 additions, 1 deletionchangelog.d/7289.bugfix
- changelog.d/7311.feature 0 additions, 1 deletionchangelog.d/7311.feature
- synapse/__init__.py 1 addition, 1 deletionsynapse/__init__.py
changelog.d/7160.feature
deleted
100644 → 0
changelog.d/7255.bugfix
deleted
100644 → 0
changelog.d/7271.bugfix
deleted
100644 → 0
changelog.d/7289.bugfix
deleted
100644 → 0
changelog.d/7311.feature
deleted
100644 → 0
Please register or sign in to comment