@@ -9,6 +9,31 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
9
9
SECURITY: There are security fixes in the release.
10
10
--------------------------------------------------------------------------------
11
11
12
+ ================================================================================
13
+ Valkey 8.1.1 - Released Wed 23 Apr 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 the build on less common platforms in zmalloc.c (#1922)
22
+ * fix: add samples to stream object consumer trees (#1825)
23
+ * Fix crash during TLS handshake with I/O threads (#1955)
24
+ * Fix cluster slot stats assertion during promotion of replica (#1950)
25
+ * Fix panic in primary when blocking shutdown after previous block with timeout (#1948)
26
+ * Ignore stale gossip packets that arrive out of order (#1777)
27
+ * Fix incorrect lag reported in XINFO GROUPS (#1952)
28
+ * Fix engine crash on module client blocking during keyspace events (#1819)
29
+ * Avoid shard id update of replica if not matching with primary shard id (#573)
30
+ * Only enable defrag for vendored jemalloc (#1985)
31
+ * Allow scripts to support null characters again (#1984)
32
+
33
+ Security fixes
34
+ ==============
35
+ * CVE-2025-21605 Limit output buffer for unauthenticated clients (#1994)
36
+
12
37
================================================================================
13
38
Valkey 8.1.0 GA - Released Mon 31 March 2025
14
39
================================================================================
0 commit comments