Skip to content

Commit 850ff14

Browse files
committed
1.119.0
1 parent a4c5036 commit 850ff14

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
# Synapse 1.119.0rc2 (2024-11-11)
1+
# Synapse 1.119.0 (2024-11-13)
22

3-
Note that due to packaging issues there was no v1.119.0rc1.
3+
No significant changes since 1.119.0rc2.
44

55
### Python 3.8 support dropped
66

77
Python 3.8 is [end-of-life](https://devguide.python.org/versions/) and is no longer supported by Synapse. The minimum supported Python version is now 3.9.
88

99
If you are running Synapse with Python 3.8, please upgrade to Python 3.9 (or greater) before upgrading Synapse.
1010

11+
12+
# Synapse 1.119.0rc2 (2024-11-11)
13+
14+
Note that due to packaging issues there was no v1.119.0rc1.
15+
16+
1117
### Features
1218

1319
- Support [MSC4151](https://github.com/matrix-org/matrix-spec-proposals/pull/4151)'s stable report room API. ([\#17374](https://github.com/element-hq/synapse/issues/17374))

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.119.0) stable; urgency=medium
2+
3+
* New Synapse release 1.119.0.
4+
5+
-- Synapse Packaging team <[email protected]> Wed, 13 Nov 2024 13:57:51 +0000
6+
17
matrix-synapse-py3 (1.119.0~rc2) stable; urgency=medium
28

39
* New Synapse release 1.119.0rc2.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
9797

9898
[tool.poetry]
9999
name = "matrix-synapse"
100-
version = "1.119.0rc2"
100+
version = "1.119.0"
101101
description = "Homeserver for the Matrix decentralised comms protocol"
102102
authors = ["Matrix.org Team and Contributors <[email protected]>"]
103103
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)