From 5ba18d3bd5b1e21e33409de1066b97100144a57a Mon Sep 17 00:00:00 2001 From: babolivier Date: Tue, 12 Oct 2021 11:34:08 +0000 Subject: deploy: a18c568516723614604072d70a4fd303bae04db1 --- develop/upgrade.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'develop/upgrade.html') diff --git a/develop/upgrade.html b/develop/upgrade.html index 8855733a60..5903e19174 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -260,6 +260,12 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb +

Upgrading to v1.45.0

+

Changes required to media storage provider modules when reading from the Synapse configuration object

+

Media storage provider modules that read from the Synapse configuration object (i.e. that +read the value of hs.config.[...]) now need to specify the configuration section they're +reading from. This means that if a module reads the value of e.g. hs.config.media_store_path, +it needs to replace it with hs.config.media.media_store_path.

Upgrading to v1.44.0

The URL preview cache is no longer mirrored to storage providers

The url_cache/ and url_cache_thumbnails/ directories in the media store are -- cgit 1.5.1