All Versions
12
Latest Version
Avg Release Cycle
145 days
Latest Release
1606 days ago

Changelog History
Page 2

  • v0.2.0 Changes

    ๐Ÿš€ Released on 2015.02.01

    โž• Added

    • Column Families implementation
    • ๐Ÿ”€ Implementation for Generic Merge Operators
    • Built-In comparator types for NSString, NSNumber, and RocksDB's own native byte-wise comparator
    • Built-In Key-Value encoders and decoders for NSString and NSJSONSerializable types
    • ๐Ÿ”€ Write Batch methods for merge operations
    • ๐Ÿ‘€ Prefix-based seek iterations
    • โœ… Tests
  • v0.1.0 Changes

    ๐Ÿš€ 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