Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2021

Bumps matrix-synapse from 1.33.0 to 1.42.0.

Release notes

Sourced from matrix-synapse's releases.

v1.42.0

Synapse 1.42.0 (2021-09-07)

This version of Synapse removes deprecated room-management admin APIs, removes out-of-date email pushers, and improves error handling for fallback templates for user-interactive authentication. For more information on these points, server administrators are encouraged to read the upgrade notes.

No significant changes since 1.42.0rc2.

Synapse 1.42.0rc2 (2021-09-06)

Features

Internal Changes

  • Print a warning when using one of the deprecated template_dir settings. (#10768)

Synapse 1.42.0rc1 (2021-09-01)

Features

  • Add support for MSC3231: Token authenticated registration. Users can be required to submit a token during registration to authenticate themselves. Contributed by Callum Brown. (#10142)
  • Add support for MSC3283: Expose enable_set_displayname in capabilities. (#10452)
  • Port the PresenceRouter module interface to the new generic interface. (#10524)
  • Add pagination to the spaces summary based on updates to MSC2946. (#10613, #10725)

Bugfixes

  • Validate new m.room.power_levels events. Contributed by @​aaronraimist. (#10232)
  • Display an error on User-Interactive Authentication fallback pages when authentication fails. Contributed by Callum Brown. (#10561)
  • Remove pushers when deleting an e-mail address from an account. Pushers for old unlinked emails will also be deleted. (#10581, #10734)
  • Reject Client-Server /keys/query requests which provide device_ids incorrectly. (#10593)
  • Rooms with unsupported room versions are no longer returned via /sync. (#10644)
  • Enforce the maximum length for per-room display names and avatar URLs. (#10654)
  • Fix a bug which caused the synapse_user_logins_total Prometheus metric not to be correctly initialised on restart. (#10677)
  • Improve ServerNoticeServlet to avoid duplicate requests and add unit tests. (#10679)
  • Fix long-standing issue which caused an error when a thumbnail is requested and there are multiple thumbnails with the same quality rating. (#10684)
  • Fix a regression introduced in v1.41.0 which affected the performance of concurrent fetches of large sets of events, in extreme cases causing the process to hang. (#10703)
  • Fix a regression introduced in Synapse 1.41 which broke email transmission on Systems using older versions of the Twisted library. (#10713)

... (truncated)

Changelog

Sourced from matrix-synapse's changelog.

Synapse 1.42.0 (2021-09-07)

This version of Synapse removes deprecated room-management admin APIs, removes out-of-date email pushers, and improves error handling for fallback templates for user-interactive authentication. For more information on these points, server administrators are encouraged to read the upgrade notes.

No significant changes since 1.42.0rc2.

Synapse 1.42.0rc2 (2021-09-06)

Features

Internal Changes

  • Print a warning when using one of the deprecated template_dir settings. (#10768)

Synapse 1.42.0rc1 (2021-09-01)

Features

  • Add support for MSC3231: Token authenticated registration. Users can be required to submit a token during registration to authenticate themselves. Contributed by Callum Brown. (#10142)
  • Add support for MSC3283: Expose enable_set_displayname in capabilities. (#10452)
  • Port the PresenceRouter module interface to the new generic interface. (#10524)
  • Add pagination to the spaces summary based on updates to MSC2946. (#10613, #10725)

Bugfixes

  • Validate new m.room.power_levels events. Contributed by @​aaronraimist. (#10232)
  • Display an error on User-Interactive Authentication fallback pages when authentication fails. Contributed by Callum Brown. (#10561)
  • Remove pushers when deleting an e-mail address from an account. Pushers for old unlinked emails will also be deleted. (#10581, #10734)
  • Reject Client-Server /keys/query requests which provide device_ids incorrectly. (#10593)
  • Rooms with unsupported room versions are no longer returned via /sync. (#10644)
  • Enforce the maximum length for per-room display names and avatar URLs. (#10654)
  • Fix a bug which caused the synapse_user_logins_total Prometheus metric not to be correctly initialised on restart. (#10677)
  • Improve ServerNoticeServlet to avoid duplicate requests and add unit tests. (#10679)
  • Fix long-standing issue which caused an error when a thumbnail is requested and there are multiple thumbnails with the same quality rating. (#10684)
  • Fix a regression introduced in v1.41.0 which affected the performance of concurrent fetches of large sets of events, in extreme cases causing the process to hang. (#10703)
  • Fix a regression introduced in Synapse 1.41 which broke email transmission on Systems using older versions of the Twisted library. (#10713)

... (truncated)

Commits
  • e7b78dc Add "No significant changes" to changelog
  • 82a56fd Move upgrade notice up in changelog
  • 6631321 1.42.0
  • ff039df Improve changelog wording
  • ca3cb1e Expand on why users should read upgrade notes
  • 20d7739 Move the upgrade notes reminder up to rc2
  • e9958d9 1.42.0rc2
  • 8c9e723 Add a warning when using deprecated template_dir settings (#10768)
  • ae3c163 Support MSC3375: room version 9. (#10747)
  • c6e103c Make minor changes to changelog
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 8, 2021
@auto-assign auto-assign bot requested a review from istankovic September 8, 2021 10:45
@dependabot dependabot bot requested review from ezdac and ulope September 8, 2021 10:45
@fredo
Copy link
Contributor

fredo commented Sep 8, 2021

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/requirements/matrix-synapse-1.42.0 branch 4 times, most recently from c1a9aaf to b949966 Compare September 10, 2021 07:41
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/matrix-synapse-1.42.0 branch 2 times, most recently from 4136cfd to 2471169 Compare September 20, 2021 11:51
Bumps [matrix-synapse](https://github.com/matrix-org/synapse) from 1.33.0 to 1.42.0.
- [Release notes](https://github.com/matrix-org/synapse/releases)
- [Changelog](https://github.com/matrix-org/synapse/blob/develop/CHANGES.md)
- [Commits](matrix-org/synapse@v1.33.0...v1.42.0)

---
updated-dependencies:
- dependency-name: matrix-synapse
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/matrix-synapse-1.42.0 branch from 2471169 to be6c5cc Compare September 20, 2021 14:22
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2021

Superseded by #7372.

@dependabot dependabot bot closed this Sep 22, 2021
@dependabot dependabot bot deleted the dependabot/pip/requirements/matrix-synapse-1.42.0 branch September 22, 2021 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants