What's Changed * Add back windows x86 by Congyuwang in https://github.com/Congyuwang/RocksDict/pull/40
0.3.7
What's Changed * update rocksdb version to v7.9.2 by Congyuwang in https://github.com/Congyuwang/RocksDict/pull/43 * fix flushing at db.close in readonly mode by Congyuwang in https://github.com/Congyuwang/RocksDict/pull/44
What's Changed * Update pyo3 to v0.18.0 by Congyuwang in https://github.com/Congyuwang/RocksDict/pull/39 * Add support for with statements by scientificworld in https://github.com/Congyuwang/RocksDict/pull/37
New Contributors * scientificworld made their first contribution in https://github.com/Congyuwang/RocksDict/pull/37
Rdict.destroy() now deletes rocksdict-config.json before calling DB::destroy(), also deleting the whole directory if no file is left.
0.3.4
0.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