Skip to content

Commit

Permalink
update HISTORY.md for 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkr committed Feb 19, 2023
1 parent 4b87e21 commit fdf403f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Rocksdb Change Log
## Unreleased

## 8.0.0 (02/19/2023)
### Behavior changes
* `ReadOptions::verify_checksums=false` disables checksum verification for more reads of non-`CacheEntryRole::kDataBlock` blocks.
* In case of scan with async_io enabled, if posix doesn't support IOUring, Status::NotSupported error will be returned to the users. Initially that error was swallowed and reads were switched to synchronous reads.
Expand Down

0 comments on commit fdf403f

Please sign in to comment.