Skip to content

Releases: rocksdict/RocksDict

v0.3.5: Merge pull request #32 from Congyuwang/develop

11 Nov 15:35
5bec3c2
Compare
Choose a tag to compare

Rdict.destroy() now deletes rocksdict-config.json before calling DB::destroy(), also deleting the whole directory if no file is left.

Release v0.3.4

06 Nov 02:24
bb2657c
Compare
Choose a tag to compare

Update RocksDB to latest v7.7.3

Release v0.3.3

05 Nov 16:36
c70f940
Compare
Choose a tag to compare

New feature:

  • Rdict(path) now automatically reads columnfamilies and their options from path.
  • Use opt, cols = Options.load_latest(path) to read latest options from db path

Release v0.3.2

05 Nov 07:01
d7a20f4
Compare
Choose a tag to compare

Bug fix:

  • automatically add "default" column when opening with column_families. Make compatible with v0.2.x releases

Add x86 manylinux2014 wheels to v0.3.1

05 Nov 04:14
6923d2c
Compare
Choose a tag to compare

Add x86 manylinux2014 wheels to v0.3.1

Release v0.3.1

04 Nov 08:45
f777a1b
Compare
Choose a tag to compare

Fix macOS wheel compatibility with maxOS X 11

Release v0.3.0

03 Nov 10:11
a40c901
Compare
Choose a tag to compare

Update rocksdb version to v7.4.4
Add support for Python 3.11
Remove support for Python 3.6
Add support for aarch64
Add a new method flush_wal(sync) which flushes the WAL log files.**

Release v0.2.14

06 Jan 02:14
Compare
Choose a tag to compare

Add raw_mode which allows only storing and reading of bytes, making it compatible with a wider range of existing RocksDB databases.

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