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
128aad4f
Commit
128aad4f
authored
1 year ago
by
Erik Johnston
Browse files
Options
Downloads
Patches
Plain Diff
1.98.0
parent
ee370390
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES.md
+8
-1
8 additions, 1 deletion
CHANGES.md
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
15 additions
and
2 deletions
CHANGES.md
+
8
−
1
View file @
128aad4f
# Synapse 1.98.0
rc1
(2023-12-
05
)
# Synapse 1.98.0 (2023-12-
12
)
Synapse 1.98.0 will be the last Synapse release in 2023; the regular release cadence will resume in January 2024.
Synapse 1.98.0 will be the last Synapse release in 2023; the regular release cadence will resume in January 2024.
...
@@ -12,6 +12,13 @@ The Matrix.org Foundation copy of the project will be archived. Any changes need
...
@@ -12,6 +12,13 @@ The Matrix.org Foundation copy of the project will be archived. Any changes need
by server administrators will be communicated via our usual announcements channels,
by server administrators will be communicated via our usual announcements channels,
but we are striving to make this as seamless as possible.
but we are striving to make this as seamless as possible.
No significant changes since 1.98.0rc1.
# Synapse 1.98.0rc1 (2023-12-05)
### Features
### Features
-
Synapse now declares support for Matrix v1.7, v1.8, and v1.9. (
[
\#16707
](
https://github.com/matrix-org/synapse/issues/16707
)
)
-
Synapse now declares support for Matrix v1.7, v1.8, and v1.9. (
[
\#16707
](
https://github.com/matrix-org/synapse/issues/16707
)
)
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
128aad4f
matrix-synapse-py3 (1.98.0) stable; urgency=medium
* New Synapse release 1.98.0.
-- Synapse Packaging team <packages@matrix.org> Tue, 12 Dec 2023 15:04:31 +0000
matrix-synapse-py3 (1.98.0~rc1) stable; urgency=medium
matrix-synapse-py3 (1.98.0~rc1) stable; urgency=medium
* New Synapse release 1.98.0rc1.
* New Synapse release 1.98.0rc1.
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
128aad4f
...
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
...
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
[tool.poetry]
[tool.poetry]
name
=
"matrix-synapse"
name
=
"matrix-synapse"
version
=
"1.98.0
rc1
"
version
=
"1.98.0"
description
=
"Homeserver for the Matrix decentralised comms protocol"
description
=
"Homeserver for the Matrix decentralised comms protocol"
authors
=
[
"Matrix.org Team and Contributors <packages@matrix.org>"
]
authors
=
[
"Matrix.org Team and Contributors <packages@matrix.org>"
]
license
=
"Apache-2.0"
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