Skip to content

automation: Update docker-matrix_synapse Docker tag to v1.97.0

botaniker requested to merge renovate/docker-matrix_synapse-1.x into main

This MR contains the following updates:

Package Update Change
docker-matrix_synapse minor 1.95.1 -> v1.97.0

Dependency Lookup Warnings

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

matrix-org/synapse

v1.97.0

Compare Source

Synapse 1.97.0 (2023-11-28)

Synapse will soon be forked by Element under an AGPLv3.0 licence (with CLA, for proprietary dual licensing). You can read more about this here:

The Matrix.org Foundation copy of the project will be archived. Any changes needed by server administrators will be communicated via our usual announcements channels, but we are striving to make this as seamless as possible.

No significant changes since 1.97.0rc1.

Synapse 1.97.0rc1 (2023-11-21)

Features
Bugfixes
  • Fix a long-standing bug where some queries updated the same row twice. Introduced in Synapse 1.57.0. (#​16609)
  • Fix a long-standing bug where Synapse would not unbind third-party identifiers for Application Service users when deactivated and would not emit a compliant response. (#​16617)
  • Fix sending out of order POSITION over replication, causing additional database load. (#​16639)
Improved Documentation
  • Note that the option outbound_federation_restricted_to was added in Synapse 1.89.0, and fix a nearby formatting error. (#​16628)
  • Update parameter information for the /timestamp_to_event admin API. (#​16631)
  • Provide an example for a common encrypted media response from the admin user media API and mention possible null values. (#​16654)
Internal Changes
  • Remove whole table locks on push rule modifications. Contributed by Nick @​ Beeper (@​fizzadar). (#​16051)
  • Support reactor tick timings on more types of event loops. (#​16532)
  • Improve type hints. (#​16564, #​16611, #​16612)
  • Avoid executing no-op queries. (#​16583)
  • Simplify persistence code to be per-room. (#​16584)
  • Use standard SQL helpers in persistence code. (#​16585)
  • Avoid updating the stream cache unnecessarily. (#​16586)
  • Improve performance when using opentracing. (#​16589)
  • Run push rule evaluator setup in parallel. (#​16590)
  • Improve tests of the SQL generator. (#​16596)
  • Use more generic database methods. (#​16615)
  • Use dbname instead of the deprecated database connection parameter for psycopg2. (#​16618)
  • Add an internal Admin API endpoint to temporarily grant the ability to update an existing cross-signing key without UIA. (#​16634)
  • Improve references to GitHub issues. (#​16637, #​16638)
  • More efficiently handle no-op POSITION over replication. (#​16640, #​16655)
  • Speed up deleting of device messages when deleting a device. (#​16643)
  • Speed up persisting large number of outliers. (#​16649)
  • Reduce max concurrency of background tasks, reducing potential max DB load. (#​16656, #​16660)
  • Speed up purge room by adding an index to event_push_summary. (#​16657)
Updates to locked dependencies
  • Bump prometheus-client from 0.17.1 to 0.18.0. (#​16626)
  • Bump pyicu from 2.11 to 2.12. (#​16603)
  • Bump requests-toolbelt from 0.10.1 to 1.0.0. (#​16659)
  • Bump ruff from 0.0.292 to 0.1.4. (#​16600)
  • Bump serde from 1.0.190 to 1.0.192. (#​16627)
  • Bump serde_json from 1.0.107 to 1.0.108. (#​16604)
  • Bump setuptools-rust from 1.8.0 to 1.8.1. (#​16601)
  • Bump towncrier from 23.6.0 to 23.11.0. (#​16622)
  • Bump treq from 22.2.0 to 23.11.0. (#​16623)
  • Bump twisted from 23.8.0 to 23.10.0. (#​16588)
  • Bump types-bleach from 6.1.0.0 to 6.1.0.1. (#​16624)
  • Bump types-jsonschema from 4.19.0.3 to 4.19.0.4. (#​16599)
  • Bump types-pyopenssl from 23.2.0.2 to 23.3.0.0. (#​16625)
  • Bump types-pyyaml from 6.0.12.11 to 6.0.12.12. (#​16602)

v1.96.1

Compare Source

Synapse 1.96.1 (2023-11-17)

Synapse will soon be forked by Element under an AGPLv3.0 licence (with CLA, for proprietary dual licensing). You can read more about this here:

The Matrix.org Foundation copy of the project will be archived. Any changes needed by server administrators will be communicated via our usual announcements channels, but we are striving to make this as seamless as possible.

This minor release was needed only because of CI-related trouble on v1.96.0, which was never released.

Internal Changes

v1.96.0

Compare Source

Synapse 1.96.0 (2023-11-16)

Synapse will soon be getting forked by Element under an AGPLv3.0 licence (with CLA, for proprietary dual licensing). You can read more about this here:

Any changes needed by server administrators will be communicated via our usual announcements channels, but we are striving to make this as seamless as possible.

Bugfixes
  • Fix "'int' object is not iterable" error in set_device_id_for_pushers background update introduced in Synapse 1.95.0. (#​16594)

Synapse 1.96.0rc1 (2023-10-31)

Features
  • Add experimental support to allow multiple workers to write to receipts stream. (#​16432)
  • Add a new module API for controller presence. (#​16544)
  • Add a new module API callback that allows adding extra fields to events' unsigned section when sent down to clients. (#​16549)
  • Improve the performance of claiming encryption keys. (#​16565, #​16570)
Bugfixes
  • Fixed a bug in the example Grafana dashboard that prevents it from finding the correct datasource. Contributed by @​MichaelSasser. (#​16471)
  • Fix a long-standing, exceedingly rare edge case where the first event persisted by a new event persister worker might not be sent down /sync. (#​16473, #​16557, #​16561, #​16578, #​16580)
  • Fix long-standing bug where /sync incorrectly did not mark a room as limited in a sync requests when there were missing remote events. (#​16485)
  • Fix a bug introduced in Synapse 1.41 where HTTP(S) forward proxy authorization would fail when using basic HTTP authentication with a long username:password string. (#​16504)
  • Force TLS certificate verification in user registration script. (#​16530)
  • Fix long-standing bug where /sync could tightloop after restart when using SQLite. (#​16540)
  • Fix ratelimiting of message sending when using workers, where the ratelimit would only be applied after most of the work has been done. (#​16558)
  • Fix a long-standing bug where invited/knocking users would not leave during a room purge. (#​16559)
Improved Documentation
Internal Changes
  • Improve performance of delete device messages query, cf issue 16479. (#​16492)
  • Reduce memory allocations. (#​16505)
  • Improve replication performance when purging rooms. (#​16510)
  • Run tests against Python 3.12. (#​16511)
  • Run trial & integration tests in continuous integration when .ci directory is modified. (#​16512)
  • Remove duplicate call to mark remote server 'awake' when using a federation sending worker. (#​16515)
  • Enable dirty runs on Complement CI, which is significantly faster. (#​16520)
  • Stop deleting from an unused table. (#​16521)
  • Improve type hints. (#​16526, #​16551)
  • Fix running unit tests on Twisted trunk. (#​16528)
  • Reduce some spurious logging in worker mode. (#​16555)
  • Stop porting a table in port db that we're going to nuke and rebuild anyway. (#​16563)
  • Deal with warnings from running complement in CI. (#​16567)
  • Allow building with setuptools_rust 1.8.0. (#​16574)
Updates to locked dependencies
  • Bump black from 23.10.0 to 23.10.1. (#​16575)
  • Bump black from 23.9.1 to 23.10.0. (#​16538)
  • Bump cryptography from 41.0.4 to 41.0.5. (#​16572)
  • Bump gitpython from 3.1.37 to 3.1.40. (#​16534)
  • Bump phonenumbers from 8.13.22 to 8.13.23. (#​16576)
  • Bump pygithub from 1.59.1 to 2.1.1. (#​16535)
  • Bump matrix-synapse-ldap3 from 0.2.2 to 0.3.0. (#​16539)
  • Bump serde from 1.0.189 to 1.0.190. (#​16577)
  • Bump setuptools-rust from 1.7.0 to 1.8.0. (#​16574)
  • Bump types-pillow from 10.0.0.3 to 10.1.0.0. (#​16536)
  • Bump types-psycopg2 from 2.9.21.14 to 2.9.21.15. (#​16573)
  • Bump types-requests from 2.31.0.2 to 2.31.0.10. (#​16537)
  • Bump urllib3 from 1.26.17 to 1.26.18. (#​16516)

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

Edited by botaniker

Merge request reports