Skip to content

Commit d972105

Browse files
ildyriaCopilot
andauthored
version 6.5.1 (#196)
* version 6.5.1 * Apply suggestions from code review Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 74cb6f7 commit d972105

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

docs/releases.md

+13
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,19 @@
3030

3131
## Version 6
3232

33+
### v6.5.1
34+
35+
Released on Apr 21, 2025
36+
37+
#### Hot-fix : force cache clear on version update.
38+
39+
We noticed that for use of caching, when doing an update there is a desynchronization between
40+
the expected response from the front-end and the cached response from the backend.
41+
This leaves Lychee in a temporary broken state depending on the ttl parameter of the cache (by default 1 day).
42+
In order to avoid complaints, we force the cache to be cleared on patch/minor/major version changes.
43+
44+
* `fixes` #3258 : version 6.5.1 + force cache clear by @ildyria.
45+
3346
### v6.5.0
3447

3548
Released on Apr 21, 2025

src/components/widgets/Announcement.astro

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
>NEW</span
1111
>
1212
<a
13-
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.5.0"
14-
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.5.0 is now available! »</a
13+
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.5.1"
14+
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.5.1 is now available! »</a
1515
>
1616
<a
1717
target="_blank"

0 commit comments

Comments
 (0)