This MR contains the following updates:
Package | Update | Change |
---|---|---|
docker-matrix_synapse (source) | minor |
v1.117.0 -> v1.118.0
|
v1.118.0
No significant changes since 1.118.0rc1.
Python 3.8 is now end-of-life. As per our Deprecation Policy for Platform Dependencies, Synapse will be dropping support for Python 3.8 in the next release; Synapse 1.119.0.
Synapse 1.118.x will be the final release to support Python 3.8. If you are running Synapse with Python 3.8, please upgrade before the 1.119.0 release, due in less than one month.
On the other end of the spectrum, Synapse 1.118.0 is the first release to support Python 3.13! PostgreSQL 17 is also supported as of this release.
display_name_claim
option to the JWT configuration. This option allows specifying the claim key that contains the user's display name in the JWT payload. (#17708)required_state
config. (#17785, #17805)user_may_invite
and user_may_send_3pid_invite
module callbacks are called. (#17627)--config-path
argument instead of --config-file
. (#17802)target_cache_memory_usage
docs. (#17825).org.matrix.msc4028.encrypted_event
push rule by default in accordance with MSC4028. Note that the corresponding experimental feature must still be switched on for this push rule to have any effect. (#17826)This MR has been generated by Renovate Bot.