Skip to content

ObjectiveRocks 0.4.0

Compare
Choose a tag to compare
@iabudiab iabudiab released this 11 Jun 20:51
· 227 commits to develop since this release

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