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

Commit ac1b0d0

Browse files
author
David Robertson
committed
Merge branch 'master' into develop
2 parents 42dd992 + 9bd442e commit ac1b0d0

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

docs/upgrade.md

+23-6
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,28 @@ process, for example:
9090
9191
# Upgrading to v1.68.0
9292
93-
As announced in the upgrade notes for v1.67.0, Synapse now requires a SQLite
94-
version of 3.27.0 or higher if SQLite is in use and source checkouts of Synapse
95-
now require a recent Rust compiler.
93+
Two changes announced in the upgrade notes for v1.67.0 have now landed in v1.68.0.
9694
97-
Installations using
95+
## SQLite version requirement
96+
97+
Synapse now requires a SQLite version of 3.27.0 or higher if SQLite is configured as
98+
Synapse's database.
99+
100+
Installations using
101+
102+
- Docker images [from `matrixdotorg`](https://hub.docker.com/r/matrixdotorg/synapse),
103+
- Debian packages [from Matrix.org](https://packages.matrix.org/), or
104+
- a PostgreSQL database
105+
106+
are not affected.
107+
108+
## Rust requirement when building from source.
109+
110+
Building from a source checkout of Synapse now requires a recent Rust compiler
111+
(currently Rust 1.58.1, but see also the
112+
[Platform Dependency Policy](https://matrix-org.github.io/synapse/latest/deprecation_policy.html)).
113+
114+
Installations using
98115

99116
- Docker images [from `matrixdotorg`](https://hub.docker.com/r/matrixdotorg/synapse),
100117
- Debian packages [from Matrix.org](https://packages.matrix.org/), or
@@ -134,12 +151,12 @@ The simplest way of installing Rust is via [rustup.rs](https://rustup.rs/)
134151

135152
## SQLite version requirement in the next release
136153

137-
From the next major release (v1.68.0) Synapse will require SQLite 3.27.0 or
154+
From the next major release (v1.68.0) Synapse will require SQLite 3.27.0 or
138155
higher. Synapse v1.67.0 will be the last major release supporting SQLite
139156
versions 3.22 to 3.26.
140157

141158
Those using Docker images or Debian packages from Matrix.org will not be
142-
affected. If you have installed from source, you should check the version of
159+
affected. If you have installed from source, you should check the version of
143160
SQLite used by Python with:
144161

145162
```shell

0 commit comments

Comments
 (0)