Update ghcr.io/element-hq/synapse Docker tag to v1.157.1#29
Open
renovate[bot] wants to merge 1 commit into
Open
Update ghcr.io/element-hq/synapse Docker tag to v1.157.1#29renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/ghcr.io-element-hq-synapse-1.x
branch
from
May 19, 2026 13:59
f5a3d70 to
fe74ed2
Compare
renovate
Bot
force-pushed
the
renovate/ghcr.io-element-hq-synapse-1.x
branch
from
June 4, 2026 16:45
fe74ed2 to
64bcf4d
Compare
renovate
Bot
force-pushed
the
renovate/ghcr.io-element-hq-synapse-1.x
branch
from
June 16, 2026 19:26
64bcf4d to
f556f37
Compare
renovate
Bot
force-pushed
the
renovate/ghcr.io-element-hq-synapse-1.x
branch
from
July 7, 2026 15:45
f556f37 to
6daff21
Compare
renovate
Bot
force-pushed
the
renovate/ghcr.io-element-hq-synapse-1.x
branch
from
July 21, 2026 18:29
6daff21 to
174d207
Compare
renovate
Bot
force-pushed
the
renovate/ghcr.io-element-hq-synapse-1.x
branch
from
July 22, 2026 21:32
174d207 to
414812f
Compare
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.152.0→v1.157.1Release Notes
element-hq/synapse (ghcr.io/element-hq/synapse)
v1.157.1Compare Source
Synapse 1.157.1 (2026-07-22)
Bugfixes
experimental_featuresno longer being accepted. (#19987)v1.157.0Compare Source
Synapse 1.157.0 (2026-07-21)
No significant changes since 1.157.0rc1.
Synapse 1.157.0rc1 (2026-07-14)
Features
exclude_rooms_from_presenceconfiguration option to stop presence being routed between users solely because they share one of the listed rooms. (#19935)Bugfixes
flag_existing_quarantined_mediabackground update skipping some quarantined remote media. Introduced in v1.152.0. (#19901)Contributed by @m4us1ne. (#19902)
de.sorunome.msc2409.push_ephemeralregistration flag stopped receiving ephemeral events (including to-device messages used for encryption). Introduced in v1.156.0. (#19928)SYNAPSE_ASYNC_IO_REACTOR=1on Python 3.14. (#19949)Deprecations and Removals
Internal Changes
HomeserverTestCase.get_success(...)and friends to drive async Rust (Tokio runtime/thread pool). (#19871, #19879)golangci-lintto CI. (#19888)test_redact_messages_all_roomstest, as this caused flakiness. (#19890)/eventsendpoint fromPOSTtoGET. (#19896)/eventsendpoint paging to match spec conventions. (#19897)sliding_sync_connection_lazy_membersto speed up deleting old sliding sync connection positions. (#19923)test_lock_contentionbeing flaky when running against PostgreSQL by budgeting CPU time rather than wall-clock time. (#19929)FIXMEnote forTestOIDCProviderUnavailable(problem tracked by #19937). (#19938)last_active_granularity,sync_online_timeoutandidle_timeoutoptions to thepresenceconfig section to allow tuning the presence state machine timers. (#19942)v1.156.0Compare Source
Synapse 1.156.0 (2026-07-07)
No significant changes since 1.156.0rc1.
Synapse 1.156.0rc1 (2026-06-30)
Features
allowed_room_idsin the/summaryclient-server API response for rooms with restricted join rules, as required by Matrix 1.15.Contributed by @FrenchGithubUser @Famedly. (#19762)
/restart) to bypass ratelimits for unauthenticated requests based on the client IP address. (#19794)synapse_non_deactivated_user_countwhich tracks the number of non-deactivated users in the database, split byapp_service. (#19848)GET /_matrix/client/unstable/org.matrix.msc1763/retention/configurationendpoint is now provided when retentionis enabled and
experimental_features.msc1763_enabledis enabled, based onMSC1763. (#19853)
Bugfixes
org.matrix.msc4143inunstable_featureswhenmsc4143_enabledis set. (#19646)0no longer logSynapse now listening on TCP port 0. (#19810)/purge_historywhen notifications had already been rotated into the summary table. (#19834)/synccaching transient errors for thesync_response_cache_duration. (#19845)delete_local_eventsbeing set to false, in room versions other than 1 and 2. (#19850)Improved Documentation
auto_join_roomsconfig documentation to cover requirements for auto-joining invite-only rooms. (#19660)Internal Changes
simple_select_one_onecol_txn()more helpful by naming the table of the select - as all other query wrapper functions already did. (#19869)get_user_which_could_invitelogic to reuseget_users_which_can_issue_invite. Contributed by Noah Markert. (#19732)twisted.protocols.amp.TooLongerror undertrial -jN) caused by an oversized debug log line. (#19832)default_config(server_name="test")usage in test utilities. (#19849).ruff_cache/directory to.gitignore. (#19854)poetryin CI from2.2.1to2.4.1. (#19866, #19877)deferredandtokio_runtimeto their own Rust modules. (#19868)cargo-testandcargo-benchCI jobs from being skipped, even on PRs that have Rust changes. (#19883)v1.155.0Compare Source
Synapse 1.155.0 (2026-06-16)
End of Life of Debian 12 Bookworm
The next version of Synapse will not include Debian packages for Debian 12 Bookworm
as it reached end of life on the 10th of June 2026.
Internal Changes
Synapse 1.155.0rc1 (2026-06-09)
Bugfixes
/capabilitiesendpoint returning a 500 error on non-media workers when MSC4452: Preview URL capabilities API is enabled. (#19839)Improved Documentation
poetry install. (#19818)Internal Changes
GcpJsonFormatterlogging formatter for use with Google Cloud Logging and GKE deployments. (#19775)Requesterclass to Rust. (#19828)v1.154.0Compare Source
Synapse 1.154.0 (2026-06-04)
No significant changes since 1.154.0rc1.
Synapse 1.154.0rc1 (2026-05-27)
Features
io.element.msc4452.preview_urlcapability.If
experimental_features.msc4452_enabledistrue, the/_matrix/(client/v1/media|media/v3)/preview_urlendpointnow responds with a 403 status code when the capability is disabled. (#19715)
Bugfixes
M_BAD_JSON) when sending a message with amentionsfield and Synapse modulecheck_event_allowedcallback registered (frozen event). Contributed by @gaetan-sbt. (#19634)/syncwhere it could attempt to fetch data with flawed invalid future tokens. (#19644)/syncfailing when MSC4354 Sticky Events are enabled and the sync request filters out Ephemeral Data Units (EDUs). (#19787)attrsminimum version requirement inpyproject.tomlfile. Contributed by Oleg Girko. (#19789)Improved Documentation
update_profile_informationsetting is true. (#19508)Internal Changes
Event.contentfield to Rust. (#19725)quarantined_mediawaiting patterns with standardwait_for_stream_token(...). (#19764)We can't get valid state history.so you can correlate everything byevent_id. (#19765)RoomVersionstructs. (#19766)WorkerLocktests to better stress theWORKER_LOCK_MAX_RETRY_INTERVAL. (#19772)TypeIshelper to avoid scatteredisinstancecasts. (#19774)StrCollectionforprev_state_events. (#19777)v1.153.0Compare Source
Synapse 1.153.0 (2026-05-19)
No significant changes since 1.153.0rc3.
Synapse 1.153.0rc3 (2026-05-15)
Bugfixes
Synapse 1.153.0rc2 (2026-05-13)
Bugfixes
unsignedfield of events. The bug was introduced in 1.153.0rc1. (#19769)Synapse 1.153.0rc1 (2026-05-08)
Features
msc3266_enabled. Contributed by @dasha-uwu. (#19720)m.room.createis now a required part of strippedinvite_state/knock_state. Contributed by @FrenchGithubUser @Famedly. (#19722)tombstonedandreplacement_roomin room details on admin API endpointGET /_synapse/admin/v1/rooms/<room_id>. Contributed by Noah Markert. (#19737)Bugfixes
authlibminimum version requirement inpyproject.tomlfile. Contributed by Oleg Girko. (#19742)Improved Documentation
use_frozen_dicts. (#19711)Internal Changes
Event.signaturesfield to Rust. (#19706)Event.unsignedfield to Rust. (#19708)WORKER_LOCK_MAX_RETRY_INTERVALto 5 seconds to reduce idle time after lock is released. (#19755)Durationso time units have to be specified. (#19756)v1.152.1Compare Source
Synapse 1.152.1 (2026-05-07)
Security Fixes
WorkerLocktime out interval to a maximum of 60 seconds. Contributed by Famedly. (#19394, ELEMENTSEC-2026-1706, GHSA-8q93-326v-3m7g, CVE-2026-45078)Configuration
📅 Schedule: (UTC)
🚦 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.