From 40171d036acec6f0315bbac77bd7f073bd64feb9 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 17 Feb 2026 17:44:37 +0100 Subject: [PATCH] 1.148.0rc1 --- CHANGES.md | 24 ++++++++++++++++++++++++ changelog.d/19365.feature | 1 - changelog.d/19406.misc | 1 - changelog.d/19420.misc | 1 - changelog.d/19429.removal | 1 - changelog.d/19435.doc | 1 - changelog.d/19457.misc | 1 - changelog.d/19470.misc | 1 - debian/changelog | 6 ++++++ pyproject.toml | 2 +- schema/synapse-config.schema.yaml | 2 +- 11 files changed, 32 insertions(+), 9 deletions(-) delete mode 100644 changelog.d/19365.feature delete mode 100644 changelog.d/19406.misc delete mode 100644 changelog.d/19420.misc delete mode 100644 changelog.d/19429.removal delete mode 100644 changelog.d/19435.doc delete mode 100644 changelog.d/19457.misc delete mode 100644 changelog.d/19470.misc diff --git a/CHANGES.md b/CHANGES.md index fe27ccb040..e4bec3aa41 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,27 @@ +# Synapse 1.148.0rc1 (2026-02-17) + +## Features + +- 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)) + +## Improved Documentation + +- Fix reference to the `experimental_features` section of config. ([\#19435](https://github.com/element-hq/synapse/issues/19435)) + +## Deprecations and Removals + +- 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)) + +## Internal Changes + +- 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)) +- Push Synapse docker images to Element OCI Registry. ([\#19420](https://github.com/element-hq/synapse/issues/19420)) +- Allow configuring the Rust HTTP client to use HTTP/2 only. ([\#19457](https://github.com/element-hq/synapse/issues/19457)) +- 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)) + + + + # Synapse 1.147.1 (2026-02-12) ## Internal Changes diff --git a/changelog.d/19365.feature b/changelog.d/19365.feature deleted file mode 100644 index c35afdc179..0000000000 --- a/changelog.d/19365.feature +++ /dev/null @@ -1 +0,0 @@ -Support sending and receiving [MSC4354 Sticky Event](https://github.com/matrix-org/matrix-spec-proposals/pull/4354) metadata. \ No newline at end of file diff --git a/changelog.d/19406.misc b/changelog.d/19406.misc deleted file mode 100644 index bfe8d6afb0..0000000000 --- a/changelog.d/19406.misc +++ /dev/null @@ -1 +0,0 @@ -Add in-repo Complement tests so we can test Synapse specific behavior at an end-to-end level. diff --git a/changelog.d/19420.misc b/changelog.d/19420.misc deleted file mode 100644 index 7b3718ce1a..0000000000 --- a/changelog.d/19420.misc +++ /dev/null @@ -1 +0,0 @@ -Push Synapse docker images to Element OCI Registry. diff --git a/changelog.d/19429.removal b/changelog.d/19429.removal deleted file mode 100644 index b52ca2423d..0000000000 --- a/changelog.d/19429.removal +++ /dev/null @@ -1 +0,0 @@ -Remove support for [MSC3244: Room version capabilities](https://github.com/matrix-org/matrix-spec-proposals/pull/3244) as the MSC was rejected. \ No newline at end of file diff --git a/changelog.d/19435.doc b/changelog.d/19435.doc deleted file mode 100644 index 4edf2f73dc..0000000000 --- a/changelog.d/19435.doc +++ /dev/null @@ -1 +0,0 @@ -Fix reference to the `experimental_features` section of config. diff --git a/changelog.d/19457.misc b/changelog.d/19457.misc deleted file mode 100644 index ccbb7f5b14..0000000000 --- a/changelog.d/19457.misc +++ /dev/null @@ -1 +0,0 @@ -Allow configuring the Rust HTTP client to use HTTP/2 only. diff --git a/changelog.d/19470.misc b/changelog.d/19470.misc deleted file mode 100644 index e253d89b17..0000000000 --- a/changelog.d/19470.misc +++ /dev/null @@ -1 +0,0 @@ -Correctly refuse to start if the Rust workspace config has changed and the Rust library has not been rebuilt. diff --git a/debian/changelog b/debian/changelog index a6852dac5e..105ea2fcec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.148.0~rc1) stable; urgency=medium + + * New synapse release 1.148.0rc1. + + -- Synapse Packaging team Tue, 17 Feb 2026 16:44:08 +0000 + matrix-synapse-py3 (1.147.1) stable; urgency=medium * New synapse release 1.147.1. diff --git a/pyproject.toml b/pyproject.toml index 8073f8ec44..07455c57df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "matrix-synapse" -version = "1.147.1" +version = "1.148.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" readme = "README.rst" authors = [ diff --git a/schema/synapse-config.schema.yaml b/schema/synapse-config.schema.yaml index 99c9b6e9bd..42e9ed87dd 100644 --- a/schema/synapse-config.schema.yaml +++ b/schema/synapse-config.schema.yaml @@ -1,5 +1,5 @@ $schema: https://element-hq.github.io/synapse/latest/schema/v1/meta.schema.json -$id: https://element-hq.github.io/synapse/schema/synapse/v1.147/synapse-config.schema.json +$id: https://element-hq.github.io/synapse/schema/synapse/v1.148/synapse-config.schema.json type: object properties: modules: