Update matrixdotorg/synapse Docker tag to v1.37.0 (main) #14
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/main-docker-matrixdotorg-synapse-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v1.36.0->v1.37.0Release Notes
matrix-org/synapse
v1.37.0Compare Source
Synapse 1.37.0 (2021-06-29)
This release deprecates the current spam checker interface. See the upgrade notes for more information on how to update to the new generic module interface.
This release also removes support for fetching and renewing TLS certificates using the ACME v1 protocol, which has been fully decommissioned by Let's Encrypt on June 1st 2021. Admins previously using this feature should use a reverse proxy to handle TLS termination, or use an external ACME client (such as certbot) to retrieve a certificate and key and provide them to Synapse using the
tls_certificate_pathandtls_private_key_pathconfiguration settings.Synapse 1.37.0rc1 (2021-06-24)
Features
sso.update_profile_informationto sync SSO users' profile information with the identity provider each time they login. Currently only displayname is supported. (#10108)Bugfixes
ip_range_whitelistconfiguration option from working for federation and identity servers. Contributed by @mikure. (#10115)admin_cmdworker. Broke in Synapse v1.33.0. (#10154)/syncto return immediately with an empty response. (#10157, #10158)/_matrix/client/r0/user/{user}/openid/request_tokencausingexpires_into be a float instead of an integer. Contributed by @lukaslihotzki. (#10175)allowkey of am.room.join_rulesevent could be applied for incorrect room versions and configurations. (#10208)Improved Documentation
Deprecations and Removals
tls_certificate_pathandtls_private_key_pathconfiguration settings. (#10194)Internal Changes
/keys/queryrequests from a single device. (#10144)SYNAPSE_TEST_LOG_LEVELto see the logger output when running tests. (#10148)synapse_federation_soft_failed_events_totalmetric to track how often events are soft failed. (#10156)Measureblocks. (#10183)blacklinting tool to 21.6b0. (#10197)Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.