@@ -9,6 +9,41 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
99SECURITY: There are security fixes in the release.
1010--------------------------------------------------------------------------------
1111
12+ ================================================================================
13+ Valkey 8.0.5 - Released Thu 21 Aug 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+ * Fix clients remaining blocked when reprocessing commands after certain blocking operations. (#2109)
22+ * Fix a memory corruption issue in the sharded pub/sub unsubscribe logic. (#2137)
23+ * Fix potential memory leak by ensuring module context is freed when `aux_save2` callback writes no data. (#2132)
24+ * Fix `CLIENT UNBLOCK` triggering unexpected errors when used on paused clients. (#2117)
25+ * Fix missing NULL check on `SSL_new()` when creating outgoing TLS connections. (#2140)
26+ * Fix incorrect casting of ping extension lengths to prevent silent packet drops. (#2144)
27+ * Fix replica failover stall due to outdated config epoch. (#2178)
28+ * Fix incorrect port/tls-port info in `CLUSTER SLOTS`/`CLUSTER NODES` after dynamic config change. (#2186)
29+ * Ensure empty error tables in Lua scripts don't crash Valkey. (#2229)
30+ * Fix client tracking memory overhead calculation #2360
31+ * Handle divergent shard-id from nodes.conf and reconcile to the primary node's shard-id. (#2174)
32+
33+ Behavior changes
34+ ================
35+ * Trigger election immediately during a forced manual failover (`CLUSTER FAILOVER FORCE`) to avoid delay. (#1067)
36+ * Reset ongoing election state when initiating a new manual failover. (#1274)
37+
38+ Logging and Tooling Improvements
39+ ================================
40+ * Add support to drop all cluster packets. (#1252)
41+ * Improve log clarity in failover auth denial message. (#1341)
42+
43+ Security fixes
44+ ==============
45+ * CVE-2025-27151: Add missing validation to reject file paths longer than `PATH_MAX` in valkey-check-aof. (#2146)
46+
1247================================================================================
1348Valkey 8.0.4 - Released Mon 07 July 2025
1449================================================================================
0 commit comments