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 Apr 26, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGES.md
+38-6Lines changed: 38 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,27 @@
1
+
Synapse 1.66.0 (2022-08-31)
2
+
===========================
3
+
4
+
No significant changes since 1.66.0rc2.
5
+
6
+
This release removes the ability for homeservers to delegate email ownership
7
+
verification and password reset confirmation to identity servers. This removal
8
+
was originally planned for Synapse 1.64, but was later deferred until now. See
9
+
the [upgrade notes](https://matrix-org.github.io/synapse/v1.66/upgrade.html#upgrading-to-v1660) for more details.
10
+
11
+
Deployments with multiple workers should note that the direct TCP replication
12
+
configuration was deprecated in Synapse v1.18.0 and will be removed in Synapse
13
+
v1.67.0. In particular, the TCP `replication`[listener](https://matrix-org.github.io/synapse/v1.66/usage/configuration/config_documentation.html#listeners)
14
+
type (not to be confused with the `replication` resource on the `http` listener
15
+
type) and the `worker_replication_port` config option will be removed .
16
+
17
+
To migrate to Redis, add the [`redis` config](https://matrix-org.github.io/synapse/v1.66/workers.html#shared-configuration),
18
+
then remove the TCP `replication` listener from config of the master and
19
+
`worker_replication_port` from worker config. Note that a HTTP listener with a
This release removes the ability for homeservers to delegate email ownership
14
-
verification and password reset confirmation to identity servers. This removal
15
-
was originally planned for Synapse 1.64, but was later deferred until now.
16
-
17
-
See the [upgrade notes](https://matrix-org.github.io/synapse/v1.66/upgrade.html#upgrading-to-v1660) for more details.
18
-
19
37
Features
20
38
--------
21
39
@@ -390,6 +408,20 @@ No significant changes since 1.62.0rc3.
390
408
391
409
Authors of spam-checker plugins should consult the [upgrade notes](https://github.com/matrix-org/synapse/blob/release-v1.62/docs/upgrade.md#upgrading-to-v1620) to learn about the enriched signatures for spam checker callbacks, which are supported with this release of Synapse.
Synapse instances prior to 1.62.0 did not implement the Matrix [event authorization rules](https://spec.matrix.org/v1.3/rooms/v10/#authorization-rules) correctly. An attacker could craft events which would be accepted by Synapse but not a spec-conformant server, potentially causing divergence in the room state between servers.
418
+
419
+
Homeservers with federation disabled via the [`federation_domain_whitelist`](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#federation_domain_whitelist) config option are unaffected.
420
+
421
+
Administrators of homeservers with federation enabled are advised to upgrade to v1.62.0 or higher.
422
+
423
+
Fixed by [#13087](https://github.com/matrix-org/synapse/pull/13087) and [#13088](https://github.com/matrix-org/synapse/pull/13088).
0 commit comments