Releases: rocksdict/RocksDict
Releases · rocksdict/RocksDict
rocksdict-v0.3.14
What's Changed
- build with stable rust 1.70 LLVM 16 by @Congyuwang in #69
- Update rocksdb to v8.5.3 by @Congyuwang in #79
Full Changelog: v0.3.13...v0.3.14
speedict-v0.3.11
First release of speedict backed key-value store!
pip install speedict
and from speedict import Rdict
to try!
'Almost' identical APIs compared with rocksdict.
Full Changelog: v0.3.13...speedict-v0.3.11
v0.3.13
What's Changed
- add set_async_io in ReadOptions by @Congyuwang in #68
Full Changelog: v0.3.12...v0.3.13
v0.3.12
What's Changed
- Update to RocksDB version 8.1.1 by @Congyuwang in #67
Full Changelog: v0.3.11...v0.3.12
Release v0.3.11
What's Changed
- Fix a potential memory free bug in key_may_exist (use
libc::free
now) by @Congyuwang in #60 - Update to rust-nightly for LLVM16 to support win32 by @Congyuwang in #59
Full Changelog: v0.3.10...v0.3.11
Release v0.3.10
Release v0.3.9
What's Changed
- Add r/w options for put, get, delete, and delete range by @Congyuwang in #53
- Use batch_multi_get to replace multi_get by @Congyuwang in #54
- Add key_may_exists API by @Congyuwang in #55
Full Changelog: v0.3.8...v0.3.9
Release v0.3.8
What's Changed
- Add put, get, and delete methods to match python-rocksdb by @wbarnha in #45
- Add default value for
get()
Api by @Congyuwang in #46 - update rocksdb version to v8.0.0 by @Congyuwang in #47
- Allow specifying checksum type by @Congyuwang in #48
- revert arm32 fix (fix win32 build) by @Congyuwang in #50
New Contributors
Full Changelog: v0.3.7.1...v0.3.8
Patch v0.3.7.1
What's Changed
- Add back windows x86 by @Congyuwang in #40
Release v0.3.7
What's Changed
- update rocksdb version to v7.9.2 by @Congyuwang in #43
- fix flushing at db.close in readonly mode by @Congyuwang in #44
Full Changelog: v0.3.6...v0.3.7