Tweak changelog wording

This commit is contained in:
Sean Quah 2022-08-31 12:35:25 +01:00
parent d1fb46fbc9
commit c01f21d31d

View file

@ -5,11 +5,12 @@ No significant changes since 1.66.0rc2.
Deployments with multiple workers should note that the direct TCP replication 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 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 v1.67.0. In particular, the TCP `replication` [listener](https://matrix-org.github.io/synapse/v1.66/usage/configuration/config_documentation.html#listeners)
`worker_replication_port` config option are deprecated. 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) 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 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 `worker_replication_port` from worker config. Note that a HTTP listener with a
`replication` resource is still required. `replication` resource is still required.