Skip to content

Commit f77cbfb

Browse files
committed
Release notes for 8.0.4
Signed-off-by: Ran Shidlansik <[email protected]>
1 parent 25d3c19 commit f77cbfb

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

00-RELEASENOTES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
99
SECURITY: There are security fixes in the release.
1010
--------------------------------------------------------------------------------
1111

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+
1224
================================================================================
1325
Valkey 8.0.3 - Released Wed 23 Apr 2025
1426
================================================================================

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* similar. */
55
#define SERVER_NAME "valkey"
66
#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
99

1010
/* Redis OSS compatibility version, should never
1111
* exceed 7.2.x. */

0 commit comments

Comments
 (0)