Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Bump matrix-synapse from 1.62.0 to 1.63.0 in /matrix #257

Merged
merged 1 commit into from
Jul 20, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2022

Bumps matrix-synapse from 1.62.0 to 1.63.0.

Release notes

Sourced from matrix-synapse's releases.

v1.63.0

Synapse 1.63.0 (2022-07-19)

Improved Documentation

  • Clarify that homeserver server names are included in the reported data when the report_stats config option is enabled. (#13321)

Synapse 1.63.0rc1 (2022-07-12)

Features

  • Add a rate limit for local users sending invites. (#13125)
  • Implement MSC3827: Filtering of /publicRooms by room type. (#13031)
  • Improve validation logic in the account data REST endpoints. (#13148)

Bugfixes

  • Fix a long-standing bug where application services were not able to join remote federated rooms without a profile. (#13131)
  • Fix a long-standing bug where _get_state_map_for_room might raise errors when third party event rules callbacks are present. (#13174)
  • Fix a long-standing bug where the synapse_port_db script could fail to copy rows with negative row ids. (#13226)
  • Fix a bug introduced in 1.54.0 where appservices would not receive room-less EDUs, like presence, when both MSC2409 and MSC3202 are enabled. (#13236)
  • Fix a bug introduced in 1.62.0 where rows were not deleted from event_push_actions table on large servers. (#13194)
  • Fix a bug introduced in 1.62.0 where notification counts would get stuck after a highlighted message. (#13223)
  • Fix exception when using experimental MSC3030 /timestamp_to_event endpoint to look for remote federated imported events before room creation. (#13197)
  • Fix MSC3202-enabled appservices not receiving to-device messages, preventing messages from being decrypted. (#13235)

Updates to the Docker image

  • Bump the version of lxml in matrix.org Docker images Debian packages from 4.8.0 to 4.9.1. (#13207)

Improved Documentation

  • Add an explanation of the --report-stats argument to the docs. (#13029)
  • Add a helpful example bash script to the contrib directory for creating multiple worker configuration files of the same type. Contributed by @​villepeh. (#13032)
  • Add missing links to config options. (#13166)
  • Add documentation for homeserver usage statistics collection. (#13086)
  • Add documentation for the existing databases option in the homeserver configuration manual. (#13212)
  • Clean up references to sample configuration and redirect users to the configuration manual instead. (#13077, #13139)
  • Document how the Synapse team does reviews. (#13132)

... (truncated)

Changelog

Sourced from matrix-synapse's changelog.

Synapse 1.63.0 (2022-07-19)

Improved Documentation

  • Clarify that homeserver server names are included in the reported data when the report_stats config option is enabled. (#13321)

Synapse 1.63.0rc1 (2022-07-12)

Features

  • Add a rate limit for local users sending invites. (#13125)
  • Implement MSC3827: Filtering of /publicRooms by room type. (#13031)
  • Improve validation logic in the account data REST endpoints. (#13148)

Bugfixes

  • Fix a long-standing bug where application services were not able to join remote federated rooms without a profile. (#13131)
  • Fix a long-standing bug where _get_state_map_for_room might raise errors when third party event rules callbacks are present. (#13174)
  • Fix a long-standing bug where the synapse_port_db script could fail to copy rows with negative row ids. (#13226)
  • Fix a bug introduced in 1.54.0 where appservices would not receive room-less EDUs, like presence, when both MSC2409 and MSC3202 are enabled. (#13236)
  • Fix a bug introduced in 1.62.0 where rows were not deleted from event_push_actions table on large servers. (#13194)
  • Fix a bug introduced in 1.62.0 where notification counts would get stuck after a highlighted message. (#13223)
  • Fix exception when using experimental MSC3030 /timestamp_to_event endpoint to look for remote federated imported events before room creation. (#13197)
  • Fix MSC3202-enabled appservices not receiving to-device messages, preventing messages from being decrypted. (#13235)

Updates to the Docker image

  • Bump the version of lxml in matrix.org Docker images Debian packages from 4.8.0 to 4.9.1. (#13207)

Improved Documentation

  • Add an explanation of the --report-stats argument to the docs. (#13029)
  • Add a helpful example bash script to the contrib directory for creating multiple worker configuration files of the same type. Contributed by @​villepeh. (#13032)
  • Add missing links to config options. (#13166)
  • Add documentation for homeserver usage statistics collection. (#13086)
  • Add documentation for the existing databases option in the homeserver configuration manual. (#13212)
  • Clean up references to sample configuration and redirect users to the configuration manual instead. (#13077, #13139)
  • Document how the Synapse team does reviews. (#13132)
  • Fix wrong section header for allow_public_rooms_over_federation in the homeserver config documentation. (#13116)

... (truncated)

Commits
  • 6fccd72 Improve precision on validation improvements
  • 097afd0 1.63.0
  • 6faaf76 Remove 'anonymised' from the phone home stats documentation (#13321)
  • f14c632 Update changelog once more
  • ac7aec0 Reorder and tidy up changelog
  • 6173d58 1.63.0rc1
  • e5716b6 Don't pull out the full state when calculating push actions (#13078)
  • bc8eefc Add a sample bash script to docs for creating multiple worker files (#13032)
  • 92202ce Reduce event lookups during room creation by passing known event IDs (#13210)
  • 11f8114 Uniformize spam-checker API, part 5: expand other spam-checker callbacks to r...
  • 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.62.0 to 1.63.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.62.0...v1.63.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Upgrade or downgrade of project dependencies. python Pull requests that update Python code labels Jul 20, 2022
@frenck frenck merged commit 0354d2b into main Jul 20, 2022
@frenck frenck deleted the dependabot/pip/matrix/matrix-synapse-1.63.0 branch July 20, 2022 07:09
@github-actions github-actions bot locked and limited conversation to collaborators Jul 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Upgrade or downgrade of project dependencies. python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant