File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,20 @@ 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.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================================================================================
1327Valkey 8.1.4 - Released Fri 03 October 2025
1428================================================================================
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.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.
You can’t perform that action at this time.
0 commit comments