Update ghcr.io/element-hq/synapse Docker tag to v1.158.0 #7
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
simon511000/homelab!7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/ghcr.io-element-hq-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.144.0→v1.158.0Release Notes
element-hq/synapse (ghcr.io/element-hq/synapse)
v1.158.0Compare Source
Changelog: https://github.com/element-hq/synapse/blob/release-v1.158/CHANGES.md
v1.157.2Compare Source
Synapse 1.157.2 (2026-07-28)
This security release addresses several vulnerabilities.
Please upgrade when you can, particularly if your homeserver participates in open federation
and/or has untrusted local users.
Security Fixes
High severity:
Moderate severity:
Low severity:
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)v1.152.0Compare Source
Synapse 1.152.0 (2026-04-28)
No significant changes since 1.152.0rc1.
Configuration changes needed for deployments using workers
For deployments using workers, please note that this version introduces a new
quarantined_media_changesstream writer, which may require configuration changes.Please see the the relevant section in the upgrade notes for details.
Without configuring this new stream writer, only the main process will be able to handle the
/media/quarantineadmin API endpoints for quarantining media.Synapse 1.152.0rc1 (2026-04-22)
Features
unstable_features. (#19642)list, fetch and delete user reports. (#19657)
device_lists_changes_in_room. (#19473, #19709)Bugfixes
device_keys: nullin the request toPOST /_matrix/client/v3/keys/upload, as per the spec. This was temporarily allowed as a workaround for misbehaving clients. (#19637)SQLITE_DBCONFIG_DEFENSIVEby default, such as macOS. (#19690)Improved Documentation
_setup_sequence(...)inportdb. (#19675)Internal Changes
limitargument in_maybe_backfill_inner(...). (#19630)spam_checker_spammyinternal event metadata. (#19453)FilteredEventclass that saves us copying events. (#19640)EventInternalMetadatato useArc<RwLock<_>>. (#19669)v1.151.0Compare Source
Synapse 1.151.0 (2026-04-07)
Bugfixes
KNOWN_ROOM_VERSIONS.__contains__raisingTypeErrorfor non-string keys, which could cause/syncto fail for rooms with aNULLroom version in the database. Bug introduced in #19589 as part of v1.151.0rc1. (#19649)Synapse 1.151.0rc1 (2026-03-31)
Features
room_versionandencryptionfields in the space/room/hierarchyAPI (part of MSC3266). (#19576)Bugfixes
org.matrix.msc4284.policyandm.room.policystate events. (#19503)Build and push complement imageCI job not havingpoetryavailable for the Complement runner script. (#19578)Deprecations and Removals
Internal Changes
demo/start.shscript. (#19538)RoomVersionattributes. (#19577)redacted_becausefrom internal unsigned. (#19581)RoomVersionto Rust. (#19589)./scripts-dev/complement.sh. (#19592)HomeserverTestCase.pump()docstring to demystify behavior (Twisted reactor/clock). (#19602)HomeserverTestCase.pump()in favor of more directHomeserverTestCase.reactor.advance(...)usage. (#19602)statement_timeoutto 10m (previously 1h). (#19604)v1.150.0Compare Source
Synapse 1.150.0 (2026-03-24)
No significant changes since 1.150.0rc1.
Upgrade notes
Please read the upgrade notes as this release includes a few changes that may affect your deployment.
Synapse 1.150.0rc1 (2026-03-17)
Features
GET /extremitiesendpoint. (#19314)delay_idin the event'sunsignedsection in/syncresponses to the event sender. (#19479)Bugfixes
Build and push complement imageCI job pointing to non-existent image. (#19523)Improved Documentation
/<param>instead of as/$param. (#19307)outbound_federation_restricted_tocan also be used with the Secure Border Gateway (SBG). (#19517)Internal Changes
devdependencies to PEP 735 dependency groups. (#19490)systemd-pythondependency and thesystemdextra on thesynapsepackage. (#19491)/versionsand/auth_metadatapublic endpoints. (#19530)Processed requestlogs. (#19548)v1.149.1Compare Source
Synapse 1.149.1 (2026-03-11)
Internal Changes
matrix-synapse-ldap3to0.4.0to supportsetuptools>=82.0.0. Fixes #19541. (#19543)v1.149.0Compare Source
Synapse 1.149.0 (2026-03-10)
No significant changes since 1.149.0rc1.
Synapse 1.149.0rc1 (2026-03-03)
Features
Bugfixes
/syncmissing membership event instate_after(experimental MSC4222 implementation) in some scenarios. (#19460)Internal Changes
JoinRoomAliasServletwith tracing. (#19461)docker system infoin CI so we have a plain record of how GitHub runners evolve over time. (#19480)test_disconnecttest helper so that pytest doesn't see it as a test. (#19486)Content-Lengthwith the Rust HTTP client. (#19498)v1.148.0Compare Source
Synapse 1.148.0 (2026-02-24)
No significant changes since 1.148.0rc1.
Synapse 1.148.0rc1 (2026-02-17)
Features
Improved Documentation
experimental_featuressection of the configuration manual documentation. (#19435)Deprecations and Removals
Internal Changes
v1.147.1Compare Source
Synapse 1.147.1 (2026-02-12)
v1.147.0Compare Source
Synapse 1.147.0 (2026-02-10)
No significant changes since 1.147.0rc1.
Synapse 1.147.0rc1 (2026-02-03)
Bugfixes
setuptools_rusta runtime dependency. (#19417)Internal Changes
sliding_sync_connection_required_statetable. (#19306)jobselectors (job=~"$job") so the "all" value works correctly across all panels. (#19400)pyo3from 0.26.0 to 0.27.2 andpythonizefrom 0.26.0 to 0.27.0. Contributed by @razvp @ ERCOM. (#19412)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)v1.145.0Compare Source
Synapse 1.145.0 (2026-01-13)
No significant changes since 1.145.0rc4.
End of Life of Ubuntu 25.04 Plucky Puffin
Ubuntu 25.04 (Plucky Puffin) will be end of life on Jan 17, 2026. Synapse will stop building packages for Ubuntu 25.04 shortly thereafter.
Updates to Locked Dependencies No Longer Included in Changelog
The "Updates to locked dependencies" section has been removed from the changelog due to lack of use and the maintenance burden. (#19254)
Synapse 1.145.0rc4 (2026-01-08)
No significant changes since 1.145.0rc3.
This RC contains a fix specifically for openSUSE packaging and no other changes.
Synapse 1.145.0rc3 (2026-01-07)
No significant changes since 1.145.0rc2.
This RC strips out unnecessary files from the wheels that were added when fixing the source distribution packaging in the previous RC.
Synapse 1.145.0rc2 (2026-01-07)
No significant changes since 1.145.0rc1.
This RC fixes the source distribution packaging for uploading to PyPI.
Synapse 1.145.0rc1 (2026-01-06)
Features
membershipsendpoint to the admin API. This is useful for forensics and T&S purposes. (#19260)admin_unsafely_bypass_quarantinequery parameter totrueon Client-Server API media download requests. (#19275)GET /_synapse/admin/v2/users/<user_id>. (#19281)federation_client.pydev script. Contributed by Denis Kasak (@dkasak). (#19300)Bugfixes
Durationwas logged incorrectly. (#19267)zope-interfaceolder than 6.2. (#19274)Updates to the Docker image
SYNAPSE_ENABLE_METRICS). (#19324)Improved Documentation
public_baseurlwhen configuring OpenID Connect authentication. (#19270)Deprecations and Removals
Internal Changes
HomeServer.shutdown()failing if the homeserver hasn't been setup yet. (#19187)Content-Lengthheader/s are invalid. (#19212)HomeServer.shutdown()failing if the homeserver failed tostart. (#19232)poetry-coretomaturin. (#19234)Clockunless explicitly enabled. (#19278)uvto test olddeps to ensure all transitive dependencies use minimum versions. (#19289)Failed to listen on 0.0.0.0, continuing because listening on [::]. (#19297)shared_extra_confis combined in our Docker configuration scripts. (#19323).github/workflows/tests.yml. (#19327)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 has been generated by Mend Renovate.
9576011dd1toce6e4670bdce6e4670bdtof9f62ee055Update ghcr.io/element-hq/synapse Docker tag to v1.154.0to Update ghcr.io/element-hq/synapse Docker tag to v1.155.0f9f62ee055to32c19ae5fbUpdate ghcr.io/element-hq/synapse Docker tag to v1.155.0to Update ghcr.io/element-hq/synapse Docker tag to v1.156.032c19ae5fbto678bde5457Update ghcr.io/element-hq/synapse Docker tag to v1.156.0to Update ghcr.io/element-hq/synapse Docker tag to v1.157.0678bde5457to69c380f1cbUpdate ghcr.io/element-hq/synapse Docker tag to v1.157.0to Update ghcr.io/element-hq/synapse Docker tag to v1.157.169c380f1cbto04a08f49a4Update ghcr.io/element-hq/synapse Docker tag to v1.157.1to Update ghcr.io/element-hq/synapse Docker tag to v1.157.204a08f49a4to7b3115a563Update ghcr.io/element-hq/synapse Docker tag to v1.157.2to Update ghcr.io/element-hq/synapse Docker tag to v1.158.0View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.