@@ -11,6 +11,50 @@ Upgrade urgency levels:
11
11
| CRITICAL | There is a critical bug affecting MOST USERS. Upgrade ASAP. |
12
12
| SECURITY | There are security fixes in the release. |
13
13
14
+ Valkey 9.0.0-rc2 - September XX, 2025
15
+ ----------------------------------
16
+
17
+ Upgrade urgency LOW: This is the second release candidate of Valkey 9.0.0,
18
+ focused on stability, bug fixes, and incremental improvements.
19
+
20
+ **Attention Valkey Module maintainers**: There is a new module option to
21
+ indicate support for the Atomic Slot Migration (ASM) feature. Modules must
22
+ explicitly opt in to ASM; otherwise, this feature will be disabled in clusters
23
+ that load modules without ASM support.
24
+
25
+ ### Bug Fixes
26
+ * Fix module context object re-usage in scripting engines (#2358)
27
+ * Fix pre-size hashtables per slot when reading RDB files (#2466)
28
+ * Do not migrate script functions in atomic slot migration (#2547)
29
+ * Don't use AVX2 instructions if the CPU don't support it (#2571)
30
+
31
+ ### Performance/Efficiency
32
+ * Optimized pipelining by parsing and prefetching multiple commands (#2092)
33
+
34
+ ### Cluster and Replication
35
+ * Make cluster failover delay relative to node timeout (#2449)
36
+ * Separate RDB snapshotting from atomic slot migration (#2533)
37
+
38
+ ### Module API
39
+ * Added new module API event for tracking authentication attempts (#2237)
40
+ * Added READONLY flag to ClientInfo.flags output structure (#2522)
41
+ * Make modules opt-in to atomic slot migration and add server events (#2593)
42
+
43
+ ### Configuration
44
+ * Added new cluster-announce-client-(port|tls-port) configs (#2429)
45
+ * Reset cluster related stats in CONFIG RESETSTATS (#2458)
46
+ * Make CONFIG GET command to return a sorted output (#2493)
47
+
48
+ ### Commands
49
+ * Update reply schema for LMOVE and BLMOVE (#2541)
50
+ * Most deprecated commands are now un-deprecated (#2546)
51
+
52
+ ### Upgrade
53
+ * Relaxed RDB check for foreign RDB formats (#2543)
54
+
55
+ ### CLI
56
+ * Added word-jump navigation (Alt/Option/Ctrl + ←/→) to valkey-cli (#2583)
57
+
14
58
Valkey 9.0.0-rc1 - August 14, 2025
15
59
----------------------------------
16
60
0 commit comments