Skip to content

Commit 5b3ebc6

Browse files
committed
version 6.3.1
1 parent 29eb9a4 commit 5b3ebc6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/releases.md

+11
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@
3030

3131
## Version 6
3232

33+
### v6.3.1
34+
35+
Released on Feb 15, 2025
36+
37+
#### Changes
38+
39+
* `fixes` #3006 : catch Error when Redis is crashing and not die in 500... by @ildyria.
40+
> Mis-configuration of redis cache could crash the server catastrophically. The user had to change their
41+
> `.env` file into insecure settings in order to be able to debug the issue. Instead we just log the crash
42+
> in error log and execute the request as expected.
43+
3344
### v6.3.0
3445

3546
Released on Feb 14, 2025

src/components/widgets/Announcement.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
>
1212
<a
1313
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.3.0"
14-
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.3.0 is now available! »</a
14+
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.3.1 is now available! »</a
1515
>
1616
<a
1717
target="_blank"

0 commit comments

Comments
 (0)