Version 1.77.0
This commit is contained in:
13
CHANGELOG.md
13
CHANGELOG.md
@@ -1064,3 +1064,16 @@
|
|||||||
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.92.3)
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.92.3)
|
||||||
* Pillow 10.0.1 is now mandatory because of libwebp CVE-2023-4863, since Pillow provides libwebp in the wheels. (#16347)
|
* Pillow 10.0.1 is now mandatory because of libwebp CVE-2023-4863, since Pillow provides libwebp in the wheels. (#16347)
|
||||||
|
|
||||||
|
[1.77.0]
|
||||||
|
* Update Synapse to 1.93.0
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.93.0)
|
||||||
|
* GHSA-4f74-84v3-j9q5 / CVE-2023-41335 — Low Severity Temporary storage of plaintext passwords during password changes.
|
||||||
|
* GHSA-7565-cq32-vx2x / CVE-2023-42453 — Low Severity Improper validation of receipts allows forged read receipts.
|
||||||
|
* Add automatic purge after all users have forgotten a room. (#15488)
|
||||||
|
* Restore room purge/shutdown after a Synapse restart. (#15488)
|
||||||
|
* Support resolving homeservers using matrix-fed DNS SRV records from MSC4040. (#16137)
|
||||||
|
* Add the ability to use G (GiB) and T (TiB) suffixes in configuration options that refer to numbers of bytes. (#16219)
|
||||||
|
* Add span information to requests sent to appservices. Contributed by MTRNord. (#16227)
|
||||||
|
* Add the ability to enable/disable registrations when using CAS. Contributed by Aurélien Grimpard. (#16262)
|
||||||
|
* Allow the /notifications endpoint to be routed to workers. (#16265)
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG.md",
|
"changelog": "file://CHANGELOG.md",
|
||||||
"tagline": "Secure & decentralized communication",
|
"tagline": "Secure & decentralized communication",
|
||||||
"version": "1.76.2",
|
"version": "1.77.0",
|
||||||
"upstreamVersion": "1.92.3",
|
"upstreamVersion": "1.93.0",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8008,
|
"httpPort": 8008,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|||||||
Reference in New Issue
Block a user