@@ -11,6 +11,36 @@ Upgrade urgency levels:
1111| CRITICAL | There is a critical bug affecting MOST USERS. Upgrade ASAP. |
1212| SECURITY | There are security fixes in the release. |
1313
14+ Valkey 9.0.0-rc3 - October 7, 2025
15+ -------------------------------------
16+
17+ Upgrade urgency LOW: This is the third release candidate of Valkey 9.0.0,
18+ focused on stability, bug fixes, and incremental improvements.
19+
20+ ### Security fixes
21+ * (CVE-2025-49844) A Lua script may lead to remote code execution
22+ * (CVE-2025-46817) A Lua script may lead to integer overflow and potential RCE
23+ * (CVE-2025-46818) A Lua script can be executed in the context of another user
24+ * (CVE-2025-46819) LUA out-of-bound read
25+
26+ ### Performance/Efficiency
27+ * Optimize skiplist random level generation logic (#2631)
28+
29+ ## Cluster and Replication
30+ * Redirect blocked clients after failover (#2329)
31+ * Prevent exposure of importing keys on replicas during atomic slot migration (#2635)
32+ * Add slot migration client flags and module context flags (#2639)
33+ * Introduce SYNCSLOTS CAPA for forwards compatibility (#2688)
34+
35+ ## Bug Fixes
36+ * Fix atomic slot migration snapshot never proceeding with hz 1 (#2636)
37+ * Defrag if slab 1/8 full to fix defrag didn't stop issue (#2656)
38+ * Fix module key memory usage accounting (#2661)
39+ * Fix dual rdb channel connection error log (#2658)
40+
41+ ## Commands
42+ * Implement a lolwut for version 9 (#2646)
43+
1444Valkey 9.0.0-rc2 - September 23, 2025
1545-------------------------------------
1646
0 commit comments