|
|
@ -1,8 +1,14 @@ |
|
|
|
# Rocksdb Change Log |
|
|
|
# Rocksdb Change Log |
|
|
|
## Unreleased |
|
|
|
## Unreleased |
|
|
|
### Public API Change |
|
|
|
### Public API Change |
|
|
|
|
|
|
|
### New Features |
|
|
|
|
|
|
|
### Bug Fixes |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 5.8.0 (08/30/2017) |
|
|
|
|
|
|
|
### Public API Change |
|
|
|
* Users of `Statistics::getHistogramString()` will see fewer histogram buckets and different bucket endpoints. |
|
|
|
* Users of `Statistics::getHistogramString()` will see fewer histogram buckets and different bucket endpoints. |
|
|
|
* `Slice::compare` and BytewiseComparator `Compare` no longer accept `Slice`s containing nullptr. |
|
|
|
* `Slice::compare` and BytewiseComparator `Compare` no longer accept `Slice`s containing nullptr. |
|
|
|
|
|
|
|
* `Transaction::Get` and `Transaction::GetForUpdate` variants with `PinnableSlice` added. |
|
|
|
|
|
|
|
|
|
|
|
### New Features |
|
|
|
### New Features |
|
|
|
* Add Iterator::Refresh(), which allows users to update the iterator state so that they can avoid some initialization costs of recreating iterators. |
|
|
|
* Add Iterator::Refresh(), which allows users to update the iterator state so that they can avoid some initialization costs of recreating iterators. |
|
|
|