1.129.0rc1
This commit is contained in:
parent
2c7a61e311
commit
5ced4efe1d
25
CHANGES.md
25
CHANGES.md
@ -1,3 +1,28 @@
|
|||||||
|
# Synapse 1.129.0rc1 (2025-04-15)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Add `passthrough_authorization_parameters` in OIDC configuration to allow to pass parameters to the authorization grant URL. ([\#18232](https://github.com/element-hq/synapse/issues/18232))
|
||||||
|
- 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))
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
|
||||||
|
- Fix `force_tracing_for_users` config when using delegated auth. ([\#18334](https://github.com/element-hq/synapse/issues/18334))
|
||||||
|
- Fix the token introspection cache logging access tokens when MAS integration is in use. ([\#18335](https://github.com/element-hq/synapse/issues/18335))
|
||||||
|
- Stop caching introspection failures when delegating auth to MAS. ([\#18339](https://github.com/element-hq/synapse/issues/18339))
|
||||||
|
|
||||||
|
### Updates to the Docker image
|
||||||
|
|
||||||
|
- Optimize the build of the complement-synapse image. ([\#18294](https://github.com/element-hq/synapse/issues/18294))
|
||||||
|
|
||||||
|
### Internal Changes
|
||||||
|
|
||||||
|
- Disable statement timeout during room purge. ([\#18133](https://github.com/element-hq/synapse/issues/18133))
|
||||||
|
- Add cache to storage functions used to auth requests when using delegated auth. ([\#18337](https://github.com/element-hq/synapse/issues/18337))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Synapse 1.128.0 (2025-04-08)
|
# Synapse 1.128.0 (2025-04-08)
|
||||||
|
|
||||||
No significant changes since 1.128.0rc1.
|
No significant changes since 1.128.0rc1.
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
Disable statement timeout during room purge.
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Add `passthrough_authorization_parameters` in OIDC configuration to allow to pass parameters to the authorization grant URL.
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Add `total_event_count`, `total_message_count`, and `total_e2ee_event_count` fields to the homeserver usage statistics.
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Optimize the build of the complement-synapse image.
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Fix `force_tracing_for_users` config when using delegated auth.
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Fix the token introspection cache logging access tokens when MAS integration is in use.
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Add cache to storage functions used to auth requests when using delegated auth.
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Stop caching introspection failures when delegating auth to MAS.
|
|
||||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
matrix-synapse-py3 (1.129.0~rc1) stable; urgency=medium
|
||||||
|
|
||||||
|
* New Synapse release 1.129.0rc1.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Tue, 15 Apr 2025 10:47:43 -0600
|
||||||
|
|
||||||
matrix-synapse-py3 (1.128.0) stable; urgency=medium
|
matrix-synapse-py3 (1.128.0) stable; urgency=medium
|
||||||
|
|
||||||
* New Synapse release 1.128.0.
|
* New Synapse release 1.128.0.
|
||||||
|
|||||||
@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "matrix-synapse"
|
name = "matrix-synapse"
|
||||||
version = "1.128.0"
|
version = "1.129.0rc1"
|
||||||
description = "Homeserver for the Matrix decentralised comms protocol"
|
description = "Homeserver for the Matrix decentralised comms protocol"
|
||||||
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user