File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed
Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,28 @@ 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.1.2 - Released Wed 11 June 2025
14+ ================================================================================
15+
16+ Upgrade urgency HIGH: This release includes CVE fix for valkey-check-aof tool, we recommend you
17+ apply as soon as possible if you use the tool.
18+
19+ Bug fixes
20+ =========
21+ * Properly escape double quotes and backslash in `MONITOR` command (#2036)
22+ * Fix high CPU usage when fetching a random element in skewed sparse hash table (#2085)
23+ * Fix a bug that allowed clients to process commands when the server has paused command processing (#2109)
24+ * Fix a crash where the wrong slot is used when processing sharded pubsub unsubscribe events (#2137)
25+ * Fix a crash when a module attempts to write auxiliary data with AOF enabled (#2132)
26+ * Fix a bug where the engine may crash when establishing new outbound TLS connections (#2140)
27+ * Fix a bug where a cluster bus packet may be incorrectly marked as invalid (#2144)
28+ * Fix a bug where replica in cluster mode can't finish failover when config epoch is outdated (#2178)
29+
30+ Security fixes
31+ ==============
32+ * CVE-2025-27151 Check length of AOF file name in valkey-check-aof (#2146)
33+
1234================================================================================
1335Valkey 8.1.1 - Released Wed 23 Apr 2025
1436================================================================================
Original file line number Diff line number Diff line change 44 * similar. */
55#define SERVER_NAME "valkey"
66#define SERVER_TITLE "Valkey"
7- #define VALKEY_VERSION "8.1.1 "
8- #define VALKEY_VERSION_NUM 0x00080101
7+ #define VALKEY_VERSION "8.1.2 "
8+ #define VALKEY_VERSION_NUM 0x00080102
99/* The release stage is used in order to provide release status information.
1010 * In unstable branch the status is always "dev".
1111 * During release process the status will be set to rc1,rc2...rcN.
You can’t perform that action at this time.
0 commit comments