-
v1.126.0rc3 Pre-Release
released this
2025-03-07 16:55:57 +00:00 | 864 commits to develop since this releaseSynapse 1.126.0rc3 (2025-03-07)
Bugfixes
- Revert the background job to clear unreferenced state groups (that was introduced in v1.126.0rc1), due to a suspected issue that causes increased disk usage. (#18222)
Downloads
-
v1.126.0rc2 Pre-Release
released this
2025-03-05 14:35:40 +00:00 | 867 commits to develop since this releaseSynapse 1.126.0rc2 (2025-03-05)
Administrators using the Debian/Ubuntu packages from
packages.matrix.org, please check
the relevant section in the upgrade notes
as we have recently updated the expiry date on the repository's GPG signing key. The old version of the key will expire on2025-03-15.Internal Changes
Downloads
-
v1.126.0rc1 Pre-Release
released this
2025-03-04 14:53:58 +00:00 | 870 commits to develop since this releaseSynapse 1.126.0rc1 (2025-03-04)
Administrators using the Debian/Ubuntu packages from
packages.matrix.org, please check
the relevant section in the upgrade notes
as we have recently updated the expiry date on the repository's GPG signing key. The old version of the key will expire on2025-03-15.Features
- Define ratelimit configuration for delayed event management. (#18019)
- Add
form_secret_pathconfig option. (#18090) - Add the
--no-secrets-in-configcommand line option. (#18092) - Add background job to clear unreferenced state groups. (#18154)
- Add support for specifying/overriding
id_token_signing_alg_values_supportedfor an OpenID identity provider. (#18177) - Add
worker_replication_secret_pathconfig option. (#18191) - Add support for specifying/overriding
redirect_uriin the authorization and token requests against an OpenID identity provider. (#18197)
Bugfixes
- Make sure we advertise registration as disabled when MSC3861 is enabled. (#17661)
- Prevent suspended users from sending encrypted messages. (#18157)
- Cleanup deleted state group references. (#18165)
- Fix MSC4108 QR-code login not working with some reverse-proxy setups. (#18178)
- Support device IDs that can't be represented in a scope when delegating auth to Matrix Authentication Service 0.15.0+. (#18174)
Updates to the Docker image
- Speed up the building of the Docker image. (#18038)
Improved Documentation
- Move incorrectly placed version indicator in User Event Redaction Admin API docs. (#18152)
- Document suspension Admin API. (#18162)
Deprecations and Removals
- Disable room list publication by default. (#18175)
Updates to locked dependencies
- Bump anyhow from 1.0.95 to 1.0.96. (#18187)
- Bump authlib from 1.4.0 to 1.4.1. (#18190)
- Bump click from 8.1.7 to 8.1.8. (#18189)
- Bump log from 0.4.25 to 0.4.26. (#18184)
- Bump pyo3-log from 0.12.0 to 0.12.1. (#18046)
- Bump serde from 1.0.217 to 1.0.218. (#18183)
- Bump serde_json from 1.0.138 to 1.0.139. (#18186)
- Bump sigstore/cosign-installer from 3.8.0 to 3.8.1. (#18185)
- Bump types-psycopg2 from 2.9.21.20241019 to 2.9.21.20250121. (#18188)
Downloads
-
v1.125.0 Stable
released this
2025-02-25 15:40:49 +00:00 | 901 commits to develop since this releaseSynapse 1.125.0 (2025-02-25)
No significant changes since 1.125.0rc1.
Synapse 1.125.0rc1 (2025-02-18)
Features
- Add functionality to be able to use multiple values in SSO feature
attribute_requirements. (#17949) - Add experimental config options
admin_token_pathandclient_secret_pathfor MSC3861. (#18004) - Add
get_current_time_msec()method to the module API for sound time comparisons with Synapse. (#18144)
Bugfixes
- Update the response when a client attempts to add an invalid email address to the user's account from a 500, to a 400 with error text. (#18125)
- Fix user directory search when using a legacy module with a
check_username_for_spamcallback. Broke in v1.122.0. (#18135)
Updates to the Docker image
- Add
SYNAPSE_HTTP_PROXY/SYNAPSE_HTTPS_PROXY/SYNAPSE_NO_PROXYenvironment variables to pass through specifically to the Synapse process (instead of needing to applyhttp_proxy/https_proxy/no_proxyglobally). (#18158)
Improved Documentation
- Add Oracle Linux 8 and 9 installation instructions. (#17436)
- Document missing server config options (
daemonize,print_pidfile,user_agent_suffix,use_frozen_dicts,manhole). (#18122) - Document consequences of replacing secrets. (#18138)
- Make
burst_countfield an integer inrc_presenceconfig documentation example. (#18159)
Internal Changes
- Overload
DatabasePool.simple_select_one_txnto return non-Nonewhen theallow_noneparameter isFalse. (#17616) - Python 3.8 EOL: compile native extensions with the 3.9 ABI and use typing hints from the standard library. (#17967)
- Add log message when worker lock timeouts get large. (#18124)
- Make it explicit that you can buy an AGPL-alternative commercial license from Element. (#18134)
- Fix the 'Fix linting' GitHub Actions workflow. (#18136)
- Do not log at the exception-level when clients provide empty
sincetoken to/syncAPI. (#18139) - Reduce database load of user search when using large search terms. (#18172)
Updates to locked dependencies
- Bump bcrypt from 4.2.0 to 4.2.1. (#18127)
- Bump bytes from 1.9.0 to 1.10.0. (#18149)
- Bump gitpython from 3.1.43 to 3.1.44. (#18128)
- Bump hiredis from 3.0.0 to 3.1.0. (#18169)
- Bump serde_json from 1.0.137 to 1.0.138. (#18129)
- Bump service-identity from 24.1.0 to 24.2.0. (#18171)
- Bump sigstore/cosign-installer from 3.7.0 to 3.8.0. (#18147)
- Bump twine from 6.0.1 to 6.1.0. (#18170)
- Bump types-pyyaml from 6.0.12.20240917 to 6.0.12.20241230. (#18097)
- Bump ulid from 1.1.4 to 1.2.0. (#18148)
Downloads
- Add functionality to be able to use multiple values in SSO feature
-
v1.125.0rc1 Pre-Release
released this
2025-02-18 13:48:18 +00:00 | 902 commits to develop since this releaseSynapse 1.125.0rc1 (2025-02-18)
Features
- Add functionality to be able to use multiple values in SSO feature
attribute_requirements. (#17949) - Add experimental config options
admin_token_pathandclient_secret_pathfor MSC3861. (#18004) - Add
get_current_time_msec()method to the module API for sound time comparisons with Synapse. (#18144)
Bugfixes
- Update the response when a client attempts to add an invalid email address to the user's account from a 500, to a 400 with error text. (#18125)
- Fix user directory search when using a legacy module with a
check_username_for_spamcallback. Broke in v1.122.0. (#18135)
Updates to the Docker image
- Add
SYNAPSE_HTTP_PROXY/SYNAPSE_HTTPS_PROXY/SYNAPSE_NO_PROXYenvironment variables to pass through specifically to the Synapse process (instead of needing to applyhttp_proxy/https_proxy/no_proxyglobally). (#18158)
Improved Documentation
- Add Oracle Linux 8 and 9 installation instructions. (#17436)
- Document missing server config options (
daemonize,print_pidfile,user_agent_suffix,use_frozen_dicts,manhole). (#18122) - Document consequences of replacing secrets. (#18138)
- Make
burst_countfield an integer inrc_presenceconfig documentation example. (#18159)
Internal Changes
- Overload
DatabasePool.simple_select_one_txnto return non-Nonewhen theallow_noneparameter isFalse. (#17616) - Python 3.8 EOL: compile native extensions with the 3.9 ABI and use typing hints from the standard library. (#17967)
- Add log message when worker lock timeouts get large. (#18124)
- Make it explicit that you can buy an AGPL-alternative commercial license from Element. (#18134)
- Fix the 'Fix linting' GitHub Actions workflow. (#18136)
- Do not log at the exception-level when clients provide empty
sincetoken to/syncAPI. (#18139) - Reduce database load of user search when using large search terms. (#18172)
Updates to locked dependencies
- Bump bcrypt from 4.2.0 to 4.2.1. (#18127)
- Bump bytes from 1.9.0 to 1.10.0. (#18149)
- Bump gitpython from 3.1.43 to 3.1.44. (#18128)
- Bump hiredis from 3.0.0 to 3.1.0. (#18169)
- Bump serde_json from 1.0.137 to 1.0.138. (#18129)
- Bump service-identity from 24.1.0 to 24.2.0. (#18171)
- Bump sigstore/cosign-installer from 3.7.0 to 3.8.0. (#18147)
- Bump twine from 6.0.1 to 6.1.0. (#18170)
- Bump types-pyyaml from 6.0.12.20240917 to 6.0.12.20241230. (#18097)
- Bump ulid from 1.1.4 to 1.2.0. (#18148)
Downloads
- Add functionality to be able to use multiple values in SSO feature
-
v1.124.0 Stable
released this
2025-02-11 11:42:22 +00:00 | 935 commits to develop since this releaseSynapse 1.124.0 (2025-02-11)
No significant changes since 1.124.0rc3.
Synapse 1.124.0rc3 (2025-02-07)
Bugfixes
- Fix regression in performance of sending events due to superfluous reads and locks. Introduced in v1.124.0rc1. (#18141)
Synapse 1.124.0rc2 (2025-02-05)
Bugfixes
- Fix regression where persisting events in some rooms could fail after a previous unclean shutdown. Introduced in v1.124.0rc1. (#18137)
Synapse 1.124.0rc1 (2025-02-04)
Bugfixes
- Add rate limit
rc_presence.per_user. This prevents load from excessive presence updates sent by clients via sync api. Also rate limit/_matrix/client/v3/presenceas per the spec. Contributed by @rda0. (#18000) - Deactivated users will no longer automatically accept an invite when
auto_accept_invitesis enabled. (#18073) - Fix join being denied after being invited over federation. Also fixes other out-of-band membership transitions. (#18075)
- Updates contributed
docker-compose.ymlfile to PostgreSQL v15, as v12 is no longer supported by Synapse.
Contributed by @maxkratz. (#18089) - Fix rare edge case where state groups could be deleted while we are persisting new events that reference them. (#18107, #18130, #18131)
- Raise an error if someone is using an incorrect suffix in a config duration string. (#18112)
- Fix a bug where the Delete Room Admin API would fail if the
blockparameter was set totrueand a worker other than the main process was configured to handle background tasks. (#18119)
Internal Changes
- Increase the length of the generated
nonceparameter when perfoming OIDC logins to comply with the TI-Messenger spec. (#18109)
Updates to locked dependencies
Downloads
-
v1.124.0rc3 Pre-Release
released this
2025-02-07 13:43:12 +00:00 | 936 commits to develop since this releaseSynapse 1.124.0rc3 (2025-02-07)
Bugfixes
- Fix regression in performance of sending events due to superfluous reads and locks. Introduced in v1.124.0rc1. (#18141)
Downloads
-
v1.124.0rc2 Pre-Release
released this
2025-02-05 16:39:01 +00:00 | 938 commits to develop since this releaseSynapse 1.124.0rc2 (2025-02-05)
Bugfixes
- Fix regression where persisting events in some rooms could fail after a previous unclean shutdown. Introduced in v1.124.0rc1. (#18137)
Downloads
-
v1.124.0rc1 Pre-Release
released this
2025-02-04 13:02:36 +00:00 | 940 commits to develop since this releaseSynapse 1.124.0rc1 (2025-02-04)
Bugfixes
- Add rate limit
rc_presence.per_user. This prevents load from excessive presence updates sent by clients via sync api. Also rate limit/_matrix/client/v3/presenceas per the spec. Contributed by @rda0. (#18000) - Deactivated users will no longer automatically accept an invite when
auto_accept_invitesis enabled. (#18073) - Fix join being denied after being invited over federation. Also fixes other out-of-band membership transitions. (#18075)
- Updates contributed
docker-compose.ymlfile to PostgreSQL v15, as v12 is no longer supported by Synapse.
Contributed by @maxkratz. (#18089) - Fix rare edge case where state groups could be deleted while we are persisting new events that reference them. (#18107, #18130, #18131)
- Raise an error if someone is using an incorrect suffix in a config duration string. (#18112)
- Fix a bug where the Delete Room Admin API would fail if the
blockparameter was set totrueand a worker other than the main process was configured to handle background tasks. (#18119)
Internal Changes
- Increase the length of the generated
nonceparameter when perfoming OIDC logins to comply with the TI-Messenger spec. (#18109)
Updates to locked dependencies
Downloads
- Add rate limit
-
v1.123.0 Stable
released this
2025-01-28 15:45:27 +00:00 | 957 commits to develop since this releaseSynapse 1.123.0 (2025-01-28)
No significant changes since 1.123.0rc1.
Synapse 1.123.0rc1 (2025-01-21)
Features
- Implement MSC4133 for custom profile fields. Contributed by @clokep. (#17488)
- Add a query parameter
typeto the Room State Admin API that filters the state event. (#18035) - Support the new
/auth_metadataendpoint defined in MSC2965. (#18093)
Bugfixes
- Fix membership caches not updating in state reset scenarios. (#17732)
- Fix rare race where on upgrade to v1.122.0 a long running database upgrade could lock out new events from being received or sent. (#18091)
Improved Documentation
- Document
tlsoption for a worker instance ininstance_map. (#18064)
Deprecations and Removals
- Remove the unstable MSC4151 implementation. The stable support remains, per Matrix 1.13. (#18052)
Internal Changes
- Increase invite rate limits (
rc_invites.per_issuer) for Complement. (#18072)
Updates to locked dependencies
- Bump jinja2 from 3.1.4 to 3.1.5. (#18067)
- Bump mypy from 1.12.1 to 1.13.0. (#18083)
- Bump pillow from 11.0.0 to 11.1.0. (#18084)
- Bump pyo3 from 0.23.3 to 0.23.4. (#18079)
- Bump pyopenssl from 24.2.1 to 24.3.0. (#18062)
- Bump serde_json from 1.0.134 to 1.0.135. (#18081)
- Bump ulid from 1.1.3 to 1.1.4. (#18080)
Downloads