Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chat/matrix-synapse: Update to 1.6.7.0
Synapse 1.67.0 (2022-09-13) =========================== This release removes using the deprecated direct TCP replication configuration for workers. Server admins should use Redis instead. See the [upgrade notes](https://matrix-org.github.io/synapse/v1.67/upgrade.html#upgrading-to-v1670). The minimum version of `poetry` supported for managing source checkouts is now 1.2.0. [[pkgsrc does not seem to "manage source checkouts"]] Features -------- - Support setting the registration shared secret in a file, via a new `registration_shared_secret_path` configuration option. - Change the default startup behaviour so that any missing "additional" configuration files (signing key, etc) are generated automatically. - Improve performance of sending messages in rooms with thousands of local. Deprecations and Removals ------------------------- - Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without an `id_access_token`, which was not permitted by the spec. Contributed by @Vetchu. - Remove redundant `_get_joined_users_from_context` cache. Contributed by Nick @ Beeper (@Fizzadar). - Remove the ability to use direct TCP replication with workers. Direct TCP replication was deprecated in Synapse v1.18.0. Workers now require using Redis. - Remove support for unstable [private read receipts](matrix-org/matrix-spec-proposals#2285).
- Loading branch information