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.73.0 to 1.75.0 in /matrix #314

Merged
merged 1 commit into from
Jan 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2023

Bumps matrix-synapse from 1.73.0 to 1.75.0.

Release notes

Sourced from matrix-synapse's releases.

v1.75.0

Synapse 1.75.0 (2023-01-17)

No significant changes since 1.75.0rc2.

Synapse 1.75.0rc2 (2023-01-12)

Bugfixes

  • Fix a bug introduced in Synapse 1.75.0rc1 where device lists could be miscalculated with some sync filters. (#14810)
  • Fix race where calling /members or /state with an at parameter could fail for newly created rooms, when using multiple workers. (#14817)

Synapse 1.75.0rc1 (2023-01-10)

Features

  • Add a cached function to synapse.module_api that returns a decorator to cache return values of functions. (#14663)
  • Add experimental support for MSC3391 (removing account data). (#14714)
  • Support RFC7636 Proof Key for Code Exchange for OAuth single sign-on. (#14750)
  • Support non-OpenID compliant userinfo claims for subject and picture. (#14753)
  • Improve performance of /sync when filtering all rooms, message types, or senders. (#14786)
  • Improve performance of the /hierarchy endpoint. (#14263)

Bugfixes

  • Fix the MAU Limits section of the Grafana dashboard relying on a specific job name for the workers of a Synapse deployment. (#14644)
  • Fix a bug introduced in Synapse 1.70.0 which could cause spurious UNIQUE constraint failed errors in the rotate_notifs background job. (#14669)
  • Ensure stream IDs are always updated after caches get invalidated with workers. Contributed by Nick @ Beeper (@​fizzadar). (#14723)
  • Remove the unspecced device field from /pushrules responses. (#14727)
  • Fix a bug introduced in Synapse 1.73.0 where the picture_claim configured under oidc_providers was unused (the default value of "picture" was used instead). (#14751)
  • Unescape HTML entities in URL preview titles making use of oEmbed responses. (#14781)
  • Disable sending confirmation email when 3pid is disabled. (#14725)

Improved Documentation

  • Declare support for Python 3.11. (#14673)
  • Fix target_memory_usage being used in the description for the actual cache_autotune sub-option target_cache_memory_usage. (#14674)
  • Move email to Server section in config file documentation. (#14730)
  • Fix broken links in the Synapse documentation. (#14744)

... (truncated)

Changelog

Sourced from matrix-synapse's changelog.

Synapse 1.75.0 (2023-01-17)

No significant changes since 1.75.0rc2.

Synapse 1.75.0rc2 (2023-01-12)

Bugfixes

  • Fix a bug introduced in Synapse 1.75.0rc1 where device lists could be miscalculated with some sync filters. (#14810)
  • Fix race where calling /members or /state with an at parameter could fail for newly created rooms, when using multiple workers. (#14817)

Synapse 1.75.0rc1 (2023-01-10)

Features

  • Add a cached function to synapse.module_api that returns a decorator to cache return values of functions. (#14663)
  • Add experimental support for MSC3391 (removing account data). (#14714)
  • Support RFC7636 Proof Key for Code Exchange for OAuth single sign-on. (#14750)
  • Support non-OpenID compliant userinfo claims for subject and picture. (#14753)
  • Improve performance of /sync when filtering all rooms, message types, or senders. (#14786)
  • Improve performance of the /hierarchy endpoint. (#14263)

Bugfixes

  • Fix the MAU Limits section of the Grafana dashboard relying on a specific job name for the workers of a Synapse deployment. (#14644)
  • Fix a bug introduced in Synapse 1.70.0 which could cause spurious UNIQUE constraint failed errors in the rotate_notifs background job. (#14669)
  • Ensure stream IDs are always updated after caches get invalidated with workers. Contributed by Nick @ Beeper (@​fizzadar). (#14723)
  • Remove the unspecced device field from /pushrules responses. (#14727)
  • Fix a bug introduced in Synapse 1.73.0 where the picture_claim configured under oidc_providers was unused (the default value of "picture" was used instead). (#14751)
  • Unescape HTML entities in URL preview titles making use of oEmbed responses. (#14781)
  • Disable sending confirmation email when 3pid is disabled. (#14725)

Improved Documentation

  • Declare support for Python 3.11. (#14673)
  • Fix target_memory_usage being used in the description for the actual cache_autotune sub-option target_cache_memory_usage. (#14674)
  • Move email to Server section in config file documentation. (#14730)
  • Fix broken links in the Synapse documentation. (#14744)
  • Add missing worker settings to shared configuration documentation. (#14748)

... (truncated)

Commits
  • b695567 1.75.0
  • ea45257 1.75.0rc2
  • 84ce93c Fix race calling /members?at= (#14817)
  • 3952297 Calculate rooms changed for device lists to work. (#14810)
  • f417fb8 Update changelog 2
  • e5c0127 Update changelog
  • 9a4c69f 1.75.0rc1
  • ba4ea7d Batch up replication requests to request the resyncing of remote users's devi...
  • 3479599 Add missing worker settings to shared configuration (#14748)
  • 54a7228 Skip testing pypy-3.7-linux wheels as we don't have openssl 3.x on manylinux2...
  • 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.73.0 to 1.75.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.73.0...v1.75.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 Jan 18, 2023
@frenck frenck merged commit 8117eb5 into main Jan 18, 2023
@dependabot dependabot bot deleted the dependabot/pip/matrix/matrix-synapse-1.75.0 branch January 18, 2023 07:47
@github-actions github-actions bot locked and limited conversation to collaborators Jan 19, 2023
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