Compare commits

...

1 Commits

Author SHA1 Message Date
RocksDB Release Automation a331090da6 Release 10.10 2025-12-05 15:34:58 -08:00
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -1,6 +1,10 @@
# Rocksdb Change Log
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
## 10.10.0 (12/05/2025)
### Bug Fixes
* Fixed a bug in best-efforts recovery that causes use-after-free crashes when accessing SST files that were cached during the recovery.
## 10.9.0 (11/21/2025)
### New Features
* Added an auto-tuning feature for DB manifest file size that also (by default) improves the safety of existing configurations in case `max_manifest_file_size` is repeatedly exceeded. The new recommendation is to set `max_manifest_file_size` to something small like 1MB and tune `max_manifest_space_amp_pct` as needed to balance write amp and space amp in the manifest. Refer to comments on those options in `DBOptions` for details. Both options are (now) mutable.
@@ -1 +0,0 @@
Fixed a bug in best-efforts recovery that causes use-after-free crashes when accessing SST files that were cached during the recovery.