Skip to content

Commit 740fc88

Browse files
committed
Merge branch 'master' into develop
2 parents d0873d5 + 9a62b2d commit 740fc88

18 files changed

+122
-103
lines changed

CHANGES.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
# Synapse 1.129.0 (2025-05-06)
2+
3+
No significant changes since 1.129.0rc2.
4+
5+
6+
7+
8+
# Synapse 1.129.0rc2 (2025-04-30)
9+
10+
Synapse 1.129.0rc1 was never formally released due to regressions discovered during the release process. 1.129.0rc2 fixes those regressions by reverting the affected PRs.
11+
12+
### Internal Changes
13+
14+
- Revert the slow background update introduced by [\#18068](https://github.com/element-hq/synapse/issues/18068) in v1.128.0. ([\#18372](https://github.com/element-hq/synapse/issues/18372))
15+
- Revert "Add total event, unencrypted message, and e2ee event counts to stats reporting", added in v1.129.0rc1. ([\#18373](https://github.com/element-hq/synapse/issues/18373))
16+
17+
18+
19+
20+
# Synapse 1.129.0rc1 (2025-04-15)
21+
22+
### Features
23+
24+
- Add `passthrough_authorization_parameters` in OIDC configuration to allow passing parameters to the authorization grant URL. ([\#18232](https://github.com/element-hq/synapse/issues/18232))
25+
- Add `total_event_count`, `total_message_count`, and `total_e2ee_event_count` fields to the homeserver usage statistics. ([\#18260](https://github.com/element-hq/synapse/issues/18260))
26+
27+
### Bugfixes
28+
29+
- Fix `force_tracing_for_users` config when using delegated auth. ([\#18334](https://github.com/element-hq/synapse/issues/18334))
30+
- Fix the token introspection cache logging access tokens when MAS integration is in use. ([\#18335](https://github.com/element-hq/synapse/issues/18335))
31+
- Stop caching introspection failures when delegating auth to MAS. ([\#18339](https://github.com/element-hq/synapse/issues/18339))
32+
- Fix `ExternalIDReuse` exception after migrating to MAS on workers with a high traffic. ([\#18342](https://github.com/element-hq/synapse/issues/18342))
33+
- Fix minor performance regression caused by tracking of room participation. Regressed in v1.128.0. ([\#18345](https://github.com/element-hq/synapse/issues/18345))
34+
35+
### Updates to the Docker image
36+
37+
- Optimize the build of the complement-synapse image. ([\#18294](https://github.com/element-hq/synapse/issues/18294))
38+
39+
### Internal Changes
40+
41+
- Disable statement timeout during room purge. ([\#18133](https://github.com/element-hq/synapse/issues/18133))
42+
- Add cache to storage functions used to auth requests when using delegated auth. ([\#18337](https://github.com/element-hq/synapse/issues/18337))
43+
44+
45+
46+
147
# Synapse 1.128.0 (2025-04-08)
248

349
No significant changes since 1.128.0rc1.

changelog.d/18133.misc

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

changelog.d/18232.feature

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

changelog.d/18294.docker

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

changelog.d/18334.bugfix

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

changelog.d/18335.bugfix

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

changelog.d/18337.misc

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

changelog.d/18339.bugfix

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

changelog.d/18342.bugfix

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

changelog.d/18345.bugfix

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

0 commit comments

Comments
 (0)