diff options
author | Sean Quah <seanq@matrix.org> | 2022-08-31 12:35:25 +0100 |
---|---|---|
committer | Sean Quah <seanq@matrix.org> | 2022-08-31 12:35:25 +0100 |
commit | c01f21d31da83e3ad7844d40b293df941f304663 (patch) | |
tree | 49890f77df250a136775b099c8bcb32d73e34b7c /CHANGES.md | |
parent | Improve clarity on deprecation of TCP replication (diff) | |
download | synapse-c01f21d31da83e3ad7844d40b293df941f304663.tar.xz |
Tweak changelog wording
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md index 712d3b134a..7e9862f61d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,11 +5,12 @@ No significant changes since 1.66.0rc2. Deployments with multiple workers should note that the direct TCP replication configuration was deprecated in Synapse v1.18.0 and will be removed in Synapse -v1.67.0. In particular, the TCP `replication` listener and the -`worker_replication_port` config option are deprecated. +v1.67.0. In particular, the TCP `replication` [listener](https://matrix-org.github.io/synapse/v1.66/usage/configuration/config_documentation.html#listeners) +type (not to be confused with the `replication` resource on the `http` listener +type) and the `worker_replication_port` config option will be removed . -To migrate to Redis, add the [`redis` config](https://matrix-org.github.io/synapse/v1.66/workers.html#shared-configuration) -and remove the TCP `replication` listener from config of the master and +To migrate to Redis, add the [`redis` config](https://matrix-org.github.io/synapse/v1.66/workers.html#shared-configuration), +then remove the TCP `replication` listener from config of the master and `worker_replication_port` from worker config. Note that a HTTP listener with a `replication` resource is still required. |