Skip to content

Commit 40171d0

Browse files
committed
1.148.0rc1
1 parent bd0756c commit 40171d0

File tree

11 files changed

+32
-9
lines changed

11 files changed

+32
-9
lines changed

CHANGES.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# Synapse 1.148.0rc1 (2026-02-17)
2+
3+
## Features
4+
5+
- Support sending and receiving [MSC4354 Sticky Event](https://github.com/matrix-org/matrix-spec-proposals/pull/4354) metadata. ([\#19365](https://github.com/element-hq/synapse/issues/19365))
6+
7+
## Improved Documentation
8+
9+
- Fix reference to the `experimental_features` section of config. ([\#19435](https://github.com/element-hq/synapse/issues/19435))
10+
11+
## Deprecations and Removals
12+
13+
- Remove support for [MSC3244: Room version capabilities](https://github.com/matrix-org/matrix-spec-proposals/pull/3244) as the MSC was rejected. ([\#19429](https://github.com/element-hq/synapse/issues/19429))
14+
15+
## Internal Changes
16+
17+
- Add in-repo Complement tests so we can test Synapse specific behavior at an end-to-end level. ([\#19406](https://github.com/element-hq/synapse/issues/19406))
18+
- Push Synapse docker images to Element OCI Registry. ([\#19420](https://github.com/element-hq/synapse/issues/19420))
19+
- Allow configuring the Rust HTTP client to use HTTP/2 only. ([\#19457](https://github.com/element-hq/synapse/issues/19457))
20+
- Correctly refuse to start if the Rust workspace config has changed and the Rust library has not been rebuilt. ([\#19470](https://github.com/element-hq/synapse/issues/19470))
21+
22+
23+
24+
125
# Synapse 1.147.1 (2026-02-12)
226

327
## Internal Changes

changelog.d/19365.feature

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

changelog.d/19406.misc

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

changelog.d/19420.misc

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

changelog.d/19429.removal

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

changelog.d/19435.doc

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

changelog.d/19457.misc

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

changelog.d/19470.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.148.0~rc1) stable; urgency=medium
2+
3+
* New synapse release 1.148.0rc1.
4+
5+
-- Synapse Packaging team <packages@matrix.org> Tue, 17 Feb 2026 16:44:08 +0000
6+
17
matrix-synapse-py3 (1.147.1) stable; urgency=medium
28

39
* New synapse release 1.147.1.

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

0 commit comments

Comments
 (0)