diff options
author | Erik Johnston <erik@matrix.org> | 2022-09-06 09:25:32 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-09-06 09:25:32 +0100 |
commit | 571f565c1fa1e00462f9c96c3907d3304a37e39f (patch) | |
tree | a4a5b7994966da8b2d10058dd58c6f6e8551fb33 /CHANGES.md | |
parent | 1.67.0rc1 (diff) | |
download | synapse-571f565c1fa1e00462f9c96c3907d3304a37e39f.tar.xz |
Update changelog
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 3bb00b6cea..f0d3db7849 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,19 @@ Synapse 1.67.0rc1 (2022-09-06) ============================== +This release removes using the deprecated direct TCP replication configuration +for workers. Server admins should use Redis instead. See the [upgrade +notes](https://matrix-org.github.io/synapse/v1.67/upgrade.html#upgrading-to-v1670). + +The minimum version of `poetry` supported for managing source checkouts is now +1.2.0. + +Notice: from the next major release (v1.68.0) installing Synapse from a source +checkout will require a recent Rust compiler. Those using packages or +`pip install matrix-synapse` will not be affected. See the [upgrade +notes](https://matrix-org.github.io/synapse/v1.67/upgrade.html#upgrading-to-v1670). + + Features -------- |