@@ -9,6 +9,35 @@ 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.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
+
12
41
================================================================================
13
42
Valkey 8.0.2 - Released Mon 6 Jan 2025
14
43
================================================================================
0 commit comments