Update matrixdotorg/synapse Docker tag to v1.83.0 #24

Merged
jake merged 1 commits from renovate/matrixdotorg-synapse-1.x into master 2023-05-20 11:17:54 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
matrixdotorg/synapse minor v1.82.0 -> v1.83.0

Release Notes

matrix-org/synapse

v1.83.0

Compare Source

Synapse 1.83.0 (2023-05-09)

No significant changes since 1.83.0rc1.

Synapse 1.83.0rc1 (2023-05-02)

Features

Bugfixes

  • Disable push rule evaluation for rooms excluded from sync. (#​15361)
  • Fix a long-standing bug where cached server key results which were directly fetched would not be properly re-used. (#​15417)
  • Fix a bug introduced in Synapse 1.73.0 where some experimental push rules were returned by default. (#​15494)

Improved Documentation

  • Add Nginx loadbalancing example with sticky mxid for workers. (#​15411)
  • Update outdated development docs that mention restrictions in versions of SQLite that we no longer support. (#​15498)

Internal Changes

  • Speedup tests by caching HomeServerConfig instances. (#​15284)
  • Add denormalised event stream ordering column to membership state tables for future use. Contributed by Nick @​ Beeper (@​fizzadar). (#​15356)
  • Always use multi-user device resync replication endpoints. (#​15418)
  • Add column full_user_id to tables profiles and user_filters. (#​15458)
  • Update support for MSC3983 to allow always returning fallback-keys in a /keys/claim request. (#​15462)
  • Improve type hints. (#​15465, #​15496, #​15497)
  • Support claiming more than one OTK at a time. (#​15468)
  • Bump types-pyyaml from 6.0.12.8 to 6.0.12.9. (#​15471)
  • Bump pyasn1-modules from 0.2.8 to 0.3.0. (#​15473)
  • Bump cryptography from 40.0.1 to 40.0.2. (#​15474)
  • Bump types-netaddr from 0.8.0.7 to 0.8.0.8. (#​15475)
  • Bump types-jsonschema from 4.17.0.6 to 4.17.0.7. (#​15476)
  • Ask bug reporters to provide logs as text. (#​15479)
  • Add a Nix flake for use as a development environment. (#​15495)
  • Bump anyhow from 1.0.70 to 1.0.71. (#​15507)
  • Bump types-pillow from 9.4.0.19 to 9.5.0.2. (#​15508)
  • Bump packaging from 23.0 to 23.1. (#​15510)
  • Bump types-requests from 2.28.11.16 to 2.29.0.0. (#​15511)
  • Bump setuptools-rust from 1.5.2 to 1.6.0. (#​15512)
  • Update the check_schema_delta script to account for when the schema version has been bumped locally. (#​15466)

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.

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


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [matrixdotorg/synapse](https://github.com/matrix-org/synapse) | minor | `v1.82.0` -> `v1.83.0` | --- ### Release Notes <details> <summary>matrix-org/synapse</summary> ### [`v1.83.0`](https://github.com/matrix-org/synapse/releases/tag/v1.83.0) [Compare Source](https://github.com/matrix-org/synapse/compare/v1.82.0...v1.83.0) # Synapse 1.83.0 (2023-05-09) No significant changes since 1.83.0rc1. # Synapse 1.83.0rc1 (2023-05-02) ## Features - Experimental support to recursively provide relations per [MSC3981](https://github.com/matrix-org/matrix-spec-proposals/pull/3981). ([#&#8203;15315](https://github.com/matrix-org/synapse/issues/15315)) - Experimental support for [MSC3970](https://github.com/matrix-org/matrix-spec-proposals/pull/3970): Scope transaction IDs to devices. ([#&#8203;15318](https://github.com/matrix-org/synapse/issues/15318)) - Add an [admin API endpoint](https://matrix-org.github.io/synapse/v1.83/admin_api/experimental_features.html) to support per-user feature flags. ([#&#8203;15344](https://github.com/matrix-org/synapse/issues/15344)) - Add a module API to send an HTTP push notification. ([#&#8203;15387](https://github.com/matrix-org/synapse/issues/15387)) - Add an [admin API endpoint](https://matrix-org.github.io/synapse/v1.83/admin_api/statistics.html#get-largest-rooms-by-size-in-database) to query the largest rooms by disk space used in the database. ([#&#8203;15482](https://github.com/matrix-org/synapse/issues/15482)) ## Bugfixes - Disable push rule evaluation for rooms excluded from sync. ([#&#8203;15361](https://github.com/matrix-org/synapse/issues/15361)) - Fix a long-standing bug where cached server key results which were directly fetched would not be properly re-used. ([#&#8203;15417](https://github.com/matrix-org/synapse/issues/15417)) - Fix a bug introduced in Synapse 1.73.0 where some experimental push rules were returned by default. ([#&#8203;15494](https://github.com/matrix-org/synapse/issues/15494)) ## Improved Documentation - Add Nginx loadbalancing example with sticky mxid for workers. ([#&#8203;15411](https://github.com/matrix-org/synapse/issues/15411)) - Update outdated development docs that mention restrictions in versions of SQLite that we no longer support. ([#&#8203;15498](https://github.com/matrix-org/synapse/issues/15498)) ## Internal Changes - Speedup tests by caching HomeServerConfig instances. ([#&#8203;15284](https://github.com/matrix-org/synapse/issues/15284)) - Add denormalised event stream ordering column to membership state tables for future use. Contributed by Nick @&#8203; Beeper ([@&#8203;fizzadar](https://github.com/fizzadar)). ([#&#8203;15356](https://github.com/matrix-org/synapse/issues/15356)) - Always use multi-user device resync replication endpoints. ([#&#8203;15418](https://github.com/matrix-org/synapse/issues/15418)) - Add column `full_user_id` to tables `profiles` and `user_filters`. ([#&#8203;15458](https://github.com/matrix-org/synapse/issues/15458)) - Update support for [MSC3983](https://github.com/matrix-org/matrix-spec-proposals/pull/3983) to allow always returning fallback-keys in a `/keys/claim` request. ([#&#8203;15462](https://github.com/matrix-org/synapse/issues/15462)) - Improve type hints. ([#&#8203;15465](https://github.com/matrix-org/synapse/issues/15465), [#&#8203;15496](https://github.com/matrix-org/synapse/issues/15496), [#&#8203;15497](https://github.com/matrix-org/synapse/issues/15497)) - Support claiming more than one OTK at a time. ([#&#8203;15468](https://github.com/matrix-org/synapse/issues/15468)) - Bump types-pyyaml from 6.0.12.8 to 6.0.12.9. ([#&#8203;15471](https://github.com/matrix-org/synapse/issues/15471)) - Bump pyasn1-modules from 0.2.8 to 0.3.0. ([#&#8203;15473](https://github.com/matrix-org/synapse/issues/15473)) - Bump cryptography from 40.0.1 to 40.0.2. ([#&#8203;15474](https://github.com/matrix-org/synapse/issues/15474)) - Bump types-netaddr from 0.8.0.7 to 0.8.0.8. ([#&#8203;15475](https://github.com/matrix-org/synapse/issues/15475)) - Bump types-jsonschema from 4.17.0.6 to 4.17.0.7. ([#&#8203;15476](https://github.com/matrix-org/synapse/issues/15476)) - Ask bug reporters to provide logs as text. ([#&#8203;15479](https://github.com/matrix-org/synapse/issues/15479)) - Add a Nix flake for use as a development environment. ([#&#8203;15495](https://github.com/matrix-org/synapse/issues/15495)) - Bump anyhow from 1.0.70 to 1.0.71. ([#&#8203;15507](https://github.com/matrix-org/synapse/issues/15507)) - Bump types-pillow from 9.4.0.19 to 9.5.0.2. ([#&#8203;15508](https://github.com/matrix-org/synapse/issues/15508)) - Bump packaging from 23.0 to 23.1. ([#&#8203;15510](https://github.com/matrix-org/synapse/issues/15510)) - Bump types-requests from 2.28.11.16 to 2.29.0.0. ([#&#8203;15511](https://github.com/matrix-org/synapse/issues/15511)) - Bump setuptools-rust from 1.5.2 to 1.6.0. ([#&#8203;15512](https://github.com/matrix-org/synapse/issues/15512)) - Update the check_schema_delta script to account for when the schema version has been bumped locally. ([#&#8203;15466](https://github.com/matrix-org/synapse/issues/15466)) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNzQuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate added 1 commit 2023-05-09 20:00:42 +01:00
/ terraform (push) Successful in 54s Details
/ ansible (push) Successful in 1m39s Details
bd8cd8c2d0
Update matrixdotorg/synapse Docker tag to v1.83.0
jake merged commit a0f7d48502 into master 2023-05-20 11:17:54 +01:00
jake deleted branch renovate/matrixdotorg-synapse-1.x 2023-05-20 11:17:54 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: systems/infrastructure#24
No description provided.