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
1254eb22
Unverified
Commit
1254eb22
authored
2 years ago
by
David Robertson
Browse files
Options
Downloads
Patches
Plain Diff
1.68.0
parent
6d3b1497
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGES.md
+13
-5
13 additions, 5 deletions
CHANGES.md
changelog.d/13909.bugfix
+0
-1
0 additions, 1 deletion
changelog.d/13909.bugfix
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
20 additions
and
7 deletions
CHANGES.md
+
13
−
5
View file @
1254eb22
Synapse 1.68.0
rc2
(2022-09-2
3
)
===========================
===
Synapse 1.68.0 (2022-09-2
7
)
===========================
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
](
https://matrix-org.github.io/synapse/v1.68/upgrade.html#upgrading-to-v1670
)
.
See the
[
upgrade notes
](
https://matrix-org.github.io/synapse/v1.68/upgrade.html#upgrading-to-v1680
)
.
Bugfixes
--------
-
Fix packaging to include
`Cargo.lock`
in
`sdist`
. (
[
\#13909
](
https://github.com/matrix-org/synapse/issues/13909
)
)
Synapse 1.68.0rc2 (2022-09-23)
==============================
Bugfixes
--------
-
Fix building from packaged sdist. Broke in v1.68.0rc1. (
[
\#13866
](
https://github.com/matrix-org/synapse/issues/13866
)
)
-
Fix building from packaged sdist. Broke
n
in v1.68.0rc1. (
[
\#13866
](
https://github.com/matrix-org/synapse/issues/13866
)
)
Internal Changes
...
...
@@ -19,7 +27,7 @@ Internal Changes
-
Fix the release script not publishing binary wheels. (
[
\#13850
](
https://github.com/matrix-org/synapse/issues/13850
)
)
-
Lower minimum supported rustc version to 1.58.1. (
[
\#13857
](
https://github.com/matrix-org/synapse/issues/13857
)
)
-
Lock Rust dependencies versions. (
[
\#13858
](
https://github.com/matrix-org/synapse/issues/13858
)
)
-
Lock Rust dependencies
'
versions. (
[
\#13858
](
https://github.com/matrix-org/synapse/issues/13858
)
)
Synapse 1.68.0rc1 (2022-09-20)
...
...
This diff is collapsed.
Click to expand it.
changelog.d/13909.bugfix
deleted
100644 → 0
+
0
−
1
View file @
6d3b1497
Fix packaging to include `Cargo.lock` in `sdist`.
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
1254eb22
matrix-synapse-py3 (1.68.0) stable; urgency=medium
* New Synapse release 1.68.0.
-- Synapse Packaging team <packages@matrix.org> Tue, 27 Sep 2022 12:02:09 +0100
matrix-synapse-py3 (1.68.0~rc2) stable; urgency=medium
* New Synapse release 1.68.0rc2.
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
1254eb22
...
...
@@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml"
[tool.poetry]
name
=
"matrix-synapse"
version
=
"1.68.0
rc2
"
version
=
"1.68.0"
description
=
"Homeserver for the Matrix decentralised comms protocol"
authors
=
[
"Matrix.org Team and Contributors <packages@matrix.org>"
]
license
=
"Apache-2.0"
...
...
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