diff options
author | squahtx <squahtx@users.noreply.github.com> | 2021-09-27 11:55:54 +0000 |
---|---|---|
committer | squahtx <squahtx@users.noreply.github.com> | 2021-09-27 11:55:54 +0000 |
commit | 51b176e1fb703e184eaf4255632c88d78d7791f4 (patch) | |
tree | 8ccdb421cd8d1539b753c7b90992238252eb9310 /develop/upgrade.html | |
parent | deploy: b10257e87972d158f4b6a0c7d1fe7239014ea10a (diff) | |
download | synapse-51b176e1fb703e184eaf4255632c88d78d7791f4.tar.xz |
deploy: f7768f62cbf7579a1a91e694f83d47d275373369
Diffstat (limited to '')
-rw-r--r-- | develop/upgrade.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/develop/upgrade.html b/develop/upgrade.html index 25bb08da6b..8855733a60 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -260,6 +260,11 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb </code></pre> </li> </ul> +<h1 id="upgrading-to-v1440"><a class="header" href="#upgrading-to-v1440">Upgrading to v1.44.0</a></h1> +<h2 id="the-url-preview-cache-is-no-longer-mirrored-to-storage-providers"><a class="header" href="#the-url-preview-cache-is-no-longer-mirrored-to-storage-providers">The URL preview cache is no longer mirrored to storage providers</a></h2> +<p>The <code>url_cache/</code> and <code>url_cache_thumbnails/</code> directories in the media store are +no longer mirrored to storage providers. These two directories can be safely +deleted from any configured storage providers to reclaim space.</p> <h1 id="upgrading-to-v1430"><a class="header" href="#upgrading-to-v1430">Upgrading to v1.43.0</a></h1> <h2 id="the-spaces-summary-apis-can-now-be-handled-by-workers"><a class="header" href="#the-spaces-summary-apis-can-now-be-handled-by-workers">The spaces summary APIs can now be handled by workers</a></h2> <p>The <a href="https://matrix-org.github.io/synapse/latest/workers.html#available-worker-applications">available worker applications documentation</a> |