Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/components/widgets/Announcement.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
>NEW</span
>
<a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.5.0"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.5.0 is now available! »</a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.5.1"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.5.1 is now available! »</a
>
<a
target="_blank"
Expand Down