Skip to content

Commit a4c5036

Browse files
committed
1.119.0rc2
1 parent 2637b26 commit a4c5036

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Synapse 1.119.0rc1 (2024-11-11)
1+
# Synapse 1.119.0rc2 (2024-11-11)
2+
3+
Note that due to packaging issues there was no v1.119.0rc1.
24

35
### Python 3.8 support dropped
46

@@ -37,6 +39,7 @@ If you are running Synapse with Python 3.8, please upgrade to Python 3.9 (or gre
3739
- Update version constraint to allow the latest poetry-core 1.9.1. ([\#17902](https://github.com/element-hq/synapse/pull/17902))
3840
- Update the portdb CI to use Python 3.13 and Postgres 17 as latest dependencies. ([\#17909](https://github.com/element-hq/synapse/pull/17909))
3941
- Add an index to `current_state_delta_stream` table. ([\#17912](https://github.com/element-hq/synapse/issues/17912))
42+
- Fix building and attaching release artifacts during the release process. ([\#17921](https://github.com/element-hq/synapse/issues/17921))
4043

4144
### Updates to locked dependencies
4245

changelog.d/17921.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

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~rc2) stable; urgency=medium
2+
3+
* New Synapse release 1.119.0rc2.
4+
5+
-- Synapse Packaging team <[email protected]> Mon, 11 Nov 2024 14:33:02 +0000
6+
17
matrix-synapse-py3 (1.119.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.119.0rc1.

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.0rc1"
100+
version = "1.119.0rc2"
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)