Releases: rocksdict/RocksDict
Releases · rocksdict/RocksDict
v0.3.5: Merge pull request #32 from Congyuwang/develop
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
Update RocksDB to latest v7.7.3
Release v0.3.3
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
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
Add x86 manylinux2014 wheels to v0.3.1
Release v0.3.1
Fix macOS wheel compatibility with maxOS X 11
Release v0.3.0
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
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
- Implemented Snapshot
- Add compact_range, and etc. to Rdict
Release v0.2.12
- Add WriteBatch
- Add delete_range()
- Add open as secondary, read-only, and with-ttl