1.150.0rc1

This commit is contained in:
Quentin Gliech
2026-03-17 15:56:55 +01:00
parent 6a63f0dcd7
commit 7d8e8747ea
20 changed files with 41 additions and 20 deletions

View File

@@ -1,3 +1,36 @@
# Synapse 1.150.0rc1 (2026-03-17)
## Features
- Add experimental support for the [MSC4370](https://github.com/matrix-org/matrix-spec-proposals/pull/4370) Federation API `GET /extremities` endpoint. ([\#19314](https://github.com/element-hq/synapse/issues/19314))
- [MSC4140: Cancellable delayed events](https://github.com/matrix-org/matrix-spec-proposals/pull/4140): When persisting a delayed event to the timeline, include its `delay_id` in the event's `unsigned` section in `/sync` responses to the event sender. ([\#19479](https://github.com/element-hq/synapse/issues/19479))
- Expose [MSC4354 Sticky Events](https://github.com/matrix-org/matrix-spec-proposals/pull/4354) over the legacy (v3) /sync API. ([\#19487](https://github.com/element-hq/synapse/issues/19487))
- When Matrix Authentication Service (MAS) integration is enabled, allow MAS to set the user locked status in Synapse. ([\#19554](https://github.com/element-hq/synapse/issues/19554))
## Bugfixes
- Fix `Build and push complement image` CI job pointing to non-existent image. ([\#19523](https://github.com/element-hq/synapse/issues/19523))
- Fix a bug introduced in v1.26.0 that caused deactivated, erased users to not be removed from the user directory. ([\#19542](https://github.com/element-hq/synapse/issues/19542))
## Improved Documentation
- In the Admin API documentation, always express path parameters as `/<param>` instead of as `/$param`. ([\#19307](https://github.com/element-hq/synapse/issues/19307))
- Update docs to clarify `outbound_federation_restricted_to` can also be used with the [Secure Border Gateway (SBG)](https://element.io/en/server-suite/secure-border-gateways). ([\#19517](https://github.com/element-hq/synapse/issues/19517))
- Unify Complement developer docs. ([\#19518](https://github.com/element-hq/synapse/issues/19518))
## Internal Changes
- Put membership updates in a background resumable task when changing the avatar or the display name. ([\#19311](https://github.com/element-hq/synapse/issues/19311))
- Add in-repo Complement test to sanity check Synapse version matches git checkout (testing what we think we are). ([\#19476](https://github.com/element-hq/synapse/issues/19476))
- Migrate `dev` dependencies to [PEP 735](https://peps.python.org/pep-0735/) dependency groups. ([\#19490](https://github.com/element-hq/synapse/issues/19490))
- Remove the optional `systemd-python` dependency and the `systemd` extra on the `synapse` package. ([\#19491](https://github.com/element-hq/synapse/issues/19491))
- Avoid re-computing the event ID when cloning events. ([\#19527](https://github.com/element-hq/synapse/issues/19527))
- Allow caching of the `/versions` and `/auth_metadata` public endpoints. ([\#19530](https://github.com/element-hq/synapse/issues/19530))
- Add a few labels to the number groupings in the `Processed request` logs. ([\#19548](https://github.com/element-hq/synapse/issues/19548))
# Synapse 1.149.1 (2026-03-11)
## Internal Changes

View File

@@ -1 +0,0 @@
In the Admin API documentation, always express path parameters as `/<param>` instead of as `/$param`.

View File

@@ -1 +0,0 @@
Put membership updates in a background resumable task when changing the avatar or the display name.

View File

@@ -1 +0,0 @@
Add experimental support for the [MSC4370](https://github.com/matrix-org/matrix-spec-proposals/pull/4370) Federation API `GET /extremities` endpoint.

View File

@@ -1 +0,0 @@
Add in-repo Complement test to sanity check Synapse version matches git checkout (testing what we think we are).

View File

@@ -1 +0,0 @@
[MSC4140: Cancellable delayed events](https://github.com/matrix-org/matrix-spec-proposals/pull/4140): When persisting a delayed event to the timeline, include its `delay_id` in the event's `unsigned` section in `/sync` responses to the event sender.

View File

@@ -1 +0,0 @@
Expose [MSC4354 Sticky Events](https://github.com/matrix-org/matrix-spec-proposals/pull/4354) over the legacy (v3) /sync API.

View File

@@ -1 +0,0 @@
Migrate `dev` dependencies to [PEP 735](https://peps.python.org/pep-0735/) dependency groups.

View File

@@ -1 +0,0 @@
Remove the optional `systemd-python` dependency and the `systemd` extra on the `synapse` package.

View File

@@ -1 +0,0 @@
Update docs to clarify `outbound_federation_restricted_to` can also be used with the [Secure Border Gateway (SBG)](https://element.io/en/server-suite/secure-border-gateways).

View File

@@ -1 +0,0 @@
Unify Complement developer docs.

View File

@@ -1 +0,0 @@
Fix `Build and push complement image` CI job pointing to non-existent image.

View File

@@ -1 +0,0 @@
Avoid re-computing the event ID when cloning events.

View File

@@ -1 +0,0 @@
Allow caching of the `/versions` and `/auth_metadata` public endpoints.

View File

@@ -1 +0,0 @@
Fix a bug introduced in v1.26.0 that caused deactivated, erased users to not be removed from the user directory.

View File

@@ -1 +0,0 @@
Add a few labels to the number groupings in the `Processed request` logs.

View File

@@ -1 +0,0 @@
When Matrix Authentication Service (MAS) integration is enabled, allow MAS to set the user locked status in Synapse.

8
debian/changelog vendored
View File

@@ -1,9 +1,13 @@
matrix-synapse-py3 (1.149.1+nmu1) UNRELEASED; urgency=medium
matrix-synapse-py3 (1.150.0~rc1) stable; urgency=medium
[ Quentin Gliech ]
* Change how the systemd journald integration is installed.
* Update Poetry used at build time to 2.2.1.
-- Quentin Gliech <packages@matrix.org> Fri, 20 Feb 2026 19:19:51 +0100
[ Synapse Packaging team ]
* New synapse release 1.150.0rc1.
-- Synapse Packaging team <packages@matrix.org> Tue, 17 Mar 2026 14:56:35 +0000
matrix-synapse-py3 (1.149.1) stable; urgency=medium

View File

@@ -1,6 +1,6 @@
[project]
name = "matrix-synapse"
version = "1.149.1"
version = "1.150.0rc1"
description = "Homeserver for the Matrix decentralised comms protocol"
readme = "README.rst"
authors = [

View File

@@ -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.149/synapse-config.schema.json
$id: https://element-hq.github.io/synapse/schema/synapse/v1.150/synapse-config.schema.json
type: object
properties:
modules: