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

Commit 3810730

Browse files
committed
Don't line wrap
1 parent 641f43b commit 3810730

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

CHANGES.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
Synapse 1.57.0rc1 (2022-04-12)
22
==============================
33

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

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

@@ -25,7 +20,7 @@ Features
2520
- Update `/messages` to use historic pagination tokens if no `from` query parameter is given. ([\#12370](https://github.com/matrix-org/synapse/issues/12370))
2621
- Add a module API for reading and writing global account data. ([\#12391](https://github.com/matrix-org/synapse/issues/12391))
2722
- 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))
28-
- Include bundled aggregations in search results
23+
- Include bundled aggregations in search results
2924
([MSC3666](https://github.com/matrix-org/matrix-spec-proposals/pull/3666)). ([\#12436](https://github.com/matrix-org/synapse/issues/12436))
3025

3126

0 commit comments

Comments
 (0)