Skip to content

Commit fcd8bc3

Browse files
authored
Release notes for 8.1.1 (#1997)
Signed-off-by: Jacob Murphy <[email protected]>
1 parent fff628e commit fcd8bc3

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

00-RELEASENOTES

+25
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,31 @@ 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.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+
1237
================================================================================
1338
Valkey 8.1.0 GA - Released Mon 31 March 2025
1439
================================================================================

src/version.h

+2-2
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.1.0"
8-
#define VALKEY_VERSION_NUM 0x00080100
7+
#define VALKEY_VERSION "8.1.1"
8+
#define VALKEY_VERSION_NUM 0x00080101
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.

0 commit comments

Comments
 (0)