Skip to content

Commit d3fc638

Browse files
committed
Merge branch 'master' into develop
2 parents e766f32 + 6c292dc commit d3fc638

File tree

4 files changed

+41
-9
lines changed

4 files changed

+41
-9
lines changed

CHANGES.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
## Internal Changes
44

5-
- Drop support for Ubuntu 24.10 Oracular Oriole, and add support for Ubuntu 25.04 Plucky Puffin. ([\#18962](https://github.com/element-hq/synapse/issues/18962))
6-
5+
- Drop support for Ubuntu 24.10 Oracular Oriole, and add support for Ubuntu 25.04 Plucky Puffin. This change was applied on top of 1.139.0rc1. ([\#18962](https://github.com/element-hq/synapse/issues/18962))
76

87

98

@@ -74,6 +73,23 @@
7473
* Bump types-requests from 2.32.4.20250611 to 2.32.4.20250809. ([\#18895](https://github.com/element-hq/synapse/issues/18895))
7574
* Bump types-setuptools from 80.9.0.20250809 to 80.9.0.20250822. ([\#18924](https://github.com/element-hq/synapse/issues/18924))
7675

76+
# Synapse 1.138.2 (2025-09-24)
77+
78+
## Internal Changes
79+
80+
- Drop support for Ubuntu 24.10 Oracular Oriole, and add support for Ubuntu 25.04 Plucky Puffin. This change was applied on top of 1.138.1. ([\#18962](https://github.com/element-hq/synapse/issues/18962))
81+
82+
83+
84+
# Synapse 1.138.1 (2025-09-24)
85+
86+
## Bugfixes
87+
88+
- Fix a performance regression related to the experimental Delayed Events ([MSC4140](https://github.com/matrix-org/matrix-spec-proposals/pull/4140)) feature. ([\#18926](https://github.com/element-hq/synapse/issues/18926))
89+
90+
91+
92+
7793
# Synapse 1.138.0 (2025-09-09)
7894

7995
No significant changes since 1.138.0rc1.

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ matrix-synapse-py3 (1.139.0~rc1) stable; urgency=medium
1010

1111
-- Synapse Packaging team <[email protected]> Tue, 23 Sep 2025 13:24:50 +0100
1212

13+
matrix-synapse-py3 (1.138.2) stable; urgency=medium
14+
15+
* New Synapse release 1.138.2.
16+
17+
-- Synapse Packaging team <[email protected]> Wed, 24 Sep 2025 12:26:16 +0100
18+
19+
matrix-synapse-py3 (1.138.1) stable; urgency=medium
20+
21+
* New Synapse release 1.138.1.
22+
23+
-- Synapse Packaging team <[email protected]> Wed, 24 Sep 2025 11:32:38 +0100
24+
1325
matrix-synapse-py3 (1.138.0) stable; urgency=medium
1426

1527
* New Synapse release 1.138.0.

docs/upgrade.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,6 @@ stacking them up. You can monitor the currently running background updates with
119119
120120
# Upgrading to v1.139.0
121121
122-
## Drop support for Ubuntu 24.10 Oracular Oriole, and add support for Ubuntu 25.04 Plucky Puffin
123-
124-
Ubuntu 24.10 Oracular Oriole [has been end-of-life since 10 Jul
125-
2025](https://endoflife.date/ubuntu). This release drops support for Ubuntu
126-
24.10, and in its place adds support for Ubuntu 25.04 Plucky Puffin.
127-
128122
## `/register` requests from old application service implementations may break when using MAS
129123
130124
Application Services that do not set `inhibit_login=true` when calling `POST
@@ -140,6 +134,16 @@ ensure it is up to date. If it is, then kindly let the author know that they
140134
need to update their implementation to call `/register` with
141135
`inhibit_login=true`.
142136
137+
# Upgrading to v1.138.2
138+
139+
## Drop support for Ubuntu 24.10 Oracular Oriole, and add support for Ubuntu 25.04 Plucky Puffin
140+
141+
Ubuntu 24.10 Oracular Oriole [has been end-of-life since 10 Jul
142+
2025](https://endoflife.date/ubuntu). This release drops support for Ubuntu
143+
24.10, and in its place adds support for Ubuntu 25.04 Plucky Puffin.
144+
145+
This notice also applies to the v1.139.0 release.
146+
143147
# Upgrading to v1.136.0
144148
145149
## Deprecate `run_as_background_process` exported as part of the module API interface in favor of `ModuleApi.run_as_background_process`

pyproject.toml

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

102102
[tool.poetry]
103103
name = "matrix-synapse"
104-
version = "1.139.0rc2"
104+
version = "1.138.2"
105105
description = "Homeserver for the Matrix decentralised comms protocol"
106106
authors = ["Matrix.org Team and Contributors <[email protected]>"]
107107
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)