Update package version to 1.109.0

This commit is contained in:
Package Updates
2025-04-09 08:35:30 +00:00
parent 25f398eda9
commit 7690468656
2 changed files with 8 additions and 1 deletions

View File

@@ -1386,3 +1386,10 @@
* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.127.1)
* Fix CVE-2025-30355 / GHSA-v56r-hwv5-mxg6. High severity vulnerability affecting federation. The vulnerability has been exploited in the wild.
[1.109.0]
* Update synapse to 1.128.0
* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.128.0)
* Add an access token introspection cache to make Matrix Authentication Service integration (MSC3861) more efficient. (#18231)
* Add background job to clear unreferenced state groups. (#18254)
* Hashes of media files are now tracked by Synapse. Media quarantines will now apply to all files with the same hash. (#18277, #18302, #18296)

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md",
"tagline": "Secure & decentralized communication",
"version": "1.108.1",
"version": "1.109.0",
"upstreamVersion": "1.128.0",
"healthCheckPath": "/",
"httpPort": 8008,