Skip to content

Commit

Permalink
Include two more changes in 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykorean committed Aug 19, 2024
1 parent 67bfca5 commit becf868
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Rocksdb Change Log
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
## 9.7.0 (08/19/2024)
### New Features
* Introduce a new mutable CF option `paranoid_memory_checks`. It enables additional validation on data integrity during reads/scanning. Currently, skip list based memtable will validate key ordering during look up and scans.

### Public API Changes
* Adds optional installation callback function for remote compaction

## 9.6.0 (08/16/2024)
### New Features
* *Best efforts recovery supports recovering to incomplete Version with a clean seqno cut that presents a valid point in time view from the user's perspective, if versioning history doesn't include atomic flush.
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit becf868

Please sign in to comment.