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

Commit

Permalink
Don't line wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Apr 12, 2022
1 parent 641f43b commit 3810730
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
Synapse 1.57.0rc1 (2022-04-12)
==============================

This version includes a [change](https://github.com/matrix-org/synapse/pull/12209)
to the way transaction IDs are managed for application services. If your
deployment uses a dedicated worker for application service traffic, **it must
be stopped** when the database is upgraded (which normally happens when the
main process is upgraded), to ensure the change is made safely without any risk
of reusing transaction IDs.
This version includes a [change](https://github.com/matrix-org/synapse/pull/12209) to the way transaction IDs are managed for application services. If your deployment uses a dedicated worker for application service traffic, **it must be stopped** when the database is upgraded (which normally happens when the main process is upgraded), to ensure the change is made safely without any risk of reusing transaction IDs.

See the [upgrade notes](https://github.com/matrix-org/synapse/blob/develop/docs/upgrade.md#upgrading-to-v1570) for more details.

Expand All @@ -25,7 +20,7 @@ Features
- Update `/messages` to use historic pagination tokens if no `from` query parameter is given. ([\#12370](https://github.com/matrix-org/synapse/issues/12370))
- Add a module API for reading and writing global account data. ([\#12391](https://github.com/matrix-org/synapse/issues/12391))
- Support the stable `v1` endpoint for `/relations`, per [MSC2675](https://github.com/matrix-org/matrix-doc/pull/2675). ([\#12403](https://github.com/matrix-org/synapse/issues/12403))
- Include bundled aggregations in search results
- Include bundled aggregations in search results
([MSC3666](https://github.com/matrix-org/matrix-spec-proposals/pull/3666)). ([\#12436](https://github.com/matrix-org/synapse/issues/12436))


Expand Down

0 comments on commit 3810730

Please sign in to comment.