File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,18 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
9
9
SECURITY: There are security fixes in the release.
10
10
--------------------------------------------------------------------------------
11
11
12
+ ================================================================================
13
+ Valkey 8.0.4 - Released Mon 07 July 2025
14
+ ================================================================================
15
+
16
+ Upgrade urgency SECURITY: This release includes security fixes we recommend you
17
+ apply as soon as possible.
18
+
19
+ Security fixes
20
+ ==============
21
+ * CVE-2025-32023 prevent out-of-bounds write during hyperloglog operations (#2146)
22
+ * CVE-2025-48367 retry accept on transient errors (#2315)
23
+
12
24
================================================================================
13
25
Valkey 8.0.3 - Released Wed 23 Apr 2025
14
26
================================================================================
Original file line number Diff line number Diff line change 4
4
* similar. */
5
5
#define SERVER_NAME "valkey"
6
6
#define SERVER_TITLE "Valkey"
7
- #define VALKEY_VERSION "8.0.3 "
8
- #define VALKEY_VERSION_NUM 0x00080003
7
+ #define VALKEY_VERSION "8.0.4 "
8
+ #define VALKEY_VERSION_NUM 0x00080004
9
9
10
10
/* Redis OSS compatibility version, should never
11
11
* exceed 7.2.x. */
You can’t perform that action at this time.
0 commit comments