Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 17, 2021

Bumps matrix-synapse from 1.10.1 to 1.47.0.

Release notes

Sourced from matrix-synapse's releases.

v1.47.0

Synapse 1.47.0 (2021-11-17)

No significant changes since 1.47.0rc3.

Synapse 1.47.0rc3 (2021-11-16)

Bugfixes

  • Fix a bug introduced in 1.47.0rc1 which caused worker processes to not halt startup in the presence of outstanding database migrations. (#11346)
  • Fix a bug introduced in 1.47.0rc1 which prevented the 'remove deleted devices from device_inbox column' background process from running when updating from a recent Synapse version. (#11303, #11353)

Synapse 1.47.0rc2 (2021-11-10)

This fixes an issue with publishing the Debian packages for 1.47.0rc1. It is otherwise identical to 1.47.0rc1.

Synapse 1.47.0rc1 (2021-11-09)

Deprecations and Removals

  • The user_may_create_room_with_invites module callback is now deprecated. Please refer to the upgrade notes for more information. (#11206)
  • Remove deprecated admin API to delete rooms (POST /_synapse/admin/v1/rooms/<room_id>/delete). (#11213)

Features

  • Advertise support for Client-Server API r0.6.1. (#11097)
  • Add search by room ID and room alias to the List Room admin API. (#11099)
  • Add an on_new_event third-party rules callback to allow Synapse modules to act after an event has been sent into a room. (#11126)
  • Add a module API method to update a user's membership in a room. (#11147)
  • Add metrics for thread pool usage. (#11178)
  • Support the stable room type field for MSC3288. (#11187)
  • Add a module API method to retrieve the current state of a room. (#11204)
  • Calculate a default value for public_baseurl based on server_name. (#11210)
  • Add support for serving /.well-known/matrix/server files, to redirect federation traffic to port 443. (#11211)
  • Add admin APIs to pause, start and check the status of background updates. (#11263)

Bugfixes

  • Fix a long-standing bug which allowed hidden devices to receive to-device messages, resulting in unnecessary database bloat. (#10097)
  • Fix a long-standing bug where messages in the device_inbox table for deleted devices would persist indefinitely. Contributed by @​dklimpel and @​JohannesKleine. (#10969, #11212)
  • Do not accept events if a third-party rule check_event_allowed callback raises an exception. (#11033)

... (truncated)

Changelog

Sourced from matrix-synapse's changelog.

Synapse 1.47.0 (2021-11-17)

No significant changes since 1.47.0rc3.

Synapse 1.47.0rc3 (2021-11-16)

Bugfixes

  • Fix a bug introduced in 1.47.0rc1 which caused worker processes to not halt startup in the presence of outstanding database migrations. (#11346)
  • Fix a bug introduced in 1.47.0rc1 which prevented the 'remove deleted devices from device_inbox column' background process from running when updating from a recent Synapse version. (#11303, #11353)

Synapse 1.47.0rc2 (2021-11-10)

This fixes an issue with publishing the Debian packages for 1.47.0rc1. It is otherwise identical to 1.47.0rc1.

Synapse 1.47.0rc1 (2021-11-09)

Deprecations and Removals

  • The user_may_create_room_with_invites module callback is now deprecated. Please refer to the upgrade notes for more information. (#11206)
  • Remove deprecated admin API to delete rooms (POST /_synapse/admin/v1/rooms/<room_id>/delete). (#11213)

Features

  • Advertise support for Client-Server API r0.6.1. (#11097)
  • Add search by room ID and room alias to the List Room admin API. (#11099)
  • Add an on_new_event third-party rules callback to allow Synapse modules to act after an event has been sent into a room. (#11126)
  • Add a module API method to update a user's membership in a room. (#11147)
  • Add metrics for thread pool usage. (#11178)
  • Support the stable room type field for MSC3288. (#11187)
  • Add a module API method to retrieve the current state of a room. (#11204)
  • Calculate a default value for public_baseurl based on server_name. (#11210)
  • Add support for serving /.well-known/matrix/server files, to redirect federation traffic to port 443. (#11211)
  • Add admin APIs to pause, start and check the status of background updates. (#11263)

Bugfixes

... (truncated)

Commits
  • 9f9d82a 1.47.0
  • 7baa671 fix up changelog language
  • 729acd8 mark the migration file migration as a bug
  • edcdc5f 1.47.0rc3
  • 6e084b6 Rename remove_deleted_devices_from_device_inbox to ensure it is always run ...
  • 9c59e11 Run _upgrade_existing_database on workers if at current schema_version (#11346)
  • b596a1e Move sql file for remove_deleted_devices_from_device_inbox into v65 (#11303)
  • 595f285 Changelog tweak from feedback
  • ef7f928 Move Debian changelog entries to rc2 since rc1 was not published
  • 82e62b4 1.47.0rc2
  • 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)

Bumps [matrix-synapse](https://github.com/matrix-org/synapse) from 1.10.1 to 1.47.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.10.1...v1.47.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 added the dependencies Pull requests that update a dependency file label Nov 17, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 23, 2021

Superseded by #64.

@dependabot dependabot bot closed this Nov 23, 2021
@dependabot dependabot bot deleted the dependabot/pip/requirements/matrix-synapse-1.47.0 branch November 23, 2021 17:39
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.

1 participant