You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGES.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,12 @@ No significant changes since 1.66.0rc2.
5
5
6
6
Deployments with multiple workers should note that the direct TCP replication
7
7
configuration was deprecated in Synapse v1.18.0 and will be removed in Synapse
8
-
v1.67.0. In particular, the TCP `replication` listener and the
9
-
`worker_replication_port` config option are deprecated.
8
+
v1.67.0. In particular, the TCP `replication`[listener](https://matrix-org.github.io/synapse/v1.66/usage/configuration/config_documentation.html#listeners)
9
+
type (not to be confused with the `replication` resource on the `http` listener
10
+
type) and the `worker_replication_port` config option will be removed .
10
11
11
-
To migrate to Redis, add the [`redis` config](https://matrix-org.github.io/synapse/v1.66/workers.html#shared-configuration)
12
-
and remove the TCP `replication` listener from config of the master and
12
+
To migrate to Redis, add the [`redis` config](https://matrix-org.github.io/synapse/v1.66/workers.html#shared-configuration),
13
+
then remove the TCP `replication` listener from config of the master and
13
14
`worker_replication_port` from worker config. Note that a HTTP listener with a
0 commit comments