Releases: rocksdict/RocksDict
Releases · rocksdict/RocksDict
v0.3.22
What's Changed
This release removes support for win32, and enables cross language LLVM-lto for macOS amd64/aarch64, windows amd64, and linux amd64/aarch64 to generate better binary.
- compaction allow threads by @Congyuwang in #114
- enable lto for macos build by @Congyuwang in #112
- Windows lto by @Congyuwang in #113
- enable cross-language lto for linux build by @Congyuwang in #115
Full Changelog: v0.3.21...v0.3.22
v0.3.21
What's Changed
- Make benchmarks more efficient and real-world-like by @GodTamIt in #102
- Allow threading on get operations by @GodTamIt in #103
- Allow threads on closes and cleanup functions by @GodTamIt in #104
- update dep rust-rocksdb version by @Congyuwang in #105
- optimize windows and Mac build & update rocksdb version to v8.10.0 by @Congyuwang in #109
Full Changelog: v0.3.20...v0.3.21
v0.3.20
What's Changed
- Code refactor using db multithreaded by @Congyuwang in #101
Full Changelog: v0.3.19...v0.3.20
v0.3.19
What's Changed
- Add type information for
DbClosedError
by @GodTamIt in #97 - Cancel all background work on last reference drop by @GodTamIt in #98
- Update rocksdb to v8.8.1 by @Congyuwang in #99
Full Changelog: v0.3.18...v0.3.19
Release v0.3.18
What's Changed
- Add missing function signatures to rocksdict.pyi by @GodTamIt in #96
- Do not try to flush on secondary instances by @GodTamIt in #95
Full Changelog: v0.3.17...v0.3.18
speedict-v0.3.12
What's Changed
- Python 3.12 support for Speedict & Update Speedict to v2.7.0 by @Congyuwang in #92
Full Changelog: speedict-v0.3.11...speedict-v0.3.12
Release v0.3.17
Upgrade pyproject.toml to include python 3.12.
Release v0.3.16
What's Changed
- Add
DbClosedError
by @GodTamIt in #88 - Add Support for Python 3.12 by @Congyuwang in #90
New Contributors
Full Changelog: v0.3.15...v0.3.16
Release v0.3.15
What's Changed
- Update pyo3 to v0.20.0 and rocksdb to v8.6.7 by @Congyuwang in #84
Full Changelog: v0.3.14...v0.3.15
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