Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Releases: matrix-org/synapse

v1.87.0rc1

27 Jun 18:49
Compare
Choose a tag to compare
v1.87.0rc1 Pre-release
Pre-release

Synapse 1.87.0rc1 (2023-06-27)

Please note that this will be the last release of Synapse that is compatible with
Python 3.7 and earlier.

Features

  • Improve /messages response time by avoiding backfill when we already have messages to return. (#15737)
  • Add spam checker module API for logins. (#15838)

Bugfixes

  • Fix a long-standing bug where media files were served in an unsafe manner. Contributed by @joshqou. (#15680)
  • Avoid invalidating a cache that was just prefilled. (#15758)
  • Fix requesting multiple keys at once over federation, related to MSC3983. (#15770)
  • Fix joining rooms through aliases where the alias server isn't a real homeserver. Contributed by @tulir @ Beeper. (#15776)
  • Fix a bug in push rules handling leading to an invalid (per spec) is_user_mention rule sent to clients. Also fix wrong rule names for is_user_mention and is_room_mention. (#15781)
  • Fix a bug introduced in 1.57.0 where the wrong table would be locked on updating database rows when using SQLite as the database backend. (#15788)
  • Fix Sytest environmental variable evaluation in CI. (#15804)
  • Fix forgotten rooms missing from initial sync after rejoining them. Contributed by Nico from Famedly. (#15815)
  • Fix sqlite user_filters upgrade introduced in v1.86.0. (#15817)

Improved Documentation

  • Document looping_call() functionality that will wait for the given function to finish before scheduling another. (#15772)
  • Fix a typo in the Admin API. (#15805)
  • Fix typo in MSC number in faster remote room join architecture doc. (#15812)

Deprecations and Removals

  • Remove experimental MSC2716 implementation to incrementally import history into existing rooms. (#15748)

Internal Changes

  • Replace EventContext fields prev_group and delta_ids with field state_group_deltas. (#15233)
  • Regularly try to send transactions to other servers after they failed instead of waiting for a new event to be available before trying. (#15743)
  • Fix requesting multiple keys at once over federation, related to MSC3983. (#15755)
  • Allow for the configuration of max request retries and min/max retry delays in the matrix federation client. (#15783)
  • Switch from matrix:// to matrix-federation:// scheme for internal Synapse routing of outbound federation traffic. (#15806)
  • Fix harmless exceptions being printed when running the port DB script. (#15814)

Updates to locked dependencies

  • Bump attrs from 22.2.0 to 23.1.0. (#15801)
  • Bump cryptography from 40.0.2 to 41.0.1. (#15800)
  • Bump ijson from 3.2.0.post0 to 3.2.1. (#15802)
  • Bump phonenumbers from 8.13.13 to 8.13.14. (#15798)
  • Bump ruff from 0.0.265 to 0.0.272. (#15799)
  • Bump ruff from 0.0.272 to 0.0.275. (#15833)
  • Bump serde_json from 1.0.96 to 1.0.97. (#15797)
  • Bump serde_json from 1.0.97 to 1.0.99. (#15832)
  • Bump towncrier from 22.12.0 to 23.6.0. (#15831)
  • Bump types-opentracing from 2.4.10.4 to 2.4.10.5. (#15830)
  • Bump types-setuptools from 67.8.0.0 to 68.0.0.0. (#15835)

v1.86.0

20 Jun 16:10
Compare
Choose a tag to compare

Synapse 1.86.0 (2023-06-20)

No significant changes since 1.86.0rc2.

Synapse 1.86.0rc2 (2023-06-14)

Bugfixes

  • Fix an error when having workers of different versions running. (#15774)

Synapse 1.86.0rc1 (2023-06-13)

This version was tagged but never released.

Features

  • Stable support for MSC3882 to allow an existing device/session to generate a login token for use on a new device/session. (#15388)
  • Support resolving a room's canonical alias via the module API. (#15450)
  • Enable support for MSC3952: intentional mentions. (#15520)
  • Experimental MSC3861 support: delegate auth to an OIDC provider. (#15582)
  • Add Synapse version deploy annotations to Grafana dashboard which enables easy correlation between behavior changes witnessed in a graph to a certain Synapse version and nail down regressions. (#15674)
  • Add a catch-all * to the supported relation types when redacting an event and its related events. This is an update to MSC3912 implementation. (#15705)
  • Speed up /messages by backfilling in the background when there are no backward extremities where we are directly paginating. (#15710)
  • Expose a metric reporting the database background update status. (#15740)

Bugfixes

  • Correctly clear caches when we delete a room. (#15609)
  • Check permissions for enabling encryption earlier during room creation to avoid creating broken rooms. (#15695)

Improved Documentation

  • Simplify query to find participating servers in a room. (#15732)

Internal Changes

  • Log when events are (maybe unexpectedly) filtered out of responses in tests. (#14213)
  • Read from column full_user_id rather than user_id of tables profiles and user_filters. (#15649)
  • Add support for tracing functions which return Awaitables. (#15650)
  • Cache requests for user's devices over federation. (#15675)
  • Add fully qualified docker image names to Dockerfiles. (#15689)
  • Remove some unused code. (#15690)
  • Improve type hints. (#15694, #15697)
  • Update docstring and traces on maybe_backfill() functions. (#15709)
  • Add context for when/why to use the long_retries option when sending Federation requests. (#15721)
  • Removed some unused fields. (#15723)
  • Update federation error to more plainly explain we can only authorize our own membership events. (#15725)
  • Prevent the latest_deps and twisted_trunk daily GitHub Actions workflows from running on forks of the codebase. (#15726)
  • Improve performance of user directory search. (#15729)
  • Remove redundant table join with room_memberships when doing a is_host_joined()/is_host_invited() call (membership is already part of the current_state_events). (#15731)
  • Remove superfluous room_memberships join from background update. (#15733)
  • Speed up typechecking CI. (#15752)
  • Bump minimum supported Rust version to 1.60.0. (#15768)

Updates to locked dependencies

  • Bump importlib-metadata from 6.1.0 to 6.6.0. (#15711)
  • Bump library/redis from 6-bullseye to 7-bullseye in /docker. (#15712)
  • Bump log from 0.4.18 to 0.4.19. (#15761)
  • Bump phonenumbers from 8.13.11 to 8.13.13. (#15763)
  • Bump pyasn1 from 0.4.8 to 0.5.0. (#15713)
  • Bump pydantic from 1.10.8 to 1.10.9. (#15762)
  • Bump pyo3-log from 0.8.1 to 0.8.2. (#15759)
  • Bump pyopenssl from 23.1.1 to 23.2.0. (#15765)
  • Bump regex from 1.7.3 to 1.8.4. (#15769)
  • Bump sentry-sdk from 1.22.1 to 1.25.0. (#15714)
  • Bump sentry-sdk from 1.25.0 to 1.25.1. (#15764)
  • Bump serde from 1.0.163 to 1.0.164. (#15760)
  • Bump types-jsonschema from 4.17.0.7 to 4.17.0.8. (#15716)
  • Bump types-pyopenssl from 23.1.0.2 to 23.2.0.0. (#15766)
  • Bump types-requests from 2.31.0.0 to 2.31.0.1. (#15715)

v1.86.0rc2

14 Jun 11:58
Compare
Choose a tag to compare
v1.86.0rc2 Pre-release
Pre-release

Synapse 1.86.0rc2 (2023-06-14)

Bugfixes

  • Fix an error when having workers of different versions running. (#15774)

Synapse 1.86.0rc1 (2023-06-13)

This version was tagged but never released.

Features

  • Stable support for MSC3882 to allow an existing device/session to generate a login token for use on a new device/session. (#15388)
  • Support resolving a room's canonical alias via the module API. (#15450)
  • Enable support for MSC3952: intentional mentions. (#15520)
  • Experimental MSC3861 support: delegate auth to an OIDC provider. (#15582)
  • Add Synapse version deploy annotations to Grafana dashboard which enables easy correlation between behavior changes witnessed in a graph to a certain Synapse version and nail down regressions. (#15674)
  • Add a catch-all * to the supported relation types when redacting an event and its related events. This is an update to MSC3912 implementation. (#15705)
  • Speed up /messages by backfilling in the background when there are no backward extremities where we are directly paginating. (#15710)
  • Expose a metric reporting the database background update status. (#15740)

Bugfixes

  • Correctly clear caches when we delete a room. (#15609)
  • Check permissions for enabling encryption earlier during room creation to avoid creating broken rooms. (#15695)

Improved Documentation

  • Simplify query to find participating servers in a room. (#15732)

Internal Changes

  • Log when events are (maybe unexpectedly) filtered out of responses in tests. (#14213)
  • Read from column full_user_id rather than user_id of tables profiles and user_filters. (#15649)
  • Add support for tracing functions which return Awaitables. (#15650)
  • Cache requests for user's devices over federation. (#15675)
  • Add fully qualified docker image names to Dockerfiles. (#15689)
  • Remove some unused code. (#15690)
  • Improve type hints. (#15694, #15697)
  • Update docstring and traces on maybe_backfill() functions. (#15709)
  • Add context for when/why to use the long_retries option when sending Federation requests. (#15721)
  • Removed some unused fields. (#15723)
  • Update federation error to more plainly explain we can only authorize our own membership events. (#15725)
  • Prevent the latest_deps and twisted_trunk daily GitHub Actions workflows from running on forks of the codebase. (#15726)
  • Improve performance of user directory search. (#15729)
  • Remove redundant table join with room_memberships when doing a is_host_joined()/is_host_invited() call (membership is already part of the current_state_events). (#15731)
  • Remove superfluous room_memberships join from background update. (#15733)
  • Speed up typechecking CI. (#15752)
  • Bump minimum supported Rust version to 1.60.0. (#15768)

Updates to locked dependencies

  • Bump importlib-metadata from 6.1.0 to 6.6.0. (#15711)
  • Bump library/redis from 6-bullseye to 7-bullseye in /docker. (#15712)
  • Bump log from 0.4.18 to 0.4.19. (#15761)
  • Bump phonenumbers from 8.13.11 to 8.13.13. (#15763)
  • Bump pyasn1 from 0.4.8 to 0.5.0. (#15713)
  • Bump pydantic from 1.10.8 to 1.10.9. (#15762)
  • Bump pyo3-log from 0.8.1 to 0.8.2. (#15759)
  • Bump pyopenssl from 23.1.1 to 23.2.0. (#15765)
  • Bump regex from 1.7.3 to 1.8.4. (#15769)
  • Bump sentry-sdk from 1.22.1 to 1.25.0. (#15714)
  • Bump sentry-sdk from 1.25.0 to 1.25.1. (#15764)
  • Bump serde from 1.0.163 to 1.0.164. (#15760)
  • Bump types-jsonschema from 4.17.0.7 to 4.17.0.8. (#15716)
  • Bump types-pyopenssl from 23.1.0.2 to 23.2.0.0. (#15766)
  • Bump types-requests from 2.31.0.0 to 2.31.0.1. (#15715)

v1.85.2

08 Jun 13:06
v1.85.2
Compare
Choose a tag to compare

Synapse 1.85.2 (2023-06-08)

Bugfixes

  • Fix regression where using TLS for HTTP replication between workers did not work. Introduced in v1.85.0. (#15746)

v1.85.1

07 Jun 13:00
v1.85.1
Compare
Choose a tag to compare

Synapse 1.85.1 (2023-06-07)

Note: this release only fixes a bug that stopped some deployments from upgrading to v1.85.0. There is no need to upgrade to v1.85.1 if successfully running v1.85.0.

Bugfixes

  • Fix bug in schema delta that broke upgrades for some deployments. Introduced in v1.85.0. (#15738, #15739)

v1.85.0

06 Jun 09:47
v1.85.0
Compare
Choose a tag to compare

Synapse 1.85.0 (2023-06-06)

No significant changes since 1.85.0rc2.

Security advisory

The following issues are fixed in 1.85.0 (and RCs).

  • GHSA-26c5-ppr8-f33p / CVE-2023-32682 — Low Severity

    It may be possible for a deactivated user to login when using uncommon configurations.

  • GHSA-98px-6486-j7qc / CVE-2023-32683 — Low Severity

    A discovered oEmbed or image URL can bypass the url_preview_url_blacklist setting potentially allowing server side request forgery or bypassing network policies. Impact is limited to IP addresses allowed by the url_preview_ip_range_blacklist setting (by default this only allows public IPs).

See the advisories for more details. If you have any questions, email [email protected].

Synapse 1.85.0rc2 (2023-06-01)

Bugfixes

  • Fix a performance issue introduced in Synapse v1.83.0 which meant that purging rooms was very slow and database-intensive. (#15693)

Deprecations and Removals

  • Deprecate calling the /register endpoint with an unspecced user property for application services. (#15703)

Internal Changes

  • Speed up background jobs populate_full_user_id_user_filters and populate_full_user_id_profiles. (#15700)

Synapse 1.85.0rc1 (2023-05-30)

Features

Bugfixes

  • Fix a long-standing bug where setting the read marker could fail when using message retention. Contributed by Nick @ Beeper (@Fizzadar). (#15464)
  • Fix a long-standing bug where the url_preview_url_blacklist configuration setting was not applied to oEmbed or image URLs found while previewing a URL. (#15601)
  • Fix a long-standing bug where filters with multiple backslashes were rejected. (#15607)
  • Fix a bug introduced in Synapse 1.82.0 where the error message displayed when validation of the app_service_config_files config option fails would be incorrectly formatted. (#15614)
  • Fix a long-standing bug where deactivated users were still able to login using the custom org.matrix.login.jwt login type (if enabled). (#15624)
  • Fix a long-standing bug where deactivated users were able to login in uncommon situations. (#15634)

Improved Documentation

  • Warn users that at least 3.75GB of space is needed for the nix Synapse development environment. (#15613)
  • Remove outdated comment from the generated and sample homeserver log configs. (#15648)
  • Improve contributor docs to make it more clear that Rust is a necessary prerequisite. Contributed by @grantm. (#15668)

Deprecations and Removals

  • Remove the old version of the R30 (30-day retained users) phone-home metric. (#10428)

Internal Changes

  • Create dependabot changelogs at release time. (#15481)
  • Add not null constraint to column full_user_id of tables profiles and user_filters. (#15537)
  • Allow connecting to HTTP Replication Endpoints by using worker_name when constructing the request. (#15578)
  • Make the thread_id column on event_push_actions, event_push_actions_staging, and event_push_summary non-null. (#15597)
  • Run mypy type checking with the minimum supported Python version to catch new usage that isn't backwards-compatible. (#15602)
  • Fix subscriptable type usage in Python <3.9. (#15604)
  • Update internal terminology. (#15606, #15620)
  • Instrument state and state_group storage-related operations to better picture what's happening when tracing. (#15610, #15647)
  • Trace how many new events from the backfill response we need to process. (#15633)
  • Re-type config paths in ConfigErrors to be StrSequences instead of Iterable[str]s. (#15615)
  • Update Mutual Rooms (MSC2666) implementation to match new proposal text. (#15621)
  • Remove the unstable identifiers from faster joins (MSC3706). (#15625)
  • Fix the olddeps CI. (#15626)
  • Remove duplicate timestamp from test logs (_trial_temp/test.log). (#15636)
  • Fix two memory leaks in trial test runs. (#15630)
  • Limit the size of the HomeServerConfig cache in trial test runs. (#15646)
  • Improve type hints. (#15658, #15659)
  • Add requesting user id parameter to key claim methods in TransportLayerClient. (#15663)
  • Speed up rebuilding of the user directory for local users. (#15665)
  • Implement "option 2" for MSC3820: Room version 11. (#15666, #15678)

Updates to locked dependencies

  • Bump furo from 2023.3.27 to 2023.5.20. (#15642)
  • Bump log from 0.4.17 to 0.4.18. (#15681)
  • Bump prometheus-client from 0.16.0 to 0.17.0. (#15682)
  • Bump pydantic from 1.10.7 to 1.10.8. (#15685)
  • Bump pygithub from 1.58.1 to 1.58.2. (#15643)
  • Bump requests from 2.28.2 to 2.31.0. (#15651)
  • Bump sphinx from 6.1.3 to 6.2.1. (#15641)
  • Bump types-bleach from 6.0.0.1 to 6.0.0.3. (#15686)
  • Bump types-pillow from 9.5.0.2 to 9.5.0.4. (#15640)
  • Bump types-pyyaml from 6.0.12.9 to 6.0.12.10. (#15683)
  • Bump types-requests from 2.30.0.0 to 2.31.0.0. (#15684)
  • Bump types-setuptools from 67.7.0.2 to 67.8.0.0. (#15639)

v1.85.0rc2

01 Jun 17:14
v1.85.0rc2
Compare
Choose a tag to compare
v1.85.0rc2 Pre-release
Pre-release

Synapse 1.85.0rc2 (2023-06-01)

Bugfixes

  • Fix a performance issue introduced in Synapse v1.83.0 which meant that purging rooms was very slow and database-intensive. (#15693)

Deprecations and Removals

  • Deprecate calling the /register endpoint with an unspecced user property for application services. (#15703)

Internal Changes

  • Speed up background jobs populate_full_user_id_user_filters and populate_full_user_id_profiles. (#15700)

v1.85.0rc1

30 May 15:04
Compare
Choose a tag to compare
v1.85.0rc1 Pre-release
Pre-release

Synapse 1.85.0rc1 (2023-05-30)

Features

Bugfixes

  • Fix a long-standing bug where setting the read marker could fail when using message retention. Contributed by Nick @ Beeper (@Fizzadar). (#15464)
  • Fix a long-standing bug where the url_preview_url_blacklist configuration setting was not applied to oEmbed or image URLs found while previewing a URL. (#15601)
  • Fix a long-standing bug where filters with multiple backslashes were rejected. (#15607)
  • Fix a bug introduced in Synapse 1.82.0 where the error message displayed when validation of the app_service_config_files config option fails would be incorrectly formatted. (#15614)
  • Fix a long-standing bug where deactivated users were still able to login using the custom org.matrix.login.jwt login type (if enabled). (#15624)
  • Fix a long-standing bug where deactivated users were able to login in uncommon situations. (#15634)

Improved Documentation

  • Warn users that at least 3.75GB of space is needed for the nix Synapse development environment. (#15613)
  • Remove outdated comment from the generated and sample homeserver log configs. (#15648)
  • Improve contributor docs to make it more clear that Rust is a necessary prerequisite. Contributed by @grantm. (#15668)

Deprecations and Removals

  • Remove the old version of the R30 (30-day retained users) phone-home metric. (#10428)

Internal Changes

  • Create dependabot changelogs at release time. (#15481)
  • Add not null constraint to column full_user_id of tables profiles and user_filters. (#15537)
  • Allow connecting to HTTP Replication Endpoints by using worker_name when constructing the request. (#15578)
  • Make the thread_id column on event_push_actions, event_push_actions_staging, and event_push_summary non-null. (#15597)
  • Run mypy type checking with the minimum supported Python version to catch new usage that isn't backwards-compatible. (#15602)
  • Fix subscriptable type usage in Python <3.9. (#15604)
  • Update internal terminology. (#15606, #15620)
  • Instrument state and state_group storage-related operations to better picture what's happening when tracing. (#15610, #15647)
  • Trace how many new events from the backfill response we need to process. (#15633)
  • Re-type config paths in ConfigErrors to be StrSequences instead of Iterable[str]s. (#15615)
  • Update Mutual Rooms (MSC2666) implementation to match new proposal text. (#15621)
  • Remove the unstable identifiers from faster joins (MSC3706). (#15625)
  • Fix the olddeps CI. (#15626)
  • Remove duplicate timestamp from test logs (_trial_temp/test.log). (#15636)
  • Fix two memory leaks in trial test runs. (#15630)
  • Limit the size of the HomeServerConfig cache in trial test runs. (#15646)
  • Improve type hints. (#15658, #15659)
  • Add requesting user id parameter to key claim methods in TransportLayerClient. (#15663)
  • Speed up rebuilding of the user directory for local users. (#15665)
  • Implement "option 2" for MSC3820: Room version 11. (#15666, #15678)

Updates to locked dependencies

  • Bump furo from 2023.3.27 to 2023.5.20. (#15642)
  • Bump log from 0.4.17 to 0.4.18. (#15681)
  • Bump prometheus-client from 0.16.0 to 0.17.0. (#15682)
  • Bump pydantic from 1.10.7 to 1.10.8. (#15685)
  • Bump pygithub from 1.58.1 to 1.58.2. (#15643)
  • Bump requests from 2.28.2 to 2.31.0. (#15651)
  • Bump sphinx from 6.1.3 to 6.2.1. (#15641)
  • Bump types-bleach from 6.0.0.1 to 6.0.0.3. (#15686)
  • Bump types-pillow from 9.5.0.2 to 9.5.0.4. (#15640)
  • Bump types-pyyaml from 6.0.12.9 to 6.0.12.10. (#15683)
  • Bump types-requests from 2.30.0.0 to 2.31.0.0. (#15684)
  • Bump types-setuptools from 67.7.0.2 to 67.8.0.0. (#15639)

v1.84.1

26 May 16:11
Compare
Choose a tag to compare

Synapse 1.84.1 (2023-05-26)

This patch release fixes a major issue with homeservers that do not have an instance_map defined but which do use workers.
If you have already upgraded to Synapse 1.84.0 and your homeserver is working normally, then there is no need to update to this patch release.

Bugfixes

  • Fix a bug introduced in Synapse v1.84.0 where workers do not start up when no instance_map was provided. (#15672)

Internal Changes

  • Add dch and notify-send to the development Nix flake so that the release script can be used. (#15673)

v1.84.0

23 May 12:23
Compare
Choose a tag to compare

Synapse 1.84.0 (2023-05-23)

The worker_replication_* configuration settings have been deprecated in favour of configuring the main process consistently with other instances in the instance_map. The deprecated settings will be removed in Synapse v1.88.0, but changing your configuration in advance is recommended. See the upgrade notes for more information.

Bugfixes

  • Fix a bug introduced in Synapse 1.84.0rc1 where errors during startup were not reported correctly on Python < 3.10. (#15599)

Synapse 1.84.0rc1 (2023-05-16)

Features

  • Add an option to prevent media downloads from configured domains. (#15197)
  • Add forget_rooms_on_leave config option to automatically forget rooms when users leave them or are removed from them. (#15224)
  • Add redis TLS configuration options. (#15312)
  • Add a config option to delay push notifications by a random amount, to discourage time-based profiling. (#15516)
  • Stabilize support for MSC2659: application service ping endpoint. Contributed by Tulir @ Beeper. (#15528)
  • Implement MSC4009 to expand the supported characters in Matrix IDs. (#15536)
  • Advertise support for Matrix 1.6 on /_matrix/client/versions. (#15559)
  • Print full error and stack-trace of any exception that occurs during startup/initialization. (#15569)

Bugfixes

  • Don't fail on federation over TOR where SRV queries are not supported. Contributed by Zdzichu. (#15523)
  • Experimental support for MSC4010 which rejects setting the "m.push_rules" via account data. (#15554, #15555)
  • Fix a long-standing bug where an invalid membership event could cause an internal server error. (#15564)
  • Require at least poetry-core v1.1.0. (#15566, #15571)

Deprecations and Removals

  • Remove need for worker_replication_* based settings in worker configuration yaml by placing this data directly on the instance_map instead. (#15491)

Updates to the Docker image

  • Add pkg-config package to Stage 0 to be able to build Dockerfile on ppc64le architecture. (#15567)

Improved Documentation

  • Clarify documentation of the "Create or modify account" Admin API. (#15544)
  • Fix path to the statistics/database/rooms admin API in documentation. (#15560)
  • Update and improve Mastodon Single Sign-On documentation. (#15587)

Internal Changes

  • Use oEmbed to generate URL previews for YouTube Shorts. (#15025)
  • Create new Client for use with HTTP Replication between workers. Contributed by Jason Little. (#15470)
  • Bump pyicu from 2.10.2 to 2.11. (#15509)
  • Remove references to supporting per-user flag for MSC2654. (#15522)
  • Don't use a trusted key server when running the demo scripts. (#15527)
  • Speed up rebuilding of the user directory for local users. (#15529)
  • Speed up deleting of old rows in event_push_actions. (#15531)
  • Install the xmlsec and mdbook packages and switch back to the upstream cachix/devenv repo in the nix development environment. (#15532, #15533, #15545)
  • Implement MSC3987 by removing "dont_notify" from the list of actions in default push rules. (#15534)
  • Move various module API callback registration methods to a dedicated class. (#15535)
  • Proxy /user/devices federation queries to application services for MSC3984. (#15539)
  • Factor out an is_mine_server_name method. (#15542)
  • Allow running Complement tests using podman by adding a PODMAN environment variable to scripts-dev/complement.sh. (#15543)
  • Bump serde from 1.0.160 to 1.0.162. (#15548)
  • Bump types-setuptools from 67.6.0.5 to 67.7.0.1. (#15549)
  • Bump sentry-sdk from 1.19.1 to 1.22.1. (#15550)
  • Bump ruff from 0.0.259 to 0.0.265. (#15551)
  • Bump hiredis from 2.2.2 to 2.2.3. (#15552)
  • Bump types-requests from 2.29.0.0 to 2.30.0.0. (#15553)
  • Add org.matrix.msc3981 info to /_matrix/client/versions. (#15558)
  • Declare unstable support for MSC3391 under /_matrix/client/versions if the experimental implementation is enabled. (#15562)
  • Implement MSC3821 to update the redaction rules. (#15563)
  • Implement updated redaction rules from MSC3389. (#15565)
  • Allow pip install to use setuptools_rust 1.6.0 when building Synapse. (#15570)
  • Deal with upcoming Github Actions deprecations. (#15576)
  • Export run_as_background_process from the module API. (#15577)
  • Update build system requirements to allow building with poetry-core==1.6.0. (#15588)
  • Bump serde from 1.0.162 to 1.0.163. (#15589)
  • Bump phonenumbers from 8.13.7 to 8.13.11. (#15590)
  • Bump types-psycopg2 from 2.9.21.9 to 2.9.21.10. (#15591)
  • Bump types-commonmark from 0.9.2.2 to 0.9.2.3. (#15592)
  • Bump types-setuptools from 67.7.0.1 to 67.7.0.2. (#15594)