@@ -11,6 +11,21 @@ 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 GA - October 21, 2025
15+ -------------------------------------
16+
17+ Upgrade urgency LOW: This is the first release of Valkey 9.0 which
18+ includes stability, bug fixes, and incremental improvements over the third release candidate.
19+
20+ ### Bug fixes
21+ * HSETEX with FXX should not create an object if it does not exist (#2716)
22+ * Fix crash when aborting a slot migration while child snapshot is active (#2721)
23+ * Fix double MOVED reply on unblock at failover (#2734)
24+ * Fix memory leak with CLIENT LIST/KILL duplicate filters (#2362)
25+ * Fix incorrect accounting after completed atomic slot migration (#2749)
26+ * Fix Lua VM crash after FUNCTION FLUSH ASYNC + FUNCTION LOAD (#1826,#2750)
27+ * Fix invalid memory address caused by hashtable shrinking during safe iteration (#2753)
28+
1429Valkey 9.0.0-rc3 - October 7, 2025
1530-------------------------------------
1631
@@ -26,19 +41,19 @@ focused on stability, bug fixes, and incremental improvements.
2641### Performance/Efficiency
2742* Optimize skiplist random level generation logic (#2631)
2843
29- ## Cluster and Replication
44+ ### Cluster and Replication
3045* Redirect blocked clients after failover (#2329)
3146* Prevent exposure of importing keys on replicas during atomic slot migration (#2635)
3247* Add slot migration client flags and module context flags (#2639)
3348* Introduce SYNCSLOTS CAPA for forwards compatibility (#2688)
3449
35- ## Bug Fixes
50+ ### Bug Fixes
3651* Fix atomic slot migration snapshot never proceeding with hz 1 (#2636)
3752* Defrag if slab 1/8 full to fix defrag didn't stop issue (#2656)
3853* Fix module key memory usage accounting (#2661)
3954* Fix dual rdb channel connection error log (#2658)
4055
41- ## Commands
56+ ### Commands
4257* Implement a lolwut for version 9 (#2646)
4358
4459Valkey 9.0.0-rc2 - September 23, 2025
0 commit comments