chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.146.0#4882
Merged
spantaleev merged 1 commit intomasterfrom Jan 27, 2026
Merged
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.146.0#4882spantaleev merged 1 commit intomasterfrom
spantaleev merged 1 commit intomasterfrom
Conversation
spantaleev
added a commit
that referenced
this pull request
Jan 27, 2026
Ref: - #4882 - element-hq/synapse#19204 - https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#enable_local_media_storage We default it to `true`, keeping up with upstream and the old behavior. s3-storage-provider users may set `matrix_synapse_enable_local_media_storage` to `false` to disable local file caching. This likely comes at the expense of some performance. For matrix-media-repo users, it likely doesn't matter what this is set to, as for a matrix-media-repo setup, all media-related API endpoints are captured and forwarded to matrix-media-repo (before reaching Synapse).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.145.0→v1.146.0Release Notes
element-hq/synapse (ghcr.io/element-hq/synapse)
v1.146.0Compare Source
Synapse 1.146.0 (2026-01-27)
No significant changes since 1.146.0rc1.
Deprecations and Removals
Synapse 1.146.0rc1 (2026-01-20)
Features
enable_local_media_storagewhich controls whether media is additionally stored locally when using configuredmedia_storage_providers. Setting this tofalseallows off-site media storage without a local cache. Contributed by Patrice Brend'amour @dr.allgood. (#19204)m.oauthUser-Interactive Auth stage for resetting cross-signing identity with the OAuth 2.0 API. The old, unstable name (org.matrix.cross_signing_reset) is now deprecated and will be removed in a future release. (#19273)server_namelabel (instead ofinstance). (#19337)Bugfixes
/_matrix/media/v1/createbeing ratelimited for appservices even ifrate_limited: falsewas set in the registration. Contributed by @tulir @ Beeper. (#19335)InFlightGaugetyping to allow upgrading toprometheus_client0.24. (#19379)Updates to the Docker image
docker/Dockerfile-workersimage (see the Metrics section of our Docker testing docs). (#19336)Improved Documentation
Internal Changes
cancel_taskAPI to the task scheduler. (#19310)auth_types_for_eventandget_catchup_room_event_ids. (#19320)assertEqualswithassertEqualin unit test code. (#19345)mdbookfrom 0.4.17 to 0.5.2 and remove our custom table-of-contents plugin in favour of the new default functionality. (#19356)GitRelease.titlewith.namein release script. (#19358)ProxiedReactorused in worker Complement tests. (#19385)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 this update again.
This PR was generated by Mend Renovate. View the repository job log.