Skip to content

Commit 6917ea8

Browse files
authored
Release notes for 8.0.3 (#1998)
Signed-off-by: Jacob Murphy <[email protected]>
1 parent 507c9eb commit 6917ea8

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

00-RELEASENOTES

+29
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,35 @@ 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.3 - Released Wed 23 Apr 2025
14+
================================================================================
15+
16+
Upgrade urgency SECURITY: This release includes security fixes we recommend you
17+
apply as soon as possible.
18+
19+
Bug fixes
20+
=========
21+
* Optimize RDB load performance and fix cluster mode resizing on replica side (#1199)
22+
* Fix memory leak in forgotten node ping ext code path (#1574)
23+
* Fix cluster info sent stats for message with light header (#1563)
24+
* Fix module LatencyAddSample still work when latency-monitor-threshold is 0 (#1541)
25+
* Fix potential crash in radix tree recompression of huge keys (#1722)
26+
* Fix error "SSL routines::bad length" when connTLSWrite is called second time with smaller buffer (#1737)
27+
* Fix temp file leak druing replication error handling (#1721)
28+
* Fix ACL LOAD crash on replica since the primary client don't has a user (#1842)
29+
* Fix RANDOMKEY infinite loop during CLIENT PAUSE (#1850)
30+
* fix: add samples to stream object consumer trees (#1825)
31+
* Fix cluster slot stats assertion during promotion of replica (#1950)
32+
* Fix panic in primary when blocking shutdown after previous block with timeout (#1948)
33+
* Ignore stale gossip packets that arrive out of order (#1777)
34+
* Fix incorrect lag reported in XINFO GROUPS (#1952)
35+
* Avoid shard id update of replica if not matching with primary shard id (#573)
36+
37+
Security fixes
38+
==============
39+
* CVE-2025-21605 Limit output buffer for unauthenticated clients (#1993)
40+
1241
================================================================================
1342
Valkey 8.0.2 - Released Mon 6 Jan 2025
1443
================================================================================

src/version.h

+2-2
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.2"
8-
#define VALKEY_VERSION_NUM 0x00080002
7+
#define VALKEY_VERSION "8.0.3"
8+
#define VALKEY_VERSION_NUM 0x00080003
99

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

0 commit comments

Comments
 (0)