Skip to content

Commit 3fdeba3

Browse files
committed
1.147.1
1 parent be36242 commit 3fdeba3

4 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# synapse 1.147.1 (2026-02-12)
2+
3+
## Internal Changes
4+
5+
- Block federation requests and events authenticated using a known insecure signing key. See [CVE-2026-24044](https://www.cve.org/CVERecord?id=CVE-2026-24044) / [ELEMENTSEC-2025-1670](https://github.com/element-hq/ess-helm/security/advisories/GHSA-qwcj-h6m8-vp6q). ([\#19459](https://github.com/element-hq/synapse/issues/19459))
6+
7+
8+
9+
110
# Synapse 1.147.0 (2026-02-10)
211

312
No significant changes since 1.147.0rc1.

changelog.d/19459.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.147.1) stable; urgency=medium
2+
3+
* New synapse release 1.147.1.
4+
5+
-- Synapse Packaging team <packages@matrix.org> Thu, 12 Feb 2026 15:45:15 +0000
6+
17
matrix-synapse-py3 (1.147.0) stable; urgency=medium
28

39
* New synapse release 1.147.0.

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.147.0"
3+
version = "1.147.1"
44
description = "Homeserver for the Matrix decentralised comms protocol"
55
readme = "README.rst"
66
authors = [

0 commit comments

Comments
 (0)