Skip to content

Commit ad424d6

Browse files
committed
Release notes for 7.2.10
Signed-off-by: Ran Shidlansik <[email protected]>
1 parent 7cf7afe commit ad424d6

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

00-RELEASENOTES

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,29 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
1111
SECURITY: There are security fixes in the release.
1212
--------------------------------------------------------------------------------
1313

14+
================================================================================
15+
Valkey 7.2.10 - Released Fri 20 June 2025
16+
================================================================================
17+
18+
Upgrade urgency HIGH: This release includes CVE fix for valkey-check-aof tool, we recommend you
19+
apply as soon as possible if you use the tool.
20+
21+
Bug fixes
22+
=========
23+
* Fix a bug that allowed clients to process commands when the server has paused command processing (#2231)
24+
* Fix a crash when a module attempts to write auxiliary data with AOF enabled (#2132)
25+
* Fix a bug where the engine may crash when establishing new outbound TLS connections (#2140)
26+
* Fix a bug where a cluster bus packet may be incorrectly marked as invalid (#2144)
27+
* Fix a bug where CLUSTER SLOTS/NODES information can be stale after updating node port/tls-port (#2186)
28+
* Fix a bug where replica in cluster mode can't finish failover when config epoch is outdated (#2232)
29+
* Fix a bug to avoid CLIENT UNBLOCK command to unblock paused clients (#2117)
30+
31+
Security fixes
32+
==============
33+
* CVE-2025-27151 Check length of AOF file name in valkey-check-aof (#2146)
34+
* CVE-2025-32023 prevent out-of-bounds write during hyperloglog operations (#2314)
35+
* CVE-2025-48367 retry accept on transient errors (#2315)
36+
1437
================================================================================
1538
Valkey 7.2.9 - Released Wed 23 Apr 2025
1639
================================================================================

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define SERVER_NAME "valkey"
2-
#define VALKEY_VERSION "7.2.9"
3-
#define VALKEY_VERSION_NUM 0x00070209
2+
#define VALKEY_VERSION "7.2.10"
3+
#define VALKEY_VERSION_NUM 0x0007020A
44

55
/* Redis compatibility version, should never
66
* exceed 7.2.x. */

0 commit comments

Comments
 (0)