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.65.0 to 1.67.0 in /matrix #271

Merged
merged 1 commit into from
Sep 15, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2022

Bumps matrix-synapse from 1.65.0 to 1.67.0.

Release notes

Sourced from matrix-synapse's releases.

v1.67.0

Synapse 1.67.0 (2022-09-13)

This release removes using the deprecated direct TCP replication configuration for workers. Server admins should use Redis instead. See the upgrade notes.

The minimum version of poetry supported for managing source checkouts is now 1.2.0.

Notice: from the next major release (1.68.0) installing Synapse from a source checkout will require a recent Rust compiler. Those using packages or pip install matrix-synapse will not be affected. See the upgrade notes.

Notice: from the next major release (1.68.0), running Synapse with a SQLite database will require SQLite version 3.27.0 or higher. (The current minimum version is SQLite 3.22.0.) See #12983 and the upgrade notes for more details.

No significant changes since 1.67.0rc1.

Synapse 1.67.0rc1 (2022-09-06)

Features

  • Support setting the registration shared secret in a file, via a new registration_shared_secret_path configuration option. (#13614)
  • Change the default startup behaviour so that any missing "additional" configuration files (signing key, etc) are generated automatically. (#13615)
  • Improve performance of sending messages in rooms with thousands of local users. (#13634)

Bugfixes

  • Fix a bug introduced in Synapse 1.13 where the List Rooms admin API would return integers instead of booleans for the federatable and public fields when using a Sqlite database. (#13509)
  • Fix bug that user cannot /forget rooms after the last member has left the room. (#13546)
  • Faster Room Joins: fix /make_knock blocking indefinitely when the room in question is a partial-stated room. (#13583)
  • Fix loading the current stream position behind the actual position. (#13585)
  • Fix a longstanding bug in register_new_matrix_user which meant it was always necessary to explicitly give a server URL. (#13616)
  • Fix the running of MSC1763 retention purge_jobs in deployments with background jobs running on a worker by forcing them back onto the main worker. Contributed by Brad @ Beeper. (#13632)
  • Fix a long-standing bug that downloaded media for URL previews was not deleted while database background updates were running. (#13657)
  • Fix MSC3030 /timestamp_to_event endpoint to return the correct next event when the events have the same timestamp. (#13658)
  • Fix bug where we wedge media plugins if clients disconnect early. Introduced in v1.22.0. (#13660)
  • Fix a long-standing bug which meant that keys for unwhitelisted servers were not returned by /_matrix/key/v2/query. (#13683)
  • Fix a bug introduced in Synapse v1.20.0 that would cause the unstable unread counts from MSC2654 to be calculated even if the feature is disabled. (#13694)

Updates to the Docker image

  • Update docker image to use a stable version of poetry. (#13688)

Improved Documentation

... (truncated)

Changelog

Sourced from matrix-synapse's changelog.

Synapse 1.67.0 (2022-09-13)

This release removes using the deprecated direct TCP replication configuration for workers. Server admins should use Redis instead. See the upgrade notes.

The minimum version of poetry supported for managing source checkouts is now 1.2.0.

Notice: from the next major release (1.68.0) installing Synapse from a source checkout will require a recent Rust compiler. Those using packages or pip install matrix-synapse will not be affected. See the upgrade notes.

Notice: from the next major release (1.68.0), running Synapse with a SQLite database will require SQLite version 3.27.0 or higher. (The current minimum version is SQLite 3.22.0.) See #12983 and the upgrade notes for more details.

No significant changes since 1.67.0rc1.

Synapse 1.67.0rc1 (2022-09-06)

Features

  • Support setting the registration shared secret in a file, via a new registration_shared_secret_path configuration option. (#13614)
  • Change the default startup behaviour so that any missing "additional" configuration files (signing key, etc) are generated automatically. (#13615)
  • Improve performance of sending messages in rooms with thousands of local users. (#13634)

Bugfixes

  • Fix a bug introduced in Synapse 1.13 where the List Rooms admin API would return integers instead of booleans for the federatable and public fields when using a Sqlite database. (#13509)
  • Fix bug that user cannot /forget rooms after the last member has left the room. (#13546)
  • Faster Room Joins: fix /make_knock blocking indefinitely when the room in question is a partial-stated room. (#13583)
  • Fix loading the current stream position behind the actual position. (#13585)
  • Fix a longstanding bug in register_new_matrix_user which meant it was always necessary to explicitly give a server URL. (#13616)
  • Fix the running of MSC1763 retention purge_jobs in deployments with background jobs running on a worker by forcing them back onto the main worker. Contributed by Brad @ Beeper. (#13632)
  • Fix a long-standing bug that downloaded media for URL previews was not deleted while database background updates were running. (#13657)
  • Fix MSC3030 /timestamp_to_event endpoint to return the correct next event when the events have the same timestamp. (#13658)
  • Fix bug where we wedge media plugins if clients disconnect early. Introduced in v1.22.0. (#13660)
  • Fix a long-standing bug which meant that keys for unwhitelisted servers were not returned by /_matrix/key/v2/query. (#13683)
  • Fix a bug introduced in Synapse v1.20.0 that would cause the unstable unread counts from MSC2654 to be calculated even if the feature is disabled. (#13694)

... (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.65.0 to 1.67.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.65.0...v1.67.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 Sep 14, 2022
@frenck frenck merged commit 2555561 into main Sep 15, 2022
@frenck frenck deleted the dependabot/pip/matrix/matrix-synapse-1.67.0 branch September 15, 2022 10:12
@github-actions github-actions bot locked and limited conversation to collaborators Sep 17, 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