summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-09-21 14:05:00 +0100
committerDavid Robertson <davidr@element.io>2021-09-21 14:05:00 +0100
commit706b0e41a169673cba9aa317fc7002fb45b78203 (patch)
treef8cd916e5dca2e5b67b122a96c8f358f95cd509c /CHANGES.md
parentAlways add local users to the user directory (#10796) (diff)
parentFix typo again (diff)
downloadsynapse-706b0e41a169673cba9aa317fc7002fb45b78203.tar.xz
Merge tag 'v1.43.0' into develop
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index ce3b0adae5..652f4b7955 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,12 @@
+Synapse 1.43.0 (2021-09-21)
+===========================
+
+This release drops support for the deprecated, unstable API for [MSC2858 (Multiple SSO Identity Providers)](https://github.com/matrix-org/matrix-doc/blob/master/proposals/2858-Multiple-SSO-Identity-Providers.md#unstable-prefix), as well as the undocumented `experimental.msc2858_enabled` config option. Client authors should update their clients to use the stable API, available since Synapse 1.30.
+
+The documentation has been updated with configuration for routing `/spaces`, `/hierarchy` and `/summary` to workers. See [the upgrade notes](https://github.com/matrix-org/synapse/blob/release-v1.43/docs/upgrade.md#upgrading-to-v1430) for more details.
+
+No significant changes since 1.43.0rc2.
+
 Synapse 1.43.0rc2 (2021-09-17)
 ==============================
 
@@ -10,8 +19,6 @@ Bugfixes
 Synapse 1.43.0rc1 (2021-09-14)
 ==============================
 
-This release drops support for the deprecated, unstable API for [MSC2858](https://github.com/matrix-org/matrix-doc/blob/master/proposals/2858-Multiple-SSO-Identity-Providers.md#unstable-prefix), as well as the undocumented `experimental.msc2858_enabled` config option. Client authors should update their clients to use the stable API, available since Synapse 1.30.
-
 Features
 --------