Update matrixdotorg/synapse Docker tag to v1.100.0 #124

Merged
jake merged 1 commits from renovate/matrixdotorg-synapse-1.x into master 2024-02-02 13:38:13 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
matrixdotorg/synapse (source) minor v1.99.0 -> v1.100.0

Release Notes

element-hq/synapse (matrixdotorg/synapse)

v1.100.0

Compare Source

Synapse 1.100.0 (2024-01-30)

No significant changes since 1.100.0rc3.

Synapse 1.100.0rc3 (2024-01-24)

Bugfixes
  • Fix database performance regression due to changing Postgres table statistics. Introduced in v1.100.0rc1. (#​16849)

Synapse 1.100.0rc2 (2024-01-24)

This version is the same as 1.100.0rc1 but with fixes to the release process.

Internal Changes
  • Downgrade the download-artifact and upload-artifact actions to v3 due to breaking changes. (#​16847)

Synapse 1.100.0rc1 (2024-01-23)

This version was never released to PyPI or the Debian repository due to failures in the automatic part of the release process.

Features
Bugfixes
  • Handle wildcard type filters properly for room messages endpoint. Contributed by Mo Balaa. (#​14984)
Improved Documentation
  • Add a link to the "Request log format" explainer on the "Logging sample config" documentation page. (#​16778)
  • Fix broken links in issue templates and documentation. (#​16810)
  • NGINX listen http2 deprecation in documentation template for reverse proxy. (#​16831)
Internal Changes
  • Faster partial join to room with complex auth graph. (#​7)
  • Improve DB performance of calculating badge counts for push. (#​16756)
  • Split up deleting devices into batches. (#​16766)
  • Remove CI check for sign-off as we require a CLA signature instead. (#​16776)
  • Ensure CI fails when linting fails to make sure auto-merge does the correct thing. (#​16781)
  • Faster load recents for sync by reducing amount of state pulled out. (#​16783)
  • Reduce amount of state pulled out when querying federation hierachy. (#​16785)
  • Pull less state out of the DB when we retry fetching old events during backfill. (#​16788)
  • Optimize query for fetching to-device messages in /sync. (#​16805)
  • Reject OIDC config when client_secret isn't specified, but the auth method requires one. (#​16806)
  • Allow room creation but not publishing to continue if room publication rules are violated when creating
    a new room. (#​16811)
  • Bump minimum supported Rust version to 1.65.0. (#​16818)
  • Fixup copyright lines in file headers after the licensing change. (#​16820)
  • Add a --generate-only option to the internal configuration/launch script for Complement. (#​16828)
  • Preparatory work for tweaking performance of auth chain lookups. (#​16833)
  • Speed up e2e device keys queries for bot accounts. (#​16841)
Updates to locked dependencies
  • Bump actions/cache from 3 to 4. (#​16832)
  • Bump actions/download-artifact from 3 to 4. (#​16795)
  • Bump actions/upload-artifact from 3 to 4. (#​16796)
  • Bump anyhow from 1.0.75 to 1.0.79. (#​16789)
  • Bump authlib from 1.2.1 to 1.3.0. (#​16801)
  • Bump dawidd6/action-download-artifact from 2.28.0 to 3.0.0. (#​16794)
  • Bump immutabledict from 4.0.0 to 4.1.0. (#​16812)
  • Bump isort from 5.13.1 to 5.13.2. (#​16835)
  • Bump lxml from 4.9.3 to 5.1.0. (#​16813)
  • Bump pillow from 10.1.0 to 10.2.0. (#​16802)
  • Bump pydantic from 2.5.2 to 2.5.3. (#​16836)
  • Bump pyo3 from 0.20.0 to 0.20.2. (#​16791)
  • Bump regex from 1.9.6 to 1.10.3. (#​16837)
  • Bump ruff from 0.1.13 to 0.1.14. (#​16838)
  • Bump ruff from 0.1.7 to 0.1.13. (#​16814)
  • Bump sentry-sdk from 1.35.0 to 1.39.1. (#​16799)
  • Bump serde_json from 1.0.108 to 1.0.111. (#​16792)
  • Bump service-identity from 23.1.0 to 24.1.0. (#​16816)
  • Bump types-commonmark from 0.9.2.4 to 0.9.2.20240106. (#​16797)
  • Bump types-jsonschema from 4.20.0.0 to 4.20.0.20240105. (#​16800)
  • Bump types-jsonschema from 4.20.0.20240105 to 4.21.0.20240118. (#​16834)
  • Bump types-netaddr from 0.9.0.1 to 0.10.0.20240106. (#​16839)
  • Bump typing-extensions from 4.8.0 to 4.9.0. (#​16815)

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://matrix.org/docs/projects/server/synapse) ([source](https://github.com/element-hq/synapse)) | minor | `v1.99.0` -> `v1.100.0` | --- ### Release Notes <details> <summary>element-hq/synapse (matrixdotorg/synapse)</summary> ### [`v1.100.0`](https://github.com/element-hq/synapse/releases/tag/v1.100.0) [Compare Source](https://github.com/element-hq/synapse/compare/v1.99.0...v1.100.0) ### Synapse 1.100.0 (2024-01-30) No significant changes since 1.100.0rc3. ### Synapse 1.100.0rc3 (2024-01-24) ##### Bugfixes - Fix database performance regression due to changing Postgres table statistics. Introduced in v1.100.0rc1. ([#&#8203;16849](https://github.com/element-hq/synapse/issues/16849)) ### Synapse 1.100.0rc2 (2024-01-24) This version is the same as 1.100.0rc1 but with fixes to the release process. ##### Internal Changes - Downgrade the `download-artifact` and `upload-artifact` actions to v3 due to breaking changes. ([#&#8203;16847](https://github.com/element-hq/synapse/issues/16847)) ### Synapse 1.100.0rc1 (2024-01-23) *This version was never released to PyPI or the Debian repository due to failures in the automatic part of the release process.* ##### Features - Advertise experimental support for [MSC4028](https://github.com/matrix-org/matrix-spec-proposals/pull/4028) through `/_matrix/clients/versions` if enabled. Contributed by [@&#8203;hanadi92](https://github.com/hanadi92). ([#&#8203;16787](https://github.com/element-hq/synapse/issues/16787)) ##### Bugfixes - Handle wildcard type filters properly for room messages endpoint. Contributed by Mo Balaa. ([#&#8203;14984](https://github.com/element-hq/synapse/issues/14984)) ##### Improved Documentation - Add a link to the "Request log format" explainer on the "Logging sample config" documentation page. ([#&#8203;16778](https://github.com/element-hq/synapse/issues/16778)) - Fix broken links in issue templates and documentation. ([#&#8203;16810](https://github.com/element-hq/synapse/issues/16810)) - NGINX listen http2 deprecation in documentation template for reverse proxy. ([#&#8203;16831](https://github.com/element-hq/synapse/issues/16831)) ##### Internal Changes - Faster partial join to room with complex auth graph. ([#&#8203;7](https://github.com/element-hq/synapse/issues/7)) - Improve DB performance of calculating badge counts for push. ([#&#8203;16756](https://github.com/element-hq/synapse/issues/16756)) - Split up deleting devices into batches. ([#&#8203;16766](https://github.com/element-hq/synapse/issues/16766)) - Remove CI check for sign-off as we require a CLA signature instead. ([#&#8203;16776](https://github.com/element-hq/synapse/issues/16776)) - Ensure CI fails when linting fails to make sure auto-merge does the correct thing. ([#&#8203;16781](https://github.com/element-hq/synapse/issues/16781)) - Faster load recents for sync by reducing amount of state pulled out. ([#&#8203;16783](https://github.com/element-hq/synapse/issues/16783)) - Reduce amount of state pulled out when querying federation hierachy. ([#&#8203;16785](https://github.com/element-hq/synapse/issues/16785)) - Pull less state out of the DB when we retry fetching old events during backfill. ([#&#8203;16788](https://github.com/element-hq/synapse/issues/16788)) - Optimize query for fetching to-device messages in `/sync`. ([#&#8203;16805](https://github.com/element-hq/synapse/issues/16805)) - Reject OIDC config when `client_secret` isn't specified, but the auth method requires one. ([#&#8203;16806](https://github.com/element-hq/synapse/issues/16806)) - Allow room creation but not publishing to continue if room publication rules are violated when creating a new room. ([#&#8203;16811](https://github.com/element-hq/synapse/issues/16811)) - Bump minimum supported Rust version to 1.65.0. ([#&#8203;16818](https://github.com/element-hq/synapse/issues/16818)) - Fixup copyright lines in file headers after the licensing change. ([#&#8203;16820](https://github.com/element-hq/synapse/issues/16820)) - Add a `--generate-only` option to the internal configuration/launch script for Complement. ([#&#8203;16828](https://github.com/element-hq/synapse/issues/16828)) - Preparatory work for tweaking performance of auth chain lookups. ([#&#8203;16833](https://github.com/element-hq/synapse/issues/16833)) - Speed up e2e device keys queries for bot accounts. ([#&#8203;16841](https://github.com/element-hq/synapse/issues/16841)) ##### Updates to locked dependencies - Bump actions/cache from 3 to 4. ([#&#8203;16832](https://github.com/element-hq/synapse/issues/16832)) - Bump actions/download-artifact from 3 to 4. ([#&#8203;16795](https://github.com/element-hq/synapse/issues/16795)) - Bump actions/upload-artifact from 3 to 4. ([#&#8203;16796](https://github.com/element-hq/synapse/issues/16796)) - Bump anyhow from 1.0.75 to 1.0.79. ([#&#8203;16789](https://github.com/element-hq/synapse/issues/16789)) - Bump authlib from 1.2.1 to 1.3.0. ([#&#8203;16801](https://github.com/element-hq/synapse/issues/16801)) - Bump dawidd6/action-download-artifact from 2.28.0 to 3.0.0. ([#&#8203;16794](https://github.com/element-hq/synapse/issues/16794)) - Bump immutabledict from 4.0.0 to 4.1.0. ([#&#8203;16812](https://github.com/element-hq/synapse/issues/16812)) - Bump isort from 5.13.1 to 5.13.2. ([#&#8203;16835](https://github.com/element-hq/synapse/issues/16835)) - Bump lxml from 4.9.3 to 5.1.0. ([#&#8203;16813](https://github.com/element-hq/synapse/issues/16813)) - Bump pillow from 10.1.0 to 10.2.0. ([#&#8203;16802](https://github.com/element-hq/synapse/issues/16802)) - Bump pydantic from 2.5.2 to 2.5.3. ([#&#8203;16836](https://github.com/element-hq/synapse/issues/16836)) - Bump pyo3 from 0.20.0 to 0.20.2. ([#&#8203;16791](https://github.com/element-hq/synapse/issues/16791)) - Bump regex from 1.9.6 to 1.10.3. ([#&#8203;16837](https://github.com/element-hq/synapse/issues/16837)) - Bump ruff from 0.1.13 to 0.1.14. ([#&#8203;16838](https://github.com/element-hq/synapse/issues/16838)) - Bump ruff from 0.1.7 to 0.1.13. ([#&#8203;16814](https://github.com/element-hq/synapse/issues/16814)) - Bump sentry-sdk from 1.35.0 to 1.39.1. ([#&#8203;16799](https://github.com/element-hq/synapse/issues/16799)) - Bump serde_json from 1.0.108 to 1.0.111. ([#&#8203;16792](https://github.com/element-hq/synapse/issues/16792)) - Bump service-identity from 23.1.0 to 24.1.0. ([#&#8203;16816](https://github.com/element-hq/synapse/issues/16816)) - Bump types-commonmark from 0.9.2.4 to 0.9.2.20240106. ([#&#8203;16797](https://github.com/element-hq/synapse/issues/16797)) - Bump types-jsonschema from 4.20.0.0 to 4.20.0.20240105. ([#&#8203;16800](https://github.com/element-hq/synapse/issues/16800)) - Bump types-jsonschema from 4.20.0.20240105 to 4.21.0.20240118. ([#&#8203;16834](https://github.com/element-hq/synapse/issues/16834)) - Bump types-netaddr from 0.9.0.1 to 0.10.0.20240106. ([#&#8203;16839](https://github.com/element-hq/synapse/issues/16839)) - Bump typing-extensions from 4.8.0 to 4.9.0. ([#&#8203;16815](https://github.com/element-hq/synapse/issues/16815)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate added 1 commit 2024-01-30 18:00:26 +00:00
/ terraform (push) Successful in 48s Details
/ ansible (push) Successful in 1m50s Details
ce0ee38a64
Update matrixdotorg/synapse Docker tag to v1.100.0
jake merged commit 6c1c245c23 into master 2024-02-02 13:38:13 +00:00
jake deleted branch renovate/matrixdotorg-synapse-1.x 2024-02-02 13:38:13 +00: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#124
No description provided.