ObjectiveRocks 0.4.0
Released on 2015.01.17
- RocksDB Version:
3.9
: facebook/rocksdb@b89d58d
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
andBackground 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
- Updated
Thread Status
API- Adapted according to the changes introduces in: facebook/rocksdb@bf287b7