diff options
author | Erik Johnston <erik@matrix.org> | 2022-04-12 13:41:58 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-04-12 13:41:58 +0100 |
commit | 3810730ba5e020b4d84edf87887fb65847be0a21 (patch) | |
tree | 9d9ced25de0a942a75b73993d78fa2a3fa715dd0 | |
parent | 1.57.0rc1 (diff) | |
download | synapse-3810730ba5e020b4d84edf87887fb65847be0a21.tar.xz |
Don't line wrap
-rw-r--r-- | CHANGES.md | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/CHANGES.md b/CHANGES.md index 114b1e94ea..39f71fdee0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. @@ -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)) |