Skip to content

Commit 3cb0de7

Browse files
Nikhil-Manglorezuiderkwast
authored andcommitted
Add release notes and update version for 8.0.5
Signed-off-by: Nikhil Manglore <[email protected]> Signed-off-by: Viktor Söderqvist <[email protected]>
1 parent e05b7d1 commit 3cb0de7

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

00-RELEASENOTES

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,41 @@ 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.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
================================================================================
1348
Valkey 8.0.4 - Released Mon 07 July 2025
1449
================================================================================

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.4"
8-
#define VALKEY_VERSION_NUM 0x00080004
7+
#define VALKEY_VERSION "8.0.5"
8+
#define VALKEY_VERSION_NUM 0x00080005
99

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

0 commit comments

Comments
 (0)