chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.132.0 #660

Merged
renovate merged 1 commit from renovate/ghcr.io-element-hq-synapse-1.x into main 2025-06-17 15:05:50 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/element-hq/synapse (source) minor v1.131.0 -> v1.132.0

Release Notes

element-hq/synapse (ghcr.io/element-hq/synapse)

v1.132.0

Compare Source

Synapse 1.132.0 (2025-06-17)

Improved Documentation
  • Improvements to generate config documentation from JSON Schema file. (#​18522)

Synapse 1.132.0rc1 (2025-06-10)

Features
  • Add support for MSC4155 Invite Filtering. (#​18288)
  • Add experimental user_may_send_state_event module API callback. (#​18455)
  • Add experimental get_media_config_for_user and is_user_allowed_to_upload_media_of_size module API callbacks that allow overriding of media repository maximum upload size. (#​18457)
  • Add experimental get_ratelimit_override_for_user module API callback that allows overriding of per-user ratelimits. (#​18458)
  • Pass room_config argument to user_may_create_room spam checker module callback. (#​18486)
  • Support configuration of default and extra user types. (#​18456)
  • Successful requests to /_matrix/app/v1/ping will now force Synapse to reattempt delivering transactions to appservices. (#​18521)
  • Support the import of the RatelimitOverride type from synapse.module_api in modules and rename messages_per_second to per_second. (#​18513)
Bugfixes
  • Remove destinations from sending if not whitelisted. (#​18484)
  • Fixed room summary API incorrectly returning that a room is private in the room summary response when the join rule is omitted by the remote server. Contributed by @​nexy7574. (#​18493)
  • Prevent users from adding themselves to their own user ignore list. (#​18508)
Improved Documentation
  • Generate config documentation from JSON Schema file. (#​17892)
  • Mention CAP_NET_BIND_SERVICE as an alternative to running Synapse as root in order to bind to a privileged port. (#​18408)
  • Surface hidden Admin API documentation regarding fetching of scheduled tasks. (#​18516)
  • Mark the new module APIs in this release as experimental. (#​18536)
Internal Changes
  • Mark dehydrated devices in the List All User Devices Admin API. (#​18252)
  • Reduce disk wastage by cleaning up received_transactions older than 1 day, rather than 30 days. (#​18310)
  • Distinguish all vs local events being persisted in the "Event Send Time Quantiles" graph (Grafana). (#​18510)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 | |---|---|---| | [ghcr.io/element-hq/synapse](https://matrix.org/docs/projects/server/synapse) ([source](https://github.com/element-hq/synapse)) | minor | `v1.131.0` -> `v1.132.0` | --- ### Release Notes <details> <summary>element-hq/synapse (ghcr.io/element-hq/synapse)</summary> ### [`v1.132.0`](https://github.com/element-hq/synapse/releases/tag/v1.132.0) [Compare Source](https://github.com/element-hq/synapse/compare/v1.131.0...v1.132.0) ### Synapse 1.132.0 (2025-06-17) ##### Improved Documentation - Improvements to generate config documentation from JSON Schema file. ([#&#8203;18522](https://github.com/element-hq/synapse/issues/18522)) ### Synapse 1.132.0rc1 (2025-06-10) ##### Features - Add support for [MSC4155](https://github.com/matrix-org/matrix-spec-proposals/pull/4155) Invite Filtering. ([#&#8203;18288](https://github.com/element-hq/synapse/issues/18288)) - Add experimental `user_may_send_state_event` module API callback. ([#&#8203;18455](https://github.com/element-hq/synapse/issues/18455)) - Add experimental `get_media_config_for_user` and `is_user_allowed_to_upload_media_of_size` module API callbacks that allow overriding of media repository maximum upload size. ([#&#8203;18457](https://github.com/element-hq/synapse/issues/18457)) - Add experimental `get_ratelimit_override_for_user` module API callback that allows overriding of per-user ratelimits. ([#&#8203;18458](https://github.com/element-hq/synapse/issues/18458)) - Pass `room_config` argument to `user_may_create_room` spam checker module callback. ([#&#8203;18486](https://github.com/element-hq/synapse/issues/18486)) - Support configuration of default and extra user types. ([#&#8203;18456](https://github.com/element-hq/synapse/issues/18456)) - Successful requests to `/_matrix/app/v1/ping` will now force Synapse to reattempt delivering transactions to appservices. ([#&#8203;18521](https://github.com/element-hq/synapse/issues/18521)) - Support the import of the `RatelimitOverride` type from `synapse.module_api` in modules and rename `messages_per_second` to `per_second`. ([#&#8203;18513](https://github.com/element-hq/synapse/issues/18513)) ##### Bugfixes - Remove destinations from sending if not whitelisted. ([#&#8203;18484](https://github.com/element-hq/synapse/issues/18484)) - Fixed room summary API incorrectly returning that a room is private in the room summary response when the join rule is omitted by the remote server. Contributed by [@&#8203;nexy7574](https://github.com/nexy7574). ([#&#8203;18493](https://github.com/element-hq/synapse/issues/18493)) - Prevent users from adding themselves to their own user ignore list. ([#&#8203;18508](https://github.com/element-hq/synapse/issues/18508)) ##### Improved Documentation - Generate config documentation from JSON Schema file. ([#&#8203;17892](https://github.com/element-hq/synapse/issues/17892)) - Mention `CAP_NET_BIND_SERVICE` as an alternative to running Synapse as root in order to bind to a privileged port. ([#&#8203;18408](https://github.com/element-hq/synapse/issues/18408)) - Surface hidden Admin API documentation regarding fetching of scheduled tasks. ([#&#8203;18516](https://github.com/element-hq/synapse/issues/18516)) - Mark the new module APIs in this release as experimental. ([#&#8203;18536](https://github.com/element-hq/synapse/issues/18536)) ##### Internal Changes - Mark dehydrated devices in the [List All User Devices Admin API](https://element-hq.github.io/synapse/latest/admin_api/user_admin_api.html#list-all-devices). ([#&#8203;18252](https://github.com/element-hq/synapse/issues/18252)) - Reduce disk wastage by cleaning up `received_transactions` older than 1 day, rather than 30 days. ([#&#8203;18310](https://github.com/element-hq/synapse/issues/18310)) - Distinguish all vs local events being persisted in the "Event Send Time Quantiles" graph (Grafana). ([#&#8203;18510](https://github.com/element-hq/synapse/issues/18510)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2025-06-17 15:04:10 +00:00
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.132.0
All checks were successful
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (pull_request) Successful in 1m23s
Terraform CI/CD / Terraform Plan (pull_request) Successful in 47s
Terraform CI/CD / Terraform Apply (pull_request) Has been skipped
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (push) Successful in 1m15s
Terraform CI/CD / Terraform Plan (push) Has been skipped
Terraform CI/CD / Terraform Apply (push) Successful in 51s
caca13aeb7
renovate scheduled this pull request to auto merge when all checks succeed 2025-06-17 15:04:15 +00:00
renovate merged commit caca13aeb7 into main 2025-06-17 15:05:50 +00:00
renovate deleted branch renovate/ghcr.io-element-hq-synapse-1.x 2025-06-17 15:05:51 +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: ben/cluster-state#660
No description provided.