File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,29 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
11
11
SECURITY: There are security fixes in the release.
12
12
--------------------------------------------------------------------------------
13
13
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
+
14
37
================================================================================
15
38
Valkey 7.2.9 - Released Wed 23 Apr 2025
16
39
================================================================================
Original file line number Diff line number Diff line change 1
1
#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
4
4
5
5
/* Redis compatibility version, should never
6
6
* exceed 7.2.x. */
You can’t perform that action at this time.
0 commit comments