Skip to content

Commit cb259eb

Browse files
committed
1.133.0rc1
1 parent 6791e6e commit cb259eb

20 files changed

+47
-18
lines changed

CHANGES.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
# Synapse 1.133.0rc1 (2025-06-24)
2+
3+
### Features
4+
5+
- Add support for the [MSC4260 user report API](https://github.com/matrix-org/matrix-spec-proposals/pull/4260). ([\#18120](https://github.com/element-hq/synapse/issues/18120))
6+
7+
### Bugfixes
8+
9+
- Fix an issue where, during state resolution for v11 rooms, Synapse would incorrectly calculate the power level of the creator when there was no power levels event in the room. ([\#18534](https://github.com/element-hq/synapse/issues/18534), [\#18547](https://github.com/element-hq/synapse/issues/18547))
10+
- Fix long-standing bug where sliding sync did not honour the `room_id_to_include` config option. ([\#18535](https://github.com/element-hq/synapse/issues/18535))
11+
- Fix an issue where "Lock timeout is getting excessive" warnings would be logged even when the lock timeout was <10 minutes. ([\#18543](https://github.com/element-hq/synapse/issues/18543))
12+
- Fix an issue where Synapse could calculate the wrong power level for the creator of the room if there was no power levels event. ([\#18545](https://github.com/element-hq/synapse/issues/18545))
13+
14+
### Improved Documentation
15+
16+
- Generate config documentation from JSON Schema file. ([\#18528](https://github.com/element-hq/synapse/issues/18528))
17+
- Fix typo in user type documentation. ([\#18568](https://github.com/element-hq/synapse/issues/18568))
18+
19+
### Internal Changes
20+
21+
- Increase performance of introspecting access tokens when using delegated auth. ([\#18357](https://github.com/element-hq/synapse/issues/18357), [\#18561](https://github.com/element-hq/synapse/issues/18561))
22+
- Log user deactivations. ([\#18541](https://github.com/element-hq/synapse/issues/18541))
23+
- Enable [`flake8-logging`](https://docs.astral.sh/ruff/rules/#flake8-logging-log) and [`flake8-logging-format`](https://docs.astral.sh/ruff/rules/#flake8-logging-format-g) rules in Ruff and fix related issues throughout the codebase. ([\#18542](https://github.com/element-hq/synapse/issues/18542))
24+
- Clean up old, unused rows from the `device_federation_inbox` table. ([\#18546](https://github.com/element-hq/synapse/issues/18546))
25+
- Run config schema CI on develop and release branches. ([\#18551](https://github.com/element-hq/synapse/issues/18551))
26+
- Add support for Twisted `25.5.0`+ releases. ([\#18577](https://github.com/element-hq/synapse/issues/18577))
27+
- Update PyO3 to version 0.25. ([\#18578](https://github.com/element-hq/synapse/issues/18578))
28+
29+
30+
31+
### Updates to locked dependencies
32+
33+
* Bump actions/setup-python from 5.5.0 to 5.6.0. ([\#18555](https://github.com/element-hq/synapse/issues/18555))
34+
* Bump base64 from 0.21.7 to 0.22.1. ([\#18559](https://github.com/element-hq/synapse/issues/18559))
35+
* Bump dawidd6/action-download-artifact from 9 to 11. ([\#18556](https://github.com/element-hq/synapse/issues/18556))
36+
* Bump headers from 0.4.0 to 0.4.1. ([\#18529](https://github.com/element-hq/synapse/issues/18529))
37+
* Bump requests from 2.32.2 to 2.32.4. ([\#18533](https://github.com/element-hq/synapse/issues/18533))
38+
* Bump types-requests from 2.32.0.20250328 to 2.32.4.20250611. ([\#18558](https://github.com/element-hq/synapse/issues/18558))
39+
140
# Synapse 1.132.0 (2025-06-17)
241

342
### Improved Documentation

changelog.d/18120.feature

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

changelog.d/18357.misc

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

changelog.d/18528.doc

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

changelog.d/18534.bugfix

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

changelog.d/18535.bugfix

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

changelog.d/18541.misc

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

changelog.d/18542.misc

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

changelog.d/18543.bugfix

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

changelog.d/18545.bugfix

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

changelog.d/18546.misc

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

changelog.d/18547.bugfix

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

changelog.d/18551.misc

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

changelog.d/18561.misc

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

changelog.d/18568.doc

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

changelog.d/18577.misc

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

changelog.d/18578.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.133.0~rc1) stable; urgency=medium
2+
3+
* New Synapse release 1.133.0rc1.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 24 Jun 2025 11:57:47 +0100
6+
17
matrix-synapse-py3 (1.132.0) stable; urgency=medium
28

39
* New Synapse release 1.132.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.132.0"
104+
version = "1.133.0rc1"
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"

schema/synapse-config.schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$schema: https://element-hq.github.io/synapse/latest/schema/v1/meta.schema.json
2-
$id: https://element-hq.github.io/synapse/schema/synapse/v1.132/synapse-config.schema.json
2+
$id: https://element-hq.github.io/synapse/schema/synapse/v1.133/synapse-config.schema.json
33
type: object
44
properties:
55
modules:

0 commit comments

Comments
 (0)