@@ -90,11 +90,28 @@ process, for example:
90
90
91
91
# Upgrading to v1.68.0
92
92
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.
96
94
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
98
115
99
116
- Docker images [from ` matrixdotorg` ](https://hub.docker.com/r/matrixdotorg/synapse),
100
117
- 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/)
134
151
135
152
# # SQLite version requirement in the next release
136
153
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
138
155
higher. Synapse v1.67.0 will be the last major release supporting SQLite
139
156
versions 3.22 to 3.26.
140
157
141
158
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
143
160
SQLite used by Python with:
144
161
145
162
` ` ` shell
0 commit comments