Skip to content

Commit ae98771

Browse files
committed
Merge branch 'master' into develop
2 parents b7e592a + 87d6e27 commit ae98771

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

CHANGES.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,33 @@
1-
# Synapse 1.143.0rc2 (2025-11-18)
1+
# Synapse 1.143.0 (2025-11-25)
22

3-
## Internal Changes
3+
## Dropping support for PostgreSQL 13
44

5-
- Fixes docker image creation in the release workflow.
5+
In line with our [deprecation policy](https://github.com/element-hq/synapse/blob/develop/docs/deprecation_policy.md), we've dropped
6+
support for PostgreSQL 13, as it is no longer supported upstream.
7+
This release of Synapse requires PostgreSQL 14+.
68

9+
No significant changes since 1.143.0rc2.
710

811

9-
# Synapse 1.143.0rc1 (2025-11-18)
12+
13+
14+
# Synapse 1.143.0rc2 (2025-11-18)
1015

1116
## Dropping support for PostgreSQL 13
1217

1318
In line with our [deprecation policy](https://github.com/element-hq/synapse/blob/develop/docs/deprecation_policy.md), we've dropped
1419
support for PostgreSQL 13, as it is no longer supported upstream.
1520
This release of Synapse requires PostgreSQL 14+.
1621

22+
23+
## Internal Changes
24+
25+
- Fixes docker image creation in the release workflow.
26+
27+
28+
29+
# Synapse 1.143.0rc1 (2025-11-18)
30+
1731
## Features
1832

1933
- Support multiple config files in `register_new_matrix_user`. ([\#18784](https://github.com/element-hq/synapse/issues/18784))

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.143.0) stable; urgency=medium
2+
3+
* New Synapse release 1.143.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 25 Nov 2025 08:44:56 -0700
6+
17
matrix-synapse-py3 (1.143.0~rc2) stable; urgency=medium
28

39
* New Synapse release 1.143.0rc2.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "matrix-synapse"
3-
version = "1.143.0rc2"
3+
version = "1.143.0"
44
description = "Homeserver for the Matrix decentralised comms protocol"
55
readme = "README.rst"
66
authors = [

0 commit comments

Comments
 (0)