File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 30
30
31
31
## Version 6
32
32
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
+
33
46
### v6.5.0
34
47
35
48
Released on Apr 21, 2025
Original file line number Diff line number Diff line change 10
10
>NEW</span
11
11
>
12
12
<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
15
15
>
16
16
<a
17
17
target =" _blank"
You can’t perform that action at this time.
0 commit comments