diff --git a/docs/releases.md b/docs/releases.md index df7dc576..6ab6010d 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -30,6 +30,19 @@ ## Version 6 +### v6.5.1 + +Released on Apr 21, 2025 + +#### Hot-fix : force cache clear on version update. + +We noticed that for use of caching, when doing an update there is a desynchronization between +the expected response from the front-end and the cached response from the backend. +This leaves Lychee in a temporary broken state depending on the ttl parameter of the cache (by default 1 day). +In order to avoid complaints, we force the cache to be cleared on patch/minor/major version changes. + +* `fixes` #3258 : version 6.5.1 + force cache clear by @ildyria. + ### v6.5.0 Released on Apr 21, 2025 diff --git a/src/components/widgets/Announcement.astro b/src/components/widgets/Announcement.astro index 0f6b7b40..c9cb6b99 100644 --- a/src/components/widgets/Announcement.astro +++ b/src/components/widgets/Announcement.astro @@ -10,8 +10,8 @@ >NEW Lychee 6.5.0 is now available! »Lychee 6.5.1 is now available! »