chore(deps): update matrixdotorg/synapse docker tag to v1.122.0 #93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/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.121.1
->v1.122.0
v1.121.1
->v1.122.0
Release Notes
element-hq/synapse (matrixdotorg/synapse)
v1.122.0
Compare Source
Synapse 1.122.0 (2025-01-14)
Please note that this version of Synapse drops support for PostgreSQL 11 and 12. The minimum version of PostgreSQL supported is now version 13.
No significant changes since 1.122.0rc1.
Synapse 1.122.0rc1 (2025-01-07)
Deprecations and Removals
Features
email.tlsname
config option. This allows specifying the domain name used to validate the SMTP server's TLS certificate separately from theemail.smtp_host
to connect to. (#17849)check_username_for_spam
callbacks tospam_checker_module_callbacks
. Contributed by Wilson@Pangea.chat. (#17916)fetch the number of rooms the provided user has joined after a given timestamp, and get report IDs of event
reports against a provided user (i.e. where the user was the sender of the reported event). (#17948)
macaroon_secret_key_path
config option. (#17983)Bugfixes
third_party_rules
module, where the invite would be stuck for the client. (#17930)Improved Documentation
synapse.app.generic_worker
documentation to only recommendGET
requests for stream writer routes by default, unless the worker is also configured as a stream writer. Contributed by @evoL. (#17954)last_seen_ts
query parameter to the query user Admin API. (#17976)TaskScheduler
class. (#17992)Internal Changes
RoomID
&EventID
rust types. (#17996)twisted.internet.defer.returnValue
. Contributed by Colin Watson. (#18020)get_profile
to no longer include fields with a value ofNone
. (#18063)Updates to locked dependencies
Changelogs for older versions can be found here.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.