Skip to content

Commit 76b012c

Browse files
committed
1.139.1
1 parent 26aaaf9 commit 76b012c

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Synapse 1.139.1 (2025-10-07)
2+
3+
## Security Fixes
4+
5+
- Fix [CVE-2025-61672](https://www.cve.org/CVERecord?id=CVE-2025-61672) / [GHSA-fh66-fcv5-jjfr](https://github.com/element-hq/synapse/security/advisories/GHSA-fh66-fcv5-jjfr). Lack of validation for device keys in Synapse before 1.139.1 allows an attacker registered on the victim homeserver to degrade federation functionality, unpredictably breaking outbound federation to other homeservers. ([\#17097](https://github.com/element-hq/synapse/issues/17097))
6+
7+
## Deprecations and Removals
8+
9+
- Drop support for unstable field names from the long-accepted [MSC2732](https://github.com/matrix-org/matrix-spec-proposals/pull/2732) (Olm fallback keys) proposal. This change allows unit tests to pass following the security patch above. ([\#18996](https://github.com/element-hq/synapse/issues/18996))
10+
11+
12+
113
# Synapse 1.139.0 (2025-09-30)
214

315
### `/register` requests from old application service implementations may break when using MAS

changelog.d/17097.misc

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

changelog.d/18996.removal

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.139.1) stable; urgency=medium
2+
3+
* New Synapse release 1.139.1.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 07 Oct 2025 11:46:51 +0100
6+
17
matrix-synapse-py3 (1.139.0) stable; urgency=medium
28

39
* New Synapse release 1.139.0.

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.0"
104+
version = "1.139.1"
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)