Update matrixdotorg/synapse Docker tag to v1.38.0 (main) #16

Merged
renovate-bot merged 1 commits from renovate/main-docker-matrixdotorg-synapse-1.x into main 2021-07-14 07:02:32 +00:00
Member

This PR contains the following updates:

Package Update Change
matrixdotorg/synapse minor v1.37.1 -> v1.38.0

Release Notes

matrix-org/synapse

v1.38.0

Compare Source

Synapse 1.38.0 (2021-07-13)

This release includes a database schema update which could result in elevated disk usage. See the upgrade notes for more information.

No significant changes since 1.38.0rc3.

Synapse 1.38.0rc3 (2021-07-13)

Internal Changes

Synapse 1.38.0rc2 (2021-07-09)

Bugfixes

  • Fix bug where inbound federation in a room could be delayed due to not correctly dropping a lock. Introduced in v1.37.1. (#​10336)

Improved Documentation

Synapse 1.38.0rc1 (2021-07-06)

Features

  • Implement refresh tokens as specified by MSC2918. (#​9450)
  • Add support for evicting cache entries based on last access time. (#​10205)
  • Omit empty fields from the /sync response. Contributed by @​deepbluev7. (#​10214)
  • Improve validation on federation send_{join,leave,knock} endpoints. (#​10225, #​10243)
  • Add SSO external_ids to the Query User Account admin API. (#​10261)
  • Mark events received over federation which fail a spam check as "soft-failed". (#​10263)
  • Add metrics for new inbound federation staging area. (#​10284)
  • Add script to print information about recently registered users. (#​10290)

Bugfixes

  • Fix a long-standing bug which meant that invite rejections and knocks were not sent out over federation in a timely manner. (#​10223)
  • Fix a bug introduced in v1.26.0 where only users who have set profile information could be deactivated with erasure enabled. (#​10252)
  • Fix a long-standing bug where Synapse would return errors after 231 events were handled by the server. (#​10264, #​10267, #​10282, #​10286, #​10291, #​10314, #​10326)
  • Fix the prometheus synapse_federation_server_pdu_process_time metric. Broke in v1.37.1. (#​10279)
  • Ensure that inbound events from federation that were being processed when Synapse was restarted get promptly processed on start up. (#​10303)

Improved Documentation

  • Move the upgrade notes to docs/upgrade.md and convert them to markdown. (#​10166)
  • Choose Welcome & Overview as the default page for synapse documentation website. (#​10242)
  • Adjust the URL in the README.rst file to point to irc.libera.chat. (#​10258)
  • Fix homeserver config option name in presence router documentation. (#​10288)
  • Fix link pointing at the wrong section in the modules documentation page. (#​10302)

Internal Changes

  • Drop Origin and Accept from the value of the Access-Control-Allow-Headers response header. (#​10114)
  • Add type hints to the federation servlets. (#​10213)
  • Improve the reliability of auto-joining remote rooms. (#​10237)
  • Update the release script to use the semver terminology and determine the release branch based on the next version. (#​10239)
  • Fix type hints for computing auth events. (#​10253)
  • Improve the performance of the spaces summary endpoint by only recursing into spaces (and not rooms in general). (#​10256)
  • Move event authentication methods from Auth to EventAuthHandler. (#​10268)
  • Re-enable a SyTest after it has been fixed. (#​10292)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ 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.37.1` -> `v1.38.0` | --- ### Release Notes <details> <summary>matrix-org/synapse</summary> ### [`v1.38.0`](https://github.com/matrix-org/synapse/releases/v1.38.0) [Compare Source](https://github.com/matrix-org/synapse/compare/v1.37.1...v1.38.0) # Synapse 1.38.0 (2021-07-13) This release includes a database schema update which could result in elevated disk usage. See the [upgrade notes](https://matrix-org.github.io/synapse/develop/upgrade#upgrading-to-v1380) for more information. No significant changes since 1.38.0rc3. # Synapse 1.38.0rc3 (2021-07-13) ## Internal Changes - Build the Debian packages in CI. ([#&#8203;10247](https://github.com/matrix-org/synapse/issues/10247), [#&#8203;10379](https://github.com/matrix-org/synapse/issues/10379)) # Synapse 1.38.0rc2 (2021-07-09) ## Bugfixes - Fix bug where inbound federation in a room could be delayed due to not correctly dropping a lock. Introduced in v1.37.1. ([#&#8203;10336](https://github.com/matrix-org/synapse/issues/10336)) ## Improved Documentation - Update links to documentation in the sample config. Contributed by [@&#8203;dklimpel](https://github.com/dklimpel). ([#&#8203;10287](https://github.com/matrix-org/synapse/issues/10287)) - Fix broken links in [INSTALL.md](INSTALL.md). Contributed by [@&#8203;dklimpel](https://github.com/dklimpel). ([#&#8203;10331](https://github.com/matrix-org/synapse/issues/10331)) # Synapse 1.38.0rc1 (2021-07-06) ## Features - Implement refresh tokens as specified by [MSC2918](https://github.com/matrix-org/matrix-doc/pull/2918). ([#&#8203;9450](https://github.com/matrix-org/synapse/issues/9450)) - Add support for evicting cache entries based on last access time. ([#&#8203;10205](https://github.com/matrix-org/synapse/issues/10205)) - Omit empty fields from the `/sync` response. Contributed by [@&#8203;deepbluev7](https://github.com/deepbluev7). ([#&#8203;10214](https://github.com/matrix-org/synapse/issues/10214)) - Improve validation on federation `send_{join,leave,knock}` endpoints. ([#&#8203;10225](https://github.com/matrix-org/synapse/issues/10225), [#&#8203;10243](https://github.com/matrix-org/synapse/issues/10243)) - Add SSO `external_ids` to the Query User Account admin API. ([#&#8203;10261](https://github.com/matrix-org/synapse/issues/10261)) - Mark events received over federation which fail a spam check as "soft-failed". ([#&#8203;10263](https://github.com/matrix-org/synapse/issues/10263)) - Add metrics for new inbound federation staging area. ([#&#8203;10284](https://github.com/matrix-org/synapse/issues/10284)) - Add script to print information about recently registered users. ([#&#8203;10290](https://github.com/matrix-org/synapse/issues/10290)) ## Bugfixes - Fix a long-standing bug which meant that invite rejections and knocks were not sent out over federation in a timely manner. ([#&#8203;10223](https://github.com/matrix-org/synapse/issues/10223)) - Fix a bug introduced in v1.26.0 where only users who have set profile information could be deactivated with erasure enabled. ([#&#8203;10252](https://github.com/matrix-org/synapse/issues/10252)) - Fix a long-standing bug where Synapse would return errors after 2<sup>31</sup> events were handled by the server. ([#&#8203;10264](https://github.com/matrix-org/synapse/issues/10264), [#&#8203;10267](https://github.com/matrix-org/synapse/issues/10267), [#&#8203;10282](https://github.com/matrix-org/synapse/issues/10282), [#&#8203;10286](https://github.com/matrix-org/synapse/issues/10286), [#&#8203;10291](https://github.com/matrix-org/synapse/issues/10291), [#&#8203;10314](https://github.com/matrix-org/synapse/issues/10314), [#&#8203;10326](https://github.com/matrix-org/synapse/issues/10326)) - Fix the prometheus `synapse_federation_server_pdu_process_time` metric. Broke in v1.37.1. ([#&#8203;10279](https://github.com/matrix-org/synapse/issues/10279)) - Ensure that inbound events from federation that were being processed when Synapse was restarted get promptly processed on start up. ([#&#8203;10303](https://github.com/matrix-org/synapse/issues/10303)) ## Improved Documentation - Move the upgrade notes to [docs/upgrade.md](https://github.com/matrix-org/synapse/blob/develop/docs/upgrade.md) and convert them to markdown. ([#&#8203;10166](https://github.com/matrix-org/synapse/issues/10166)) - Choose Welcome & Overview as the default page for synapse documentation website. ([#&#8203;10242](https://github.com/matrix-org/synapse/issues/10242)) - Adjust the URL in the README.rst file to point to irc.libera.chat. ([#&#8203;10258](https://github.com/matrix-org/synapse/issues/10258)) - Fix homeserver config option name in presence router documentation. ([#&#8203;10288](https://github.com/matrix-org/synapse/issues/10288)) - Fix link pointing at the wrong section in the modules documentation page. ([#&#8203;10302](https://github.com/matrix-org/synapse/issues/10302)) ## Internal Changes - Drop `Origin` and `Accept` from the value of the `Access-Control-Allow-Headers` response header. ([#&#8203;10114](https://github.com/matrix-org/synapse/issues/10114)) - Add type hints to the federation servlets. ([#&#8203;10213](https://github.com/matrix-org/synapse/issues/10213)) - Improve the reliability of auto-joining remote rooms. ([#&#8203;10237](https://github.com/matrix-org/synapse/issues/10237)) - Update the release script to use the semver terminology and determine the release branch based on the next version. ([#&#8203;10239](https://github.com/matrix-org/synapse/issues/10239)) - Fix type hints for computing auth events. ([#&#8203;10253](https://github.com/matrix-org/synapse/issues/10253)) - Improve the performance of the spaces summary endpoint by only recursing into spaces (and not rooms in general). ([#&#8203;10256](https://github.com/matrix-org/synapse/issues/10256)) - Move event authentication methods from `Auth` to `EventAuthHandler`. ([#&#8203;10268](https://github.com/matrix-org/synapse/issues/10268)) - Re-enable a SyTest after it has been fixed. ([#&#8203;10292](https://github.com/matrix-org/synapse/issues/10292)) </details> --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Enabled. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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-bot added 1 commit 2021-07-14 07:02:31 +00:00
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is passing Details
012a93a689
Update matrixdotorg/synapse Docker tag to v1.38.0
renovate-bot merged commit 012a93a689 into main 2021-07-14 07:02:32 +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: coop-cloud/matrix-synapse#16
No description provided.