Update Matrix #231

Merged
renovate-bot merged 0 commits from refs/pull/231/head into master 2025-12-17 07:53:08 +00:00
renovate-bot commented 2025-12-17 00:01:48 +00:00 (Migrated from gitea.smittenfeld.nl)

This PR contains the following updates:

Package Update Change
dock.mau.dev/mautrix/signal minor v0.2511.0 -> v0.2512.0
dock.mau.dev/mautrix/whatsapp minor v0.2511.0 -> v0.2512.0
ghcr.io/element-hq/matrix-authentication-service minor 1.6.0 -> 1.8.0
matrixdotorg/synapse minor v1.142.1 -> v1.144.0

Release Notes

element-hq/matrix-authentication-service (ghcr.io/element-hq/matrix-authentication-service)

v1.8.0

Compare Source

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:b06aa8e1c89094819a4849729b39932a735bdfd5039b38ffe4022f88176efb4d
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.8.0
    ghcr.io/element-hq/matrix-authentication-service:1.8
    ghcr.io/element-hq/matrix-authentication-service:1
    ghcr.io/element-hq/matrix-authentication-service:sha-a17801a
    ghcr.io/element-hq/matrix-authentication-service:latest
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:52a95dad6879746b4f951347746f38194de1773e031b479a515f48ba5ef17cfe
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.8.0-debug
    ghcr.io/element-hq/matrix-authentication-service:1.8-debug
    ghcr.io/element-hq/matrix-authentication-service:1-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-a17801a-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug
    

What's Changed

New Features
  • Allow linking upstream accounts to matching users without confirmation by @​sandhose in #​5293
  • Add more options to deal with localpart conflicts on upstream OAuth 2.0 logins by @​sandhose in #​5295
  • Option to skip confirmation when registering through an upstream OAuth provider by @​sandhose in #​5296
Documentation
  • Fix documentation of --usage-limit and --unlimited parameters on issue-user-registration-token command. by @​reivilibre in #​5285
  • Add Shibboleth sample configuration to SSO documentation by @​Copilot in #​5294
Translations
Internal Changes
Other Changes
Dependency Updates

New Contributors

Full Changelog: https://github.com/element-hq/matrix-authentication-service/compare/v1.7.0...v1.8.0

v1.7.0

Compare Source

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:83c5da4bd06772b4b98b18b7702485aefc26f1ce4787110687f1358a4291c7a3
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.7.0
    ghcr.io/element-hq/matrix-authentication-service:1.7
    ghcr.io/element-hq/matrix-authentication-service:1
    ghcr.io/element-hq/matrix-authentication-service:sha-c281492
    ghcr.io/element-hq/matrix-authentication-service:latest
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:64ecd5db935b03f1dd47cc234a84a51f78e1700f6967e6d5f56993fa4ff9cca9
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.7.0-debug
    ghcr.io/element-hq/matrix-authentication-service:1.7-debug
    ghcr.io/element-hq/matrix-authentication-service:1-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-c281492-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug
    

What's Changed

New Features
Documentation
Translations
Internal Changes
Dependency Updates

Full Changelog: https://github.com/element-hq/matrix-authentication-service/compare/v1.6.0...v1.7.0

element-hq/synapse (matrixdotorg/synapse)

v1.144.0

Compare Source

Synapse 1.144.0 (2025-12-09)

Deprecation of MacOS Python wheels

The team has decided to deprecate and stop publishing python wheels for MacOS as of this release. Synapse docker images will continue to work on MacOS, as will building Synapse from source (though note this requires a Rust compiler).

Unstable mutual rooms endpoint is now behind an experimental feature flag

Admins using the unstable MSC2666 endpoint (/_matrix/client/unstable/uk.half-shot.msc2666/user/mutual_rooms), please check the relevant section in the upgrade notes as this release contains changes that disable that endpoint by default.

No significant changes since 1.144.0rc1.

Synapse 1.144.0rc1 (2025-12-02)

Admins using the unstable MSC2666 endpoint (/_matrix/client/unstable/uk.half-shot.msc2666/user/mutual_rooms), please check the relevant section in the upgrade notes as this release contains changes that disable that endpoint by default.

Features

  • Add experimental implementation of MSC4380 (invite blocking). (#​19203)
  • Allow restarting delayed event timeouts on workers. (#​19207)

Bugfixes

  • Fix a bug in the database function for fetching state deltas that could result in unnecessarily long query times. (#​18960)
  • Fix v12 rooms when running with use_frozen_dicts: True. (#​19235)
  • Fix bug where invalid canonical_alias content would return 500 instead of 400. (#​19240)
  • Fix bug where Duration was logged incorrectly. (#​19267)

Improved Documentation

  • Document in the --config-path help how multiple files are merged - by merging them shallowly. (#​19243)

Deprecations and Removals

  • Stop building release wheels for MacOS. (#​19225)

Internal Changes

  • Improve event filtering for Simplified Sliding Sync. (#​17782)
  • Export SYNAPSE_SUPPORTED_COMPLEMENT_TEST_PACKAGES environment variable from scripts-dev/complement.sh. (#​19208)
  • Refactor scripts-dev/complement.sh logic to avoid exit to facilitate being able to source it from other scripts (composable). (#​19209)
  • Expire sliding sync connections that are too old or have too much pending data. (#​19211)
  • Require an experimental feature flag to be enabled in order for the unstable MSC2666 endpoint (/_matrix/client/unstable/uk.half-shot.msc2666/user/mutual_rooms) to be available. (#​19219)
  • Prevent changelog check CI running on @​dependabot's PRs even when a human has modified the branch. (#​19220)
  • Auto-fix trailing spaces in multi-line strings and comments when running the lint script. (#​19221)
  • Move towards using a dedicated Duration type. (#​19223, #​19229)
  • Improve robustness of the SQL schema linting in CI. (#​19224)
  • Add log to determine whether clients are using /messages as expected. (#​19226)
  • Simplify README and add ESS Getting started section. (#​19228, #​19259)
  • Add a unit test for ensuring associated refresh tokens are erased when a device is deleted. (#​19230)
  • Prompt user to consider adding future deprecations to the changelog in release script. (#​19239)
  • Fix check of the Rust compiled code being outdated when using source checkout and .egg-info. (#​19251)
  • Stop building MacOS wheels in CI pipeline. (#​19263)
Updates to locked dependencies
  • Bump Swatinem/rust-cache from 2.8.1 to 2.8.2. (#​19244)
  • Bump actions/checkout from 5.0.0 to 6.0.0. (#​19213)
  • Bump actions/setup-go from 6.0.0 to 6.1.0. (#​19214)
  • Bump actions/setup-python from 6.0.0 to 6.1.0. (#​19245)
  • Bump attrs from 25.3.0 to 25.4.0. (#​19215)
  • Bump docker/metadata-action from 5.9.0 to 5.10.0. (#​19246)
  • Bump http from 1.3.1 to 1.4.0. (#​19249)
  • Bump pydantic from 2.12.4 to 2.12.5. (#​19250)
  • Bump pyopenssl from 25.1.0 to 25.3.0. (#​19248)
  • Bump rpds-py from 0.28.0 to 0.29.0. (#​19216)
  • Bump rpds-py from 0.29.0 to 0.30.0. (#​19247)
  • Bump sentry-sdk from 2.44.0 to 2.46.0. (#​19218)
  • Bump types-bleach from 6.2.0.20250809 to 6.3.0.20251115. (#​19217)
  • Bump types-jsonschema from 4.25.1.20250822 to 4.25.1.20251009. (#​19252)

v1.143.0

Compare Source

Synapse 1.143.0 (2025-11-25)

Dropping support for PostgreSQL 13

In line with our deprecation policy, we've dropped support for PostgreSQL 13, as it is no longer supported upstream. This release of Synapse requires PostgreSQL 14+.

No significant changes since 1.143.0rc2.

synapse 1.143.0rc2 (2025-11-18)

Internal Changes

  • Fixes docker image creation in the release workflow.

Synapse 1.143.0rc1 (2025-11-18)

Features

  • Support multiple config files in register_new_matrix_user. (#​18784)
  • Remove authentication from POST /_matrix/client/v1/delayed_events, and allow calling this endpoint with the update action to take (send/cancel/restart) in the request path instead of the body. (#​19152)

Bugfixes

  • Fixed a longstanding bug where background updates were only run on the main database. (#​19181)
  • Fixed a bug introduced in v1.142.0 preventing subpaths in MAS endpoints from working. (#​19186)
  • Fix the SQLite-to-PostgreSQL migration script to correctly migrate a boolean column in the delayed_events table. (#​19155)

Improved Documentation

  • Improve documentation around streams, particularly ID generators and adding new streams. (#​18943)

Deprecations and Removals

  • Remove support for PostgreSQL 13. (#​19170)

Internal Changes

  • Provide additional servers with federation room directory results. (#​18970)
  • Add a shortcut return when there are no events to purge. (#​19093)
  • Write union types as X | Y where possible, as per PEP 604, added in Python 3.10. (#​19111)
  • Reduce cardinality of synapse_storage_events_persisted_events_sep_total metric by removing origin_entity label. This also separates out events sent by local application services by changing the origin_type for such events to application_service. The type field also only tracks common event types, and anything else is bucketed under *other*. (#​19133, #​19168)
  • Run trial tests on Python 3.14 for PRs. (#​19135)
  • Update pyproject.toml project metadata to be compatible with standard Python packaging tooling. (#​19137)
  • Minor speed up of processing of inbound replication. (#​19138, #​19145, #​19146)
  • Ignore recent Python language refactors from git blame (.git-blame-ignore-revs). (#​19150)
  • Bump lower bounds of dependencies parameterized to 0.9.0 and idna to 3.3 as those are the first to advertise support for Python 3.10. (#​19167)
  • Point out which event caused the exception when checking MSC4293 redactions. (#​19169)
  • Restore printing sentinel for the log record request when no logcontext is active. (#​19172)
  • Add debug logs to track Clock utilities. (#​19173)
  • Remove explicit python version skips in cibuildwheel config as it's no longer required after #​19137. (#​19177)
  • Fix potential lost logcontext when PerDestinationQueue.shutdown(...) is called. (#​19178)
  • Fix bad deferred logcontext handling across the codebase. (#​19180)
Updates to locked dependencies
  • Bump bytes from 1.10.1 to 1.11.0. (#​19193)
  • Bump click from 8.1.8 to 8.3.1. (#​19195)
  • Bump cryptography from 43.0.3 to 45.0.7. (#​19159)
  • Bump docker/metadata-action from 5.8.0 to 5.9.0. (#​19161)
  • Bump pydantic from 2.12.3 to 2.12.4. (#​19158)
  • Bump pyo3-log from 0.13.1 to 0.13.2. (#​19156)
  • Bump ruff from 0.14.3 to 0.14.5. (#​19196)
  • Bump sentry-sdk from 2.34.1 to 2.43.0. (#​19157)
  • Bump sentry-sdk from 2.43.0 to 2.44.0. (#​19197)
  • Bump tomli from 2.2.1 to 2.3.0. (#​19194)
  • Bump types-netaddr from 1.3.0.20240530 to 1.3.0.20251108. (#​19160)

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | dock.mau.dev/mautrix/signal | minor | `v0.2511.0` -> `v0.2512.0` | | dock.mau.dev/mautrix/whatsapp | minor | `v0.2511.0` -> `v0.2512.0` | | [ghcr.io/element-hq/matrix-authentication-service](https://github.com/element-hq/matrix-authentication-service) | minor | `1.6.0` -> `1.8.0` | | [matrixdotorg/synapse](https://github.com/element-hq/synapse) | minor | `v1.142.1` -> `v1.144.0` | --- ### Release Notes <details> <summary>element-hq/matrix-authentication-service (ghcr.io/element-hq/matrix-authentication-service)</summary> ### [`v1.8.0`](https://github.com/element-hq/matrix-authentication-service/releases/tag/v1.8.0) [Compare Source](https://github.com/element-hq/matrix-authentication-service/compare/v1.7.0...v1.8.0) ##### Docker image Regular image: - Digest: ``` ghcr.io/element-hq/matrix-authentication-service@sha256:b06aa8e1c89094819a4849729b39932a735bdfd5039b38ffe4022f88176efb4d ``` - Tags: ``` ghcr.io/element-hq/matrix-authentication-service:1.8.0 ghcr.io/element-hq/matrix-authentication-service:1.8 ghcr.io/element-hq/matrix-authentication-service:1 ghcr.io/element-hq/matrix-authentication-service:sha-a17801a ghcr.io/element-hq/matrix-authentication-service:latest ``` Debug variant: - Digest: ``` ghcr.io/element-hq/matrix-authentication-service@sha256:52a95dad6879746b4f951347746f38194de1773e031b479a515f48ba5ef17cfe ``` - Tags: ``` ghcr.io/element-hq/matrix-authentication-service:1.8.0-debug ghcr.io/element-hq/matrix-authentication-service:1.8-debug ghcr.io/element-hq/matrix-authentication-service:1-debug ghcr.io/element-hq/matrix-authentication-service:sha-a17801a-debug ghcr.io/element-hq/matrix-authentication-service:latest-debug ``` <!-- Release notes generated using configuration in .github/release.yml at v1.8.0 --> #### What's Changed ##### New Features - Allow linking upstream accounts to matching users without confirmation by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;5293](https://github.com/element-hq/matrix-authentication-service/pull/5293) - Add more options to deal with localpart conflicts on upstream OAuth 2.0 logins by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;5295](https://github.com/element-hq/matrix-authentication-service/pull/5295) - Option to skip confirmation when registering through an upstream OAuth provider by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;5296](https://github.com/element-hq/matrix-authentication-service/pull/5296) ##### Documentation - Fix documentation of `--usage-limit` and `--unlimited` parameters on `issue-user-registration-token` command. by [@&#8203;reivilibre](https://github.com/reivilibre) in [#&#8203;5285](https://github.com/element-hq/matrix-authentication-service/pull/5285) - Add Shibboleth sample configuration to SSO documentation by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;5294](https://github.com/element-hq/matrix-authentication-service/pull/5294) ##### Translations - Translations updates for main by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5322](https://github.com/element-hq/matrix-authentication-service/pull/5322) - Translations updates for v1.8 by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5336](https://github.com/element-hq/matrix-authentication-service/pull/5336) ##### Internal Changes - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5270](https://github.com/element-hq/matrix-authentication-service/pull/5270) - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5290](https://github.com/element-hq/matrix-authentication-service/pull/5290) ##### Other Changes - templates check: Add `--stabilise` flag to make renders reproducible by [@&#8203;reivilibre](https://github.com/reivilibre) in [#&#8203;5214](https://github.com/element-hq/matrix-authentication-service/pull/5214) - Add experimental and preliminary policy-driven session limiting when logging in OAuth 2 sessions. by [@&#8203;reivilibre](https://github.com/reivilibre) in [#&#8203;5221](https://github.com/element-hq/matrix-authentication-service/pull/5221) - Modify Nginx compatibility-layer location block to forward not just client stuff to matrix-synapse by [@&#8203;marrobHD](https://github.com/marrobHD) in [#&#8203;5240](https://github.com/element-hq/matrix-authentication-service/pull/5240) - Unify registrations for local passwords and upstream OAuth registrations by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;5281](https://github.com/element-hq/matrix-authentication-service/pull/5281) - Add 'IF NOT EXISTS' to all 'CREATE INDEX CONCURRENTLY' statements to avoid deadlocks by [@&#8203;benbz](https://github.com/benbz) in [#&#8203;5297](https://github.com/element-hq/matrix-authentication-service/pull/5297) - Revert "Add 'IF NOT EXISTS' to all 'CREATE INDEX CONCURRENTLY' statements to avoid deadlocks ([#&#8203;5297](https://github.com/element-hq/matrix-authentication-service/issues/5297))" by [@&#8203;reivilibre](https://github.com/reivilibre) in [#&#8203;5299](https://github.com/element-hq/matrix-authentication-service/pull/5299) - Add experimental and preliminary policy-driven session limiting when logging in compatibility sessions. by [@&#8203;reivilibre](https://github.com/reivilibre) in [#&#8203;5287](https://github.com/element-hq/matrix-authentication-service/pull/5287) - Fix mockLocale for vitest 4.x spyOn breaking change by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;5303](https://github.com/element-hq/matrix-authentication-service/pull/5303) - Explain the purpose of signing keys in the config documentation. by [@&#8203;reivilibre](https://github.com/reivilibre) in [#&#8203;5286](https://github.com/element-hq/matrix-authentication-service/pull/5286) - Simplify the consent screen by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;5310](https://github.com/element-hq/matrix-authentication-service/pull/5310) ##### Dependency Updates - build(deps-dev): bump vite from 7.2.2 to 7.2.4 in /frontend in the vite group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5272](https://github.com/element-hq/matrix-authentication-service/pull/5272) - build(deps): bump the i18next group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5273](https://github.com/element-hq/matrix-authentication-service/pull/5273) - build(deps-dev): bump the graphql-codegen group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5278](https://github.com/element-hq/matrix-authentication-service/pull/5278) - build(deps-dev): bump [@&#8203;biomejs/biome](https://github.com/biomejs/biome) from 2.3.2 to 2.3.7 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5280](https://github.com/element-hq/matrix-authentication-service/pull/5280) - build(deps-dev): bump msw-storybook-addon from 2.0.5 to 2.0.6 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5279](https://github.com/element-hq/matrix-authentication-service/pull/5279) - build(deps): bump peter-evans/create-pull-request from 7.0.8 to 7.0.9 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5283](https://github.com/element-hq/matrix-authentication-service/pull/5283) - build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.13 to 2.0.14 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5288](https://github.com/element-hq/matrix-authentication-service/pull/5288) - build(deps): bump valibot from 1.1.0 to 1.2.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5291](https://github.com/element-hq/matrix-authentication-service/pull/5291) - build(deps): bump docker/bake-action from 6.9.0 to 6.10.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5292](https://github.com/element-hq/matrix-authentication-service/pull/5292) - build(deps): bump actions/checkout from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5277](https://github.com/element-hq/matrix-authentication-service/pull/5277) - build(deps): bump convert\_case from 0.8.0 to 0.9.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5275](https://github.com/element-hq/matrix-authentication-service/pull/5275) - build(deps-dev): bump the vitest group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5190](https://github.com/element-hq/matrix-authentication-service/pull/5190) - build(deps-dev): bump the storybook group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5306](https://github.com/element-hq/matrix-authentication-service/pull/5306) - build(deps): bump the i18next group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5308](https://github.com/element-hq/matrix-authentication-service/pull/5308) - build(deps): bump softprops/action-gh-release from 2.4.2 to 2.5.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5305](https://github.com/element-hq/matrix-authentication-service/pull/5305) - build(deps): bump docker/metadata-action from 5.9.0 to 5.10.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5304](https://github.com/element-hq/matrix-authentication-service/pull/5304) - build(deps): bump the sentry group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5309](https://github.com/element-hq/matrix-authentication-service/pull/5309) - build(deps-dev): bump vite from 7.2.4 to 7.2.6 in /frontend in the vite group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5307](https://github.com/element-hq/matrix-authentication-service/pull/5307) - build(deps-dev): bump i18next-cli from 1.28.3 to 1.29.3 in /frontend in the i18next group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5315](https://github.com/element-hq/matrix-authentication-service/pull/5315) - build(deps-dev): bump the vitest group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5314](https://github.com/element-hq/matrix-authentication-service/pull/5314) - build(deps): bump the tanstack-query group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5316](https://github.com/element-hq/matrix-authentication-service/pull/5316) - build(deps-dev): bump [@&#8203;types/react](https://github.com/types/react) from 19.2.6 to 19.2.7 in /frontend in the types group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5317](https://github.com/element-hq/matrix-authentication-service/pull/5317) - build(deps): bump tracing-appender from 0.2.3 to 0.2.4 in the tracing group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5318](https://github.com/element-hq/matrix-authentication-service/pull/5318) #### New Contributors - [@&#8203;marrobHD](https://github.com/marrobHD) made their first contribution in [#&#8203;5240](https://github.com/element-hq/matrix-authentication-service/pull/5240) - [@&#8203;Copilot](https://github.com/Copilot) made their first contribution in [#&#8203;5294](https://github.com/element-hq/matrix-authentication-service/pull/5294) - [@&#8203;benbz](https://github.com/benbz) made their first contribution in [#&#8203;5297](https://github.com/element-hq/matrix-authentication-service/pull/5297) **Full Changelog**: <https://github.com/element-hq/matrix-authentication-service/compare/v1.7.0...v1.8.0> ### [`v1.7.0`](https://github.com/element-hq/matrix-authentication-service/releases/tag/v1.7.0) [Compare Source](https://github.com/element-hq/matrix-authentication-service/compare/v1.6.0...v1.7.0) ##### Docker image Regular image: - Digest: ``` ghcr.io/element-hq/matrix-authentication-service@sha256:83c5da4bd06772b4b98b18b7702485aefc26f1ce4787110687f1358a4291c7a3 ``` - Tags: ``` ghcr.io/element-hq/matrix-authentication-service:1.7.0 ghcr.io/element-hq/matrix-authentication-service:1.7 ghcr.io/element-hq/matrix-authentication-service:1 ghcr.io/element-hq/matrix-authentication-service:sha-c281492 ghcr.io/element-hq/matrix-authentication-service:latest ``` Debug variant: - Digest: ``` ghcr.io/element-hq/matrix-authentication-service@sha256:64ecd5db935b03f1dd47cc234a84a51f78e1700f6967e6d5f56993fa4ff9cca9 ``` - Tags: ``` ghcr.io/element-hq/matrix-authentication-service:1.7.0-debug ghcr.io/element-hq/matrix-authentication-service:1.7-debug ghcr.io/element-hq/matrix-authentication-service:1-debug ghcr.io/element-hq/matrix-authentication-service:sha-c281492-debug ghcr.io/element-hq/matrix-authentication-service:latest-debug ``` <!-- Release notes generated using configuration in .github/release.yml at v1.7.0 --> #### What's Changed ##### New Features - Add `upstream_oauth2.providers.[].client_secret_file` config option by [@&#8203;networkException](https://github.com/networkException) in [#&#8203;4882](https://github.com/element-hq/matrix-authentication-service/pull/4882) - Add `secrets.keys_dir` config option. by [@&#8203;V02460](https://github.com/V02460) in [#&#8203;4877](https://github.com/element-hq/matrix-authentication-service/pull/4877) - Interactively help users choosing a username by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;5258](https://github.com/element-hq/matrix-authentication-service/pull/5258) ##### Documentation - Add basic documentation for personal sessions by [@&#8203;reivilibre](https://github.com/reivilibre) in [#&#8203;5187](https://github.com/element-hq/matrix-authentication-service/pull/5187) ##### Translations - Minor grammatical fix by [@&#8203;anoadragon453](https://github.com/anoadragon453) in [#&#8203;5268](https://github.com/element-hq/matrix-authentication-service/pull/5268) - Translations updates for main by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5269](https://github.com/element-hq/matrix-authentication-service/pull/5269) - Translations updates for v1.7 by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5289](https://github.com/element-hq/matrix-authentication-service/pull/5289) ##### Internal Changes - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5218](https://github.com/element-hq/matrix-authentication-service/pull/5218) - Only allow C-S device scopes when the C-S API scope has been requested by [@&#8203;reivilibre](https://github.com/reivilibre) in [#&#8203;5215](https://github.com/element-hq/matrix-authentication-service/pull/5215) - Fix broken link in rustdoc by [@&#8203;reivilibre](https://github.com/reivilibre) in [#&#8203;5222](https://github.com/element-hq/matrix-authentication-service/pull/5222) - Upgrade schemars to 0.9 by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;4682](https://github.com/element-hq/matrix-authentication-service/pull/4682) - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5235](https://github.com/element-hq/matrix-authentication-service/pull/5235) - Fix the building of the docs with mdbook 0.5 by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;5261](https://github.com/element-hq/matrix-authentication-service/pull/5261) ##### Dependency Updates - build(deps): bump docker/metadata-action from 5.8.0 to 5.9.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5220](https://github.com/element-hq/matrix-authentication-service/pull/5220) - build(deps-dev): bump [@&#8203;biomejs/biome](https://github.com/biomejs/biome) from 2.2.5 to 2.3.2 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5213](https://github.com/element-hq/matrix-authentication-service/pull/5213) - build(deps-dev): bump knip from 5.64.2 to 5.66.4 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5211](https://github.com/element-hq/matrix-authentication-service/pull/5211) - build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5204](https://github.com/element-hq/matrix-authentication-service/pull/5204) - build(deps): bump actions/download-artifact from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5203](https://github.com/element-hq/matrix-authentication-service/pull/5203) - build(deps-dev): bump the vite group across 1 directory with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5199](https://github.com/element-hq/matrix-authentication-service/pull/5199) - build(deps): bump rustls from 0.23.32 to 0.23.34 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5193](https://github.com/element-hq/matrix-authentication-service/pull/5193) - build(deps): bump react-i18next from 16.1.4 to 16.1.5 in /frontend in the i18next group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5192](https://github.com/element-hq/matrix-authentication-service/pull/5192) - build(deps-dev): bump the storybook group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5224](https://github.com/element-hq/matrix-authentication-service/pull/5224) - build(deps-dev): bump vite from 7.1.12 to 7.2.1 in /frontend in the vite group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5226](https://github.com/element-hq/matrix-authentication-service/pull/5226) - build(deps-dev): bump [@&#8203;graphql-codegen/client-preset](https://github.com/graphql-codegen/client-preset) from 5.1.0 to 5.1.1 in /frontend in the graphql-codegen group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5227](https://github.com/element-hq/matrix-authentication-service/pull/5227) - Use Node 24 in CI and for building the frontend by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;5229](https://github.com/element-hq/matrix-authentication-service/pull/5229) - build(deps): bump the i18next group across 1 directory with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5236](https://github.com/element-hq/matrix-authentication-service/pull/5236) - build(deps): bump [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query) from 5.90.5 to 5.90.7 in /frontend in the tanstack-query group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5233](https://github.com/element-hq/matrix-authentication-service/pull/5233) - build(deps): bump softprops/action-gh-release from 2.4.1 to 2.4.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5230](https://github.com/element-hq/matrix-authentication-service/pull/5230) - Update opa-wasm to 0.1.8 & bump wasmtime by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;5245](https://github.com/element-hq/matrix-authentication-service/pull/5245) - build(deps-dev): bump the storybook group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5231](https://github.com/element-hq/matrix-authentication-service/pull/5231) - build(deps): bump csv from 1.3.1 to 1.4.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5246](https://github.com/element-hq/matrix-authentication-service/pull/5246) - build(deps-dev): bump the storybook group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5248](https://github.com/element-hq/matrix-authentication-service/pull/5248) - build(deps): bump psl from 2.1.148 to 2.1.162 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5250](https://github.com/element-hq/matrix-authentication-service/pull/5250) - build(deps-dev): bump [@&#8203;vitejs/plugin-react](https://github.com/vitejs/plugin-react) from 5.1.0 to 5.1.1 in /frontend in the vite group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5249](https://github.com/element-hq/matrix-authentication-service/pull/5249) - build(deps): bump rustls-pki-types from 1.12.0 to 1.13.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5247](https://github.com/element-hq/matrix-authentication-service/pull/5247) - build(deps): bump rustls from 0.23.34 to 0.23.35 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5244](https://github.com/element-hq/matrix-authentication-service/pull/5244) - build(deps): bump js-yaml from 4.1.0 to 4.1.1 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5242](https://github.com/element-hq/matrix-authentication-service/pull/5242) - build(deps): bump glob and i18next-cli in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5259](https://github.com/element-hq/matrix-authentication-service/pull/5259) - build(deps-dev): bump the graphql-codegen group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5252](https://github.com/element-hq/matrix-authentication-service/pull/5252) - build(deps): bump [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query) from 5.90.7 to 5.90.10 in /frontend in the tanstack-query group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5253](https://github.com/element-hq/matrix-authentication-service/pull/5253) - build(deps): bump bitflags from 2.9.4 to 2.10.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5254](https://github.com/element-hq/matrix-authentication-service/pull/5254) - build(deps): bump the i18next group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5262](https://github.com/element-hq/matrix-authentication-service/pull/5262) - build(deps-dev): bump the types group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5263](https://github.com/element-hq/matrix-authentication-service/pull/5263) - build(deps): bump hyper-util from 0.1.17 to 0.1.18 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5266](https://github.com/element-hq/matrix-authentication-service/pull/5266) - build(deps): bump [@&#8203;vector-im/compound-web](https://github.com/vector-im/compound-web) from 8.2.4 to 8.2.5 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5265](https://github.com/element-hq/matrix-authentication-service/pull/5265) - build(deps): bump [@&#8203;vector-im/compound-design-tokens](https://github.com/vector-im/compound-design-tokens) from 6.0.0 to 6.4.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5264](https://github.com/element-hq/matrix-authentication-service/pull/5264) **Full Changelog**: <https://github.com/element-hq/matrix-authentication-service/compare/v1.6.0...v1.7.0> </details> <details> <summary>element-hq/synapse (matrixdotorg/synapse)</summary> ### [`v1.144.0`](https://github.com/element-hq/synapse/releases/tag/v1.144.0) [Compare Source](https://github.com/element-hq/synapse/compare/v1.143.0...v1.144.0) ### Synapse 1.144.0 (2025-12-09) #### Deprecation of MacOS Python wheels The team has decided to deprecate and stop publishing python wheels for MacOS as of this release. Synapse docker images will continue to work on MacOS, as will building Synapse from source (though note this requires a Rust compiler). #### Unstable mutual rooms endpoint is now behind an experimental feature flag Admins using the unstable [MSC2666](https://github.com/matrix-org/matrix-spec-proposals/pull/2666) endpoint (`/_matrix/client/unstable/uk.half-shot.msc2666/user/mutual_rooms`), please check [the relevant section in the upgrade notes](https://github.com/element-hq/synapse/blob/develop/docs/upgrade.md#upgrading-to-v11440) as this release contains changes that disable that endpoint by default. No significant changes since 1.144.0rc1. ### Synapse 1.144.0rc1 (2025-12-02) Admins using the unstable [MSC2666](https://github.com/matrix-org/matrix-spec-proposals/pull/2666) endpoint (`/_matrix/client/unstable/uk.half-shot.msc2666/user/mutual_rooms`), please check [the relevant section in the upgrade notes](https://github.com/element-hq/synapse/blob/develop/docs/upgrade.md#upgrading-to-v11440) as this release contains changes that disable that endpoint by default. #### Features - Add experimental implementation of [MSC4380](https://github.com/matrix-org/matrix-spec-proposals/pull/4380) (invite blocking). ([#&#8203;19203](https://github.com/element-hq/synapse/issues/19203)) - Allow restarting delayed event timeouts on workers. ([#&#8203;19207](https://github.com/element-hq/synapse/issues/19207)) #### Bugfixes - Fix a bug in the database function for fetching state deltas that could result in unnecessarily long query times. ([#&#8203;18960](https://github.com/element-hq/synapse/issues/18960)) - Fix v12 rooms when running with `use_frozen_dicts: True`. ([#&#8203;19235](https://github.com/element-hq/synapse/issues/19235)) - Fix bug where invalid `canonical_alias` content would return 500 instead of 400. ([#&#8203;19240](https://github.com/element-hq/synapse/issues/19240)) - Fix bug where `Duration` was logged incorrectly. ([#&#8203;19267](https://github.com/element-hq/synapse/issues/19267)) #### Improved Documentation - Document in the `--config-path` help how multiple files are merged - by merging them shallowly. ([#&#8203;19243](https://github.com/element-hq/synapse/issues/19243)) #### Deprecations and Removals - Stop building release wheels for MacOS. ([#&#8203;19225](https://github.com/element-hq/synapse/issues/19225)) #### Internal Changes - Improve event filtering for Simplified Sliding Sync. ([#&#8203;17782](https://github.com/element-hq/synapse/issues/17782)) - Export `SYNAPSE_SUPPORTED_COMPLEMENT_TEST_PACKAGES` environment variable from `scripts-dev/complement.sh`. ([#&#8203;19208](https://github.com/element-hq/synapse/issues/19208)) - Refactor `scripts-dev/complement.sh` logic to avoid `exit` to facilitate being able to source it from other scripts (composable). ([#&#8203;19209](https://github.com/element-hq/synapse/issues/19209)) - Expire sliding sync connections that are too old or have too much pending data. ([#&#8203;19211](https://github.com/element-hq/synapse/issues/19211)) - Require an experimental feature flag to be enabled in order for the unstable [MSC2666](https://github.com/matrix-org/matrix-spec-proposals/pull/2666) endpoint (`/_matrix/client/unstable/uk.half-shot.msc2666/user/mutual_rooms`) to be available. ([#&#8203;19219](https://github.com/element-hq/synapse/issues/19219)) - Prevent changelog check CI running on [@&#8203;dependabot](https://github.com/dependabot)'s PRs even when a human has modified the branch. ([#&#8203;19220](https://github.com/element-hq/synapse/issues/19220)) - Auto-fix trailing spaces in multi-line strings and comments when running the lint script. ([#&#8203;19221](https://github.com/element-hq/synapse/issues/19221)) - Move towards using a dedicated `Duration` type. ([#&#8203;19223](https://github.com/element-hq/synapse/issues/19223), [#&#8203;19229](https://github.com/element-hq/synapse/issues/19229)) - Improve robustness of the SQL schema linting in CI. ([#&#8203;19224](https://github.com/element-hq/synapse/issues/19224)) - Add log to determine whether clients are using `/messages` as expected. ([#&#8203;19226](https://github.com/element-hq/synapse/issues/19226)) - Simplify README and add ESS Getting started section. ([#&#8203;19228](https://github.com/element-hq/synapse/issues/19228), [#&#8203;19259](https://github.com/element-hq/synapse/issues/19259)) - Add a unit test for ensuring associated refresh tokens are erased when a device is deleted. ([#&#8203;19230](https://github.com/element-hq/synapse/issues/19230)) - Prompt user to consider adding future deprecations to the changelog in release script. ([#&#8203;19239](https://github.com/element-hq/synapse/issues/19239)) - Fix check of the Rust compiled code being outdated when using source checkout and `.egg-info`. ([#&#8203;19251](https://github.com/element-hq/synapse/issues/19251)) - Stop building MacOS wheels in CI pipeline. ([#&#8203;19263](https://github.com/element-hq/synapse/issues/19263)) ##### Updates to locked dependencies - Bump Swatinem/rust-cache from 2.8.1 to 2.8.2. ([#&#8203;19244](https://github.com/element-hq/synapse/issues/19244)) - Bump actions/checkout from 5.0.0 to 6.0.0. ([#&#8203;19213](https://github.com/element-hq/synapse/issues/19213)) - Bump actions/setup-go from 6.0.0 to 6.1.0. ([#&#8203;19214](https://github.com/element-hq/synapse/issues/19214)) - Bump actions/setup-python from 6.0.0 to 6.1.0. ([#&#8203;19245](https://github.com/element-hq/synapse/issues/19245)) - Bump attrs from 25.3.0 to 25.4.0. ([#&#8203;19215](https://github.com/element-hq/synapse/issues/19215)) - Bump docker/metadata-action from 5.9.0 to 5.10.0. ([#&#8203;19246](https://github.com/element-hq/synapse/issues/19246)) - Bump http from 1.3.1 to 1.4.0. ([#&#8203;19249](https://github.com/element-hq/synapse/issues/19249)) - Bump pydantic from 2.12.4 to 2.12.5. ([#&#8203;19250](https://github.com/element-hq/synapse/issues/19250)) - Bump pyopenssl from 25.1.0 to 25.3.0. ([#&#8203;19248](https://github.com/element-hq/synapse/issues/19248)) - Bump rpds-py from 0.28.0 to 0.29.0. ([#&#8203;19216](https://github.com/element-hq/synapse/issues/19216)) - Bump rpds-py from 0.29.0 to 0.30.0. ([#&#8203;19247](https://github.com/element-hq/synapse/issues/19247)) - Bump sentry-sdk from 2.44.0 to 2.46.0. ([#&#8203;19218](https://github.com/element-hq/synapse/issues/19218)) - Bump types-bleach from 6.2.0.20250809 to 6.3.0.20251115. ([#&#8203;19217](https://github.com/element-hq/synapse/issues/19217)) - Bump types-jsonschema from 4.25.1.20250822 to 4.25.1.20251009. ([#&#8203;19252](https://github.com/element-hq/synapse/issues/19252)) ### [`v1.143.0`](https://github.com/element-hq/synapse/releases/tag/v1.143.0) [Compare Source](https://github.com/element-hq/synapse/compare/v1.142.1...v1.143.0) ### Synapse 1.143.0 (2025-11-25) #### Dropping support for PostgreSQL 13 In line with our [deprecation policy](https://github.com/element-hq/synapse/blob/develop/docs/deprecation_policy.md), we've dropped support for PostgreSQL 13, as it is no longer supported upstream. This release of Synapse requires PostgreSQL 14+. No significant changes since 1.143.0rc2. ### synapse 1.143.0rc2 (2025-11-18) #### Internal Changes - Fixes docker image creation in the release workflow. ### Synapse 1.143.0rc1 (2025-11-18) #### Features - Support multiple config files in `register_new_matrix_user`. ([#&#8203;18784](https://github.com/element-hq/synapse/issues/18784)) - Remove authentication from `POST /_matrix/client/v1/delayed_events`, and allow calling this endpoint with the update action to take (`send`/`cancel`/`restart`) in the request path instead of the body. ([#&#8203;19152](https://github.com/element-hq/synapse/issues/19152)) #### Bugfixes - Fixed a longstanding bug where background updates were only run on the `main` database. ([#&#8203;19181](https://github.com/element-hq/synapse/issues/19181)) - Fixed a bug introduced in v1.142.0 preventing subpaths in MAS endpoints from working. ([#&#8203;19186](https://github.com/element-hq/synapse/issues/19186)) - Fix the SQLite-to-PostgreSQL migration script to correctly migrate a boolean column in the `delayed_events` table. ([#&#8203;19155](https://github.com/element-hq/synapse/issues/19155)) #### Improved Documentation - Improve documentation around streams, particularly ID generators and adding new streams. ([#&#8203;18943](https://github.com/element-hq/synapse/issues/18943)) #### Deprecations and Removals - Remove support for PostgreSQL 13. ([#&#8203;19170](https://github.com/element-hq/synapse/issues/19170)) #### Internal Changes - Provide additional servers with federation room directory results. ([#&#8203;18970](https://github.com/element-hq/synapse/issues/18970)) - Add a shortcut return when there are no events to purge. ([#&#8203;19093](https://github.com/element-hq/synapse/issues/19093)) - Write union types as `X | Y` where possible, as per PEP 604, added in Python 3.10. ([#&#8203;19111](https://github.com/element-hq/synapse/issues/19111)) - Reduce cardinality of `synapse_storage_events_persisted_events_sep_total` metric by removing `origin_entity` label. This also separates out events sent by local application services by changing the `origin_type` for such events to `application_service`. The `type` field also only tracks common event types, and anything else is bucketed under `*other*`. ([#&#8203;19133](https://github.com/element-hq/synapse/issues/19133), [#&#8203;19168](https://github.com/element-hq/synapse/issues/19168)) - Run trial tests on Python 3.14 for PRs. ([#&#8203;19135](https://github.com/element-hq/synapse/issues/19135)) - Update `pyproject.toml` project metadata to be compatible with standard Python packaging tooling. ([#&#8203;19137](https://github.com/element-hq/synapse/issues/19137)) - Minor speed up of processing of inbound replication. ([#&#8203;19138](https://github.com/element-hq/synapse/issues/19138), [#&#8203;19145](https://github.com/element-hq/synapse/issues/19145), [#&#8203;19146](https://github.com/element-hq/synapse/issues/19146)) - Ignore recent Python language refactors from git blame (`.git-blame-ignore-revs`). ([#&#8203;19150](https://github.com/element-hq/synapse/issues/19150)) - Bump lower bounds of dependencies `parameterized` to `0.9.0` and `idna` to `3.3` as those are the first to advertise support for Python 3.10. ([#&#8203;19167](https://github.com/element-hq/synapse/issues/19167)) - Point out which event caused the exception when checking [MSC4293](https://github.com/matrix-org/matrix-spec-proposals/pull/4293) redactions. ([#&#8203;19169](https://github.com/element-hq/synapse/issues/19169)) - Restore printing `sentinel` for the log record `request` when no logcontext is active. ([#&#8203;19172](https://github.com/element-hq/synapse/issues/19172)) - Add debug logs to track `Clock` utilities. ([#&#8203;19173](https://github.com/element-hq/synapse/issues/19173)) - Remove explicit python version skips in `cibuildwheel` config as it's no longer required after [#&#8203;19137](https://github.com/element-hq/synapse/pull/19137). ([#&#8203;19177](https://github.com/element-hq/synapse/issues/19177)) - Fix potential lost logcontext when `PerDestinationQueue.shutdown(...)` is called. ([#&#8203;19178](https://github.com/element-hq/synapse/issues/19178)) - Fix bad deferred logcontext handling across the codebase. ([#&#8203;19180](https://github.com/element-hq/synapse/issues/19180)) ##### Updates to locked dependencies - Bump bytes from 1.10.1 to 1.11.0. ([#&#8203;19193](https://github.com/element-hq/synapse/issues/19193)) - Bump click from 8.1.8 to 8.3.1. ([#&#8203;19195](https://github.com/element-hq/synapse/issues/19195)) - Bump cryptography from 43.0.3 to 45.0.7. ([#&#8203;19159](https://github.com/element-hq/synapse/issues/19159)) - Bump docker/metadata-action from 5.8.0 to 5.9.0. ([#&#8203;19161](https://github.com/element-hq/synapse/issues/19161)) - Bump pydantic from 2.12.3 to 2.12.4. ([#&#8203;19158](https://github.com/element-hq/synapse/issues/19158)) - Bump pyo3-log from 0.13.1 to 0.13.2. ([#&#8203;19156](https://github.com/element-hq/synapse/issues/19156)) - Bump ruff from 0.14.3 to 0.14.5. ([#&#8203;19196](https://github.com/element-hq/synapse/issues/19196)) - Bump sentry-sdk from 2.34.1 to 2.43.0. ([#&#8203;19157](https://github.com/element-hq/synapse/issues/19157)) - Bump sentry-sdk from 2.43.0 to 2.44.0. ([#&#8203;19197](https://github.com/element-hq/synapse/issues/19197)) - Bump tomli from 2.2.1 to 2.3.0. ([#&#8203;19194](https://github.com/element-hq/synapse/issues/19194)) - Bump types-netaddr from 1.3.0.20240530 to 1.3.0.20251108. ([#&#8203;19160](https://github.com/element-hq/synapse/issues/19160)) </details> --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMS4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
peter/homelab-docker-config!231
No description provided.