Version 1.79.0

This commit is contained in:
Girish Ramakrishnan
2023-10-10 17:52:52 +05:30
parent 6fbd0e437c
commit 9b790d39b7
4 changed files with 26 additions and 18 deletions

View File

@@ -1080,3 +1080,11 @@
[1.78.0]
* Update base image to 4.2.0
[1.79.0]
* Update Synapse to 1.94.0
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.94.0)
* Render plain, CSS, CSV, JSON and common image formats in the browser (inline) when requested through the /download endpoint. (#15988)
* Add experimental support for MSC4028 to push all encrypted events to clients. (#16361)
* Minor performance improvement when sending presence to federated servers. (#16385)
* Minor performance improvement by caching server ACL checking. (#16360)