ObjectiveRocks v0.1.0 Release Notes

  • ๐Ÿš€ Released on 2015.12.23

    ๐Ÿš€ First release of ObjectiveRocks featuring basic RocksDB functionality:

    • [x] Opening and closing RocksDB instances
    • [x] Basic DB options
    • [x] Put, Get and Delete operations
    • [x] Read and Write options that are specific to single operations
    • โšก๏ธ [x] Atomic updates via Write Batches
    • [x] Key-Value encoders and decoders for converting arbitrary objects to and from NSData
    • ๐Ÿ‘ [x] Database iteration support
    • [x] Database Snapshots - Read-only view over the entire DB
    • ๐Ÿ‘ [x] Key Comparators support - For custom key-ordering in the DB
    • ๐Ÿ”€ [x] Associative Merge Operators support - Atomic read-modify-write operations