Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
77f39864
Unverified
Commit
77f39864
authored
2 years ago
by
David Robertson
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Define SQLite compat policy (#13728)
parent
b58386e3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/13728.doc
+1
-0
1 addition, 0 deletions
changelog.d/13728.doc
docs/deprecation_policy.md
+11
-4
11 additions, 4 deletions
docs/deprecation_policy.md
with
12 additions
and
4 deletions
changelog.d/13728.doc
0 → 100644
+
1
−
0
View file @
77f39864
Define Synapse's compatability policy for SQLite versions.
This diff is collapsed.
Click to expand it.
docs/deprecation_policy.md
+
11
−
4
View file @
77f39864
Deprecation Policy for Platform Dependencies
Deprecation Policy for Platform Dependencies
============================================
============================================
Synapse has a number of platform dependencies, including Python
and PostgreSQL.
Synapse has a number of platform dependencies, including Python
, Rust,
This document outlines the policy towards which versions
we support, and when we
PostgreSQL and SQLite.
This document outlines the policy towards which versions
drop support for versions in the future.
we support, and when we
drop support for versions in the future.
Policy
Policy
...
@@ -17,12 +17,14 @@ Details on the upstream support life cycles for Python and PostgreSQL are
...
@@ -17,12 +17,14 @@ Details on the upstream support life cycles for Python and PostgreSQL are
documented at
[
https://endoflife.date/python
](
https://endoflife.date/python
)
and
documented at
[
https://endoflife.date/python
](
https://endoflife.date/python
)
and
[
https://endoflife.date/postgresql
](
https://endoflife.date/postgresql
)
.
[
https://endoflife.date/postgresql
](
https://endoflife.date/postgresql
)
.
A Rust compiler is required to build Synapse from source. For any given release
A Rust compiler is required to build Synapse from source. For any given release
the minimum required version may be bumped up to a recent Rust version, and so
the minimum required version may be bumped up to a recent Rust version, and so
people building from source should ensure they can fetch recent versions of Rust
people building from source should ensure they can fetch recent versions of Rust
(e.g. by using
[
rustup
](
https://rustup.rs/
)
).
(e.g. by using
[
rustup
](
https://rustup.rs/
)
).
The oldest supported version of SQLite is the version
[
provided
](
https://packages.debian.org/buster/libsqlite3-0
)
by
[
Debian oldstable
](
https://wiki.debian.org/DebianOldStable
)
.
Context
Context
-------
-------
...
@@ -44,3 +46,8 @@ generally bump their minimum support Rust versions frequently. In general, the
...
@@ -44,3 +46,8 @@ generally bump their minimum support Rust versions frequently. In general, the
Synapse team will try to avoid updating the dependency on Rust to the absolute
Synapse team will try to avoid updating the dependency on Rust to the absolute
latest version, but introducing a formal policy is hard given the constraints of
latest version, but introducing a formal policy is hard given the constraints of
the ecosystem.
the ecosystem.
On a similar note, SQLite does not generally have a concept of "supported
release"; bugfixes are published for the latest minor release only. We chose to
track Debian's oldstable as this is relatively conservative, predictably updated
and is consistent with the
`.deb`
packages released by Matrix.org.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment