chore(deps): update matrixdotorg/synapse docker tag to v1.124.0 #129

Merged
finn merged 1 commit from renovate/matrixdotorg-synapse-1.x into main 2025-02-12 01:47:27 +00:00
Member

This PR contains the following updates:

Package Type Update Change
matrixdotorg/synapse (source) minor v1.123.0 -> v1.124.0
matrixdotorg/synapse (source) final minor v1.123.0 -> v1.124.0

Release Notes

element-hq/synapse (matrixdotorg/synapse)

v1.124.0

Compare Source

Synapse 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/presence as per the spec. Contributed by @​rda0. (#​18000)
  • Deactivated users will no longer automatically accept an invite when auto_accept_invites is enabled. (#​18073)
  • Fix join being denied after being invited over federation. Also fixes other out-of-band membership transitions. (#​18075)
  • Updates contributed docker-compose.yml file 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 block parameter was set to true and a worker other than the main process was configured to handle background tasks. (#​18119)
Internal Changes
  • Increase the length of the generated nonce parameter when perfoming OIDC logins to comply with the TI-Messenger spec. (#​18109)
Updates to locked dependencies
  • Bump dawidd6/action-download-artifact from 7 to 8. (#​18108)
  • Bump log from 0.4.22 to 0.4.25. (#​18098)
  • Bump python-multipart from 0.0.18 to 0.0.20. (#​18096)
  • Bump serde_json from 1.0.135 to 1.0.137. (#​18099)
  • Bump types-bleach from 6.1.0.20240331 to 6.2.0.20241123. (#​18082)

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 these updates 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 | Type | Update | Change | |---|---|---|---| | [matrixdotorg/synapse](https://matrix.org/docs/projects/server/synapse) ([source](https://github.com/element-hq/synapse)) | | minor | `v1.123.0` -> `v1.124.0` | | [matrixdotorg/synapse](https://matrix.org/docs/projects/server/synapse) ([source](https://github.com/element-hq/synapse)) | final | minor | `v1.123.0` -> `v1.124.0` | --- ### Release Notes <details> <summary>element-hq/synapse (matrixdotorg/synapse)</summary> ### [`v1.124.0`](https://github.com/element-hq/synapse/releases/tag/v1.124.0) [Compare Source](https://github.com/element-hq/synapse/compare/v1.123.0...v1.124.0) ##### Synapse 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. ([#&#8203;18141](https://github.com/element-hq/synapse/issues/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. ([#&#8203;18137](https://github.com/element-hq/synapse/issues/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/presence` as per the spec. Contributed by [@&#8203;rda0](https://github.com/rda0). ([#&#8203;18000](https://github.com/element-hq/synapse/issues/18000)) - Deactivated users will no longer automatically accept an invite when `auto_accept_invites` is enabled. ([#&#8203;18073](https://github.com/element-hq/synapse/issues/18073)) - Fix join being denied after being invited over federation. Also fixes other out-of-band membership transitions. ([#&#8203;18075](https://github.com/element-hq/synapse/issues/18075)) - Updates contributed `docker-compose.yml` file to PostgreSQL v15, as v12 is no longer supported by Synapse. Contributed by [@&#8203;maxkratz](https://github.com/maxkratz). ([#&#8203;18089](https://github.com/element-hq/synapse/issues/18089)) - Fix rare edge case where state groups could be deleted while we are persisting new events that reference them. ([#&#8203;18107](https://github.com/element-hq/synapse/issues/18107), [#&#8203;18130](https://github.com/element-hq/synapse/issues/18130), [#&#8203;18131](https://github.com/element-hq/synapse/issues/18131)) - Raise an error if someone is using an incorrect suffix in a config duration string. ([#&#8203;18112](https://github.com/element-hq/synapse/issues/18112)) - Fix a bug where the [Delete Room Admin API](https://element-hq.github.io/synapse/latest/admin_api/rooms.html#version-2-new-version) would fail if the `block` parameter was set to `true` and a worker other than the main process was configured to handle background tasks. ([#&#8203;18119](https://github.com/element-hq/synapse/issues/18119)) ##### Internal Changes - Increase the length of the generated `nonce` parameter when perfoming OIDC logins to comply with the TI-Messenger spec. ([#&#8203;18109](https://github.com/element-hq/synapse/issues/18109)) ##### Updates to locked dependencies - Bump dawidd6/action-download-artifact from 7 to 8. ([#&#8203;18108](https://github.com/element-hq/synapse/issues/18108)) - Bump log from 0.4.22 to 0.4.25. ([#&#8203;18098](https://github.com/element-hq/synapse/issues/18098)) - Bump python-multipart from 0.0.18 to 0.0.20. ([#&#8203;18096](https://github.com/element-hq/synapse/issues/18096)) - Bump serde_json from 1.0.135 to 1.0.137. ([#&#8203;18099](https://github.com/element-hq/synapse/issues/18099)) - Bump types-bleach from 6.1.0.20240331 to 6.2.0.20241123. ([#&#8203;18082](https://github.com/element-hq/synapse/issues/18082)) </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2025-02-11 13:03:18 +00:00
chore(deps): update matrixdotorg/synapse docker tag to v1.124.0
Some checks failed
/ build-synapse (push) Successful in 51s
/ roll out update (push) Successful in 4s
/ diff-and-deploy (push) Failing after 1m50s
86daa12892
finn merged commit 86daa12892 into main 2025-02-12 01:47:27 +00:00
finn deleted branch renovate/matrixdotorg-synapse-1.x 2025-02-12 01:47:27 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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: JankySolutions/infra#129
No description provided.