Update history for 5.17.2 release

This commit is contained in:
Fosco Marotto 2018-11-12 11:57:32 -08:00
parent fb4063749b
commit f438b98e55

View File

@ -1,9 +1,10 @@
# Rocksdb Change Log
# Unreleased
# 5.17.2 (10/24/2018)
### Bug Fixes
* Fix the bug that WriteBatchWithIndex's SeekForPrev() doesn't see the entries with the same key.
## 5.17.1 (10/16/2018)
# 5.17.1 (10/16/2018)
### Bug Fixes
* Fix slow flush/compaction when DB contains many snapshots. The problem became noticeable to us in DBs with 100,000+ snapshots, though it will affect others at different thresholds.
* Properly set the stop key for a truncated manual CompactRange