RocksDB v3.8.0 Release Notes

Release Date: 2014-11-14 // over 9 years ago
  • Public API changes

    • ๐Ÿ—„ 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 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
    • ๐Ÿ‘ Full ColumnFamily support in RocksJava.