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

v1.68.0rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@erikjohnston erikjohnston released this 23 Sep 09:27
· 2055 commits to develop since this release
v1.68.0rc2

Synapse 1.68.0rc2 (2022-09-23)

Please note that Synapse will now refuse to start if configured to use a version of SQLite earlier than 3.27.

In addition, please note that installing Synapse from a source checkout now requires a recent Rust compiler.
Those using packages will not be affected. On most platforms, installing with pip install matrix-synapse will not be affected.
See the upgrade notes.

Bugfixes

  • Fix building from packaged sdist. Broke in v1.68.0rc1. (#13866)

Internal Changes

  • Fix the release script not publishing binary wheels. (#13850)
  • Lower minimum supported rustc version to 1.58.1. (#13857)
  • Lock Rust dependencies versions. (#13858)