Skip to content

Releases: rocksdict/RocksDict

Release v0.2.13

03 Jan 15:26
Compare
Choose a tag to compare
  • Implemented Snapshot
  • Add compact_range, and etc. to Rdict

Release v0.2.12

03 Jan 04:00
Compare
Choose a tag to compare
  • Add WriteBatch
  • Add delete_range()
  • Add open as secondary, read-only, and with-ttl

Release v0.2.11

02 Jan 17:44
81f9a2b
Compare
Choose a tag to compare

Implement Column Families

  • Make Column Families available for get, put, del, iterator, and etc.

Release v0.2.9

02 Jan 09:16
Compare
Choose a tag to compare
  • Add support for SstFileWriter and ingesting external SST files.

Release v0.2.8

01 Jan 13:41
Compare
Choose a tag to compare

Move all implementation to Rust

Release v0.2.7

01 Jan 05:27
Compare
Choose a tag to compare
  • Call pickle from within Rust
  • Fix iterator PyObject recognition bug

Release v0.2.6

01 Jan 02:40
Compare
Choose a tag to compare
  • Add optional parameters to items(), keys() and values().
  • Improve contains with RocksDB key_may_exists method

Release v0.2.5

31 Dec 17:47
Compare
Choose a tag to compare

Implement iterators for Rdict

Release v0.2.3

30 Dec 13:10
Compare
Choose a tag to compare
  • Support RockDB configurations
  • Support Storage of arbitrary python objects as values
  • Add documentation