Update HISTROY.md for 3.8 release
This commit is contained in:
parent
a177742a9b
commit
94fa542f82
@ -1,11 +1,18 @@
|
|||||||
# Rocksdb Change Log
|
# Rocksdb Change Log
|
||||||
|
|
||||||
## Unreleased
|
## 3.8.0 (11/14/2014)
|
||||||
|
|
||||||
|
### Public API changes
|
||||||
* BackupEngine::NewBackupEngine() was deprecated; please use BackupEngine::Open() from now on.
|
* BackupEngine::NewBackupEngine() was deprecated; please use BackupEngine::Open() from now on.
|
||||||
* BackupableDB/RestoreBackupableDB have new GarbageCollect() methods, which will clean up files from corrupt and obsolete backups.
|
* BackupableDB/RestoreBackupableDB have new GarbageCollect() methods, which will clean up files from corrupt and obsolete backups.
|
||||||
* BackupableDB/RestoreBackupableDB have new GetCorruptedBackups() methods which list corrupt backups.
|
* BackupableDB/RestoreBackupableDB have new GetCorruptedBackups() methods which list corrupt backups.
|
||||||
|
|
||||||
|
### Cleanup
|
||||||
|
* Bunch of code cleanup, some extra warnings turned on (-Wshadow, -Wshorten-64-to-32, -Wnon-virtual-dtor)
|
||||||
|
|
||||||
|
### New features
|
||||||
|
* CompactFiles and EventListener, although they are still in experimental state
|
||||||
|
|
||||||
## 3.7.0 (11/6/2014)
|
## 3.7.0 (11/6/2014)
|
||||||
### Public API changes
|
### Public API changes
|
||||||
* Introduce SetOptions() API to allow adjusting a subset of options dynamically online
|
* Introduce SetOptions() API to allow adjusting a subset of options dynamically online
|
||||||
|
Loading…
Reference in New Issue
Block a user