ObjectiveRocks v0.4.0 Release Notes

Release Date: 2016-06-11 // almost 8 years ago
  • ๐Ÿš€ Released on 2015.01.17

    ๐Ÿš€ All headers are refactored in this release to provide a pure Objective-C interface for Swift compatibility.

    โž• Added

    • ๐Ÿ”ง Basic support for RocksDB Env for configuring priority thread pools
    • ๐Ÿ‘Œ Support for querying the Threads Status
    • Options for Background Compactions and Background Flushes
    • Iterator methods for key-value iteration
    • ๐Ÿ‘Œ Support for Column Family Metadata
    • โœ… Swift tests

    ๐Ÿ›  Fixed

    • Typo in method name in Filter Policy class
    • Typo in method name to retrieve column families in RocksDB class

    ๐Ÿ”„ Changed