From dedf89c8dd2d2e470463b706c9a9e781ac25dc4a Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Mon, 14 Dec 2020 23:15:25 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c06d481ff..df4e3ebece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,7 +66,6 @@ * Change - Update reva to v1.4.1-0.20201209113234-e791b5599a89: [#1089](https://github.com/owncloud/ocis/pull/1089) * Change - Clarify storage driver env vars: [#729](https://github.com/owncloud/ocis/pull/729) * Change - Settings and accounts appear in the user menu: [#656](https://github.com/owncloud/ocis/pull/656) -* Change - Caching for static web assets: [#866](https://github.com/owncloud/ocis/pull/866) * Enhancement - Add tracing to the accounts service: [#1016](https://github.com/owncloud/ocis/issues/1016) * Enhancement - Add the accounts service: [#244](https://github.com/owncloud/product/issues/244) * Enhancement - Add basic auth option: [#627](https://github.com/owncloud/ocis/pull/627) @@ -718,18 +717,6 @@ https://github.com/owncloud/ocis/pull/656 -* Change - Caching for static web assets: [#866](https://github.com/owncloud/ocis/pull/866) - - Tags: accounts, settings, web - - We now set http caching headers for static web assets, so that they don't get force-reloaded on - each request. The max-age for the caching is configurable and defaults to 7 days. The last - modified date of the assets is set to the service start date, so that a service restart results in - cache invalidation. - - https://github.com/owncloud/ocis/pull/866 - https://github.com/owncloud/ocis/pull/934 - * Enhancement - Add tracing to the accounts service: [#1016](https://github.com/owncloud/ocis/issues/1016) Added tracing to the accounts service.