Skip to content

Commit 43561f8

Browse files
committed
Release notes and version file update for 8.1.5
Signed-off-by: Viktor Söderqvist <[email protected]>
1 parent 158f275 commit 43561f8

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

00-RELEASENOTES

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ 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.5 - Released Thu 04 December 2025
14+
================================================================================
15+
16+
Upgrade urgency MODERATE: Program an upgrade of the server, but it's not urgent.
17+
18+
Bug fixes
19+
=========
20+
* Fix Lua VM crash after FUNCTION FLUSH ASYNC + FUNCTION LOAD (#1826)
21+
* Fix invalid memory address caused by hashtable shrinking during safe iteration (#2753)
22+
* Cluster: Avoid usage of light weight messages to nodes with not ready bidirectional links (#2817)
23+
* Send duplicate multi meet packet only for node which supports it (#2840)
24+
* Fix loading AOF files from future Valkey versions (#2899)
25+
1226
================================================================================
1327
Valkey 8.1.4 - Released Fri 03 October 2025
1428
================================================================================

src/version.h

Lines changed: 2 additions & 2 deletions
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.4"
8-
#define VALKEY_VERSION_NUM 0x00080104
7+
#define VALKEY_VERSION "8.1.5"
8+
#define VALKEY_VERSION_NUM 0x00080105
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)