Skip to content

Conversation

@dependabot
Copy link

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

Bumps matrix-synapse from 1.10.1 to 1.46.0.

Release notes

Sourced from matrix-synapse's releases.

v1.46.0

Synapse 1.46.0 (2021-11-02)

The cause of the performance regression affecting Synapse 1.44 has been identified and fixed. (#11177)

Bugfixes

  • Fix a bug introduced in v1.46.0rc1 where URL previews of some XML documents would fail. (#11196)

Synapse 1.46.0rc1 (2021-10-27)

Features

  • Add support for Ubuntu 21.10 "Impish Indri". (#11024)
  • Port the Password Auth Providers module interface to the new generic interface. (#10548, #11180)
  • Experimental support for the thread relation defined in MSC3440. (#11088, #11181, #11192)
  • Users admin API can now also modify user type in addition to allowing it to be set on user creation. (#11174)

Bugfixes

  • Newly-created public rooms are now only assigned an alias if the room's creation has not been blocked by permission settings. Contributed by @​AndrewFerr. (#10930)
  • Fix a long-standing bug which meant that events received over federation were sometimes incorrectly accepted into the room state. (#11001, #11009, #11012)
  • Fix 500 error on /messages when the server accumulates more than 5 backwards extremities at a given depth for a room. (#11027)
  • Fix a bug where setting a user's external_id via the admin API returns 500 and deletes user's existing external mappings if that external ID is already mapped. (#11051)
  • Fix a long-standing bug where users excluded from the user directory were added into the directory if they belonged to a room which became public or private. (#11075)
  • Fix a long-standing bug when attempting to preview URLs which are in the windows-1252 character encoding. (#11077, #11089)
  • Fix broken export-data admin command and add test script checking the command to CI. (#11078)
  • Show an error when timestamp in seconds is provided to the /purge_media_cache Admin API. (#11101)
  • Fix local users who left all their rooms being removed from the user directory, even if the search_all_users config option was enabled. (#11103)
  • Fix a bug which caused the module API's get_user_ip_and_agents function to always fail on workers. get_user_ip_and_agents was introduced in 1.44.0 and did not function correctly on worker processes at the time. (#11112)
  • Identity server connection is no longer ignoring ip_range_whitelist. (#11120)
  • Fix a bug introduced in Synapse 1.45.0 breaking the configuration file parsing script. (#11145)
  • Fix a performance regression introduced in 1.44.0 which could cause client requests to time out when making large numbers of outbound requests. (#11177, #11190)
  • Resolve and share state_groups for all MSC2716 historical events in batch. (#10975)

Improved Documentation

  • Fix broken links relating to module API deprecation in the upgrade notes. (#11069)
  • Add more information about what happens when a user is deactivated. (#11083)
  • Clarify the the sample log config can be copied from the documentation without issue. (#11092)
  • Update the admin API documentation with an updated list of the characters allowed in registration tokens. (#11093)

... (truncated)

Changelog

Sourced from matrix-synapse's changelog.

Synapse 1.46.0 (2021-11-02)

The cause of the performance regression affecting Synapse 1.44 has been identified and fixed. (#11177)

Bugfixes

  • Fix a bug introduced in v1.46.0rc1 where URL previews of some XML documents would fail. (#11196)

Synapse 1.46.0rc1 (2021-10-27)

Features

  • Add support for Ubuntu 21.10 "Impish Indri". (#11024)
  • Port the Password Auth Providers module interface to the new generic interface. (#10548, #11180)
  • Experimental support for the thread relation defined in MSC3440. (#11088, #11181, #11192)
  • Users admin API can now also modify user type in addition to allowing it to be set on user creation. (#11174)

Bugfixes

  • Newly-created public rooms are now only assigned an alias if the room's creation has not been blocked by permission settings. Contributed by @​AndrewFerr. (#10930)
  • Fix a long-standing bug which meant that events received over federation were sometimes incorrectly accepted into the room state. (#11001, #11009, #11012)
  • Fix 500 error on /messages when the server accumulates more than 5 backwards extremities at a given depth for a room. (#11027)
  • Fix a bug where setting a user's external_id via the admin API returns 500 and deletes user's existing external mappings if that external ID is already mapped. (#11051)
  • Fix a long-standing bug where users excluded from the user directory were added into the directory if they belonged to a room which became public or private. (#11075)
  • Fix a long-standing bug when attempting to preview URLs which are in the windows-1252 character encoding. (#11077, #11089)
  • Fix broken export-data admin command and add test script checking the command to CI. (#11078)
  • Show an error when timestamp in seconds is provided to the /purge_media_cache Admin API. (#11101)
  • Fix local users who left all their rooms being removed from the user directory, even if the search_all_users config option was enabled. (#11103)
  • Fix a bug which caused the module API's get_user_ip_and_agents function to always fail on workers. get_user_ip_and_agents was introduced in 1.44.0 and did not function correctly on worker processes at the time. (#11112)
  • Identity server connection is no longer ignoring ip_range_whitelist. (#11120)
  • Fix a bug introduced in Synapse 1.45.0 breaking the configuration file parsing script. (#11145)
  • Fix a performance regression introduced in 1.44.0 which could cause client requests to time out when making large numbers of outbound requests. (#11177, #11190)
  • Resolve and share state_groups for all MSC2716 historical events in batch. (#10975)

Improved Documentation

  • Fix broken links relating to module API deprecation in the upgrade notes. (#11069)
  • Add more information about what happens when a user is deactivated. (#11083)
  • Clarify the the sample log config can be copied from the documentation without issue. (#11092)
  • Update the admin API documentation with an updated list of the characters allowed in registration tokens. (#11093)
  • Document Synapse's behaviour when dealing with multiple modules registering the same callbacks and/or handlers for the same HTTP endpoints. (#11096)

... (truncated)

Commits

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.46.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.46.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 2, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 17, 2021

Superseded by #62.

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