Skip to content

Commit 40a257d

Browse files
committed
Release notes for 9.0.0-rc3
Signed-off-by: Jacob Murphy <[email protected]>
1 parent 32e4a0b commit 40a257d

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

00-RELEASENOTES

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
1444
Valkey 9.0.0-rc2 - September 23, 2025
1545
-------------------------------------
1646

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* In unstable branch the status is always "dev".
1111
* During release process the status will be set to rc1,rc2...rcN.
1212
* When the version is released the status will be "ga". */
13-
#define VALKEY_RELEASE_STAGE "rc2"
13+
#define VALKEY_RELEASE_STAGE "rc3"
1414

1515
/* Redis OSS compatibility version, should never
1616
* exceed 7.2.x. */

0 commit comments

Comments
 (0)