From: Galen Charlton Date: Mon, 7 Aug 2017 18:43:55 +0000 (-0400) Subject: LP#1681095: add release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8474754f6ad39d01b5ca8f4636dc6a418793e936;p=evergreen%2Fpines.git LP#1681095: add release notes Signed-off-by: Galen Charlton --- diff --git a/docs/RELEASE_NOTES_NEXT/Administration/Public_catalog_asset_caching.adoc b/docs/RELEASE_NOTES_NEXT/Administration/Public_catalog_asset_caching.adoc new file mode 100644 index 0000000000..b82df6e2f2 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Administration/Public_catalog_asset_caching.adoc @@ -0,0 +1,9 @@ +Tweaks to Caching/Expiry of Public Catalog Assets +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +The default cache expiration time for static assets (e.g., +CSS, image, and JavaScript files) in the public catalog and +the Kid's PAC has been increased to one year. Links to all +such assets now have a cache-busting value tacked on as a +query parameter. This value is refreshed when `autogen.sh` is +run, but it can also be manually set by adjusting the +`ctx.cache_key` Template Toolkit variable.