Update Matrix #220
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/220/head"
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:
1.5.0->1.6.0v1.141.0->v1.142.0Release Notes
element-hq/matrix-authentication-service (ghcr.io/element-hq/matrix-authentication-service)
v1.6.0Compare Source
Docker image
Regular image:
Debug variant:
What's Changed
Bug Fixes
Translations
Internal Changes
mas-maintainersgithub team to CODEOWNERS by @reivilibre in #5188Other Changes
Full Changelog: https://github.com/element-hq/matrix-authentication-service/compare/v1.5.0...v1.6.0
element-hq/synapse (matrixdotorg/synapse)
v1.142.0Compare Source
Synapse 1.142.0 (2025-11-11)
Dropped support for Python 3.9
This release drops support for Python 3.9, in line with our dependency deprecation policy, as it is now end of life.
SQLite 3.40.0+ is now required
The minimum supported SQLite version has been increased from 3.27.0 to 3.40.0.
If you use current versions of the matrixorg/synapse Docker images, no action is required.
Deprecation of MacOS Python wheels
The team has decided to deprecate and eventually stop publishing python wheels for MacOS. This is a burden on the team, and we're not aware of any parties that use them. Synapse docker images will continue to work on MacOS, as will building Synapse from source (though note this requires a Rust compiler).
At present, publishing MacOS Python wheels will continue for the next release (1.143.0), but will not be available after that (1.144.0+). If you do make use of these wheels downstream, please reach out to us in #synapse-dev:matrix.org. We'd love to hear from you!
Internal Changes
Synapse 1.142.0rc4 (2025-11-07)
Bugfixes
matrix_authentication_service.secret_pathwould prevent the homeserver from starting up. (#19144)Synapse 1.142.0rc3 (2025-11-04)
Internal Changes
Synapse 1.142.0rc2 (2025-11-04)
Internal Changes
Synapse 1.142.0rc1 (2025-11-04)
Features
to allow an admin to fetch the space/room hierarchy for a given space. (#19021)
Bugfixes
oidc_session_no_samesitecookie to have theSecureattribute, so the only difference between it and the pairedoidc_sessioncookie, is the configuration of theSameSiteattribute as described in the comments / cookie names. Contributed by @kieranlane. (#19079)HomeServer.shutdown(). (#19108)Improved Documentation
Deprecations and Removals
Internal Changes
CREATE TABLEsyntax. (#19020)RETURNINGas supported by SQL engines, now that the minimum-supported versions of both SQLite and PostgreSQL support it. (#19047)oidc.load_metadata()startup into_base.start(). (#19056)deferLater(...). (#19058)pyproject.toml. (#19081)pp38*skip selector from cibuildwheel to silence warning. (#19085)SIGHUPhandlers in 3rd-party code. (#19095)Image.getexifmethod instead of the experimentalImage._getexif. (#19098)/usr/local/.lockfile from appearing in built Synapse docker images. (#19107)python <= 3.14) into account when checking dependencies. (#19110)exit(1)in our composable functions). (#19116)exit(1)in our composable functions). (#19121, #19131)Updates to locked dependencies
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.
This PR has been generated by Renovate Bot.