Releases: rocksdict/RocksDict
Releases · rocksdict/RocksDict
v0.3.25
What's Changed
- Fix type errors using pyright typeCheckingMode strict. by @Menziess in #161
- Update to Rocksdb v9.8.4 by @Congyuwang in #164
New Contributors
Full Changelog: v0.3.24...v0.3.25
v0.3.24-musllinux-patch
Add wheels of musllinux for v0.3.24
What's Changed
- build musl wheels by @Congyuwang in #155
Full Changelog: v0.3.24-manylinux2014-aarch64-patch...v0.3.24-musllinux-patch
v0.3.24-manylinux2014-aarch64-patch
Add manylinux2014 wheels for linux aarch64
What's Changed
- Use arm64 linux runner in CI by @Congyuwang in #154
- Fix macos build by @Congyuwang in #156
Full Changelog: v0.3.24-pypy-patch...v0.3.24-manylinux2014-aarch64-patch
v0.3.24-pypy-patch
v0.3.24
What's Changed
- reduce copy reading from PyString by @Congyuwang in #120
- upgrade to rust v1.78 and llvm-18 by @Congyuwang in #123
- Set CF Options.RawMode to Options.RawMode when conflict by @Congyuwang in #125
- Support get_entity, put_entity, columns of Widecolumns by @Congyuwang in #126
- Add
entities()
andcolumns()
to iterate through wide columns by @Congyuwang in #127 - Open DB created by other programming languages in raw mode by default by @Congyuwang in #128
- Support PutEntity in WriteBatch by @Congyuwang in #136
- Add More Options APIs by @Congyuwang in #137
- Build Python 3.13 (non free-threaded) wheels by @edgarrmondragon in #146
- Upgrade to llvm@19 and rust v1.82.0 (except Windows) by @Congyuwang in #148
- Upgrade to rocksdb v9.7.3 by @Congyuwang in #150
- Add Checkpoints by @Congyuwang in #152
New Contributors
- @edgarrmondragon made their first contribution in #146
Full Changelog: v0.3.23...v0.3.24
v0.3.24-beta3
What's Changed
- Support PutEntity in WriteBatch by @Congyuwang in #136
- Add More Options APIs by @Congyuwang in #137
Full Changelog: v0.3.24-beta2...v0.3.24-beta3
v0.3.24-beta2
What's Changed
- open DB created by foreign language in raw mode by default by @Congyuwang in #128
Full Changelog: v0.3.24-beta1...v0.3.24-beta2
v0.3.24-beta1
What's Changed
- reduce copy reading from PyString by @Congyuwang in #120
- upgrade to rust v1.78 and llvm-18 by @Congyuwang in #123
- Set CF Options.RawMode to Options.RawMode when conflict by @Congyuwang in #125
- Support get_entity, put_entity, columns of Widecolumns by @Congyuwang in #126
- Add
entities()
andcolumns()
to iterate through wide columns by @Congyuwang in #127
Full Changelog: v0.3.23...v0.3.24-beta1
v0.3.24-beta.0
What's Changed
- reduce copy reading from PyString by @Congyuwang in #120
- upgrade to rust v1.78 and llvm-18 by @Congyuwang in #123
- Set CF Options.RawMode to Options.RawMode when conflict by @Congyuwang in #125
- Support get_entity, put_entity, columns of Widecolumns by @Congyuwang in #126
Beta version with support for WideColumns. Release of version v0.3.24 will have to wait for upstream PR merges.
Full Changelog: v0.3.23...v0.3.24-beta0
v0.3.23
What's Changed
- fix RocksDictConfig save not truncating by @Congyuwang in #117
- Pyo3v021 by @Congyuwang in #118
- update rocksdb v9 by @Congyuwang in #119
Full Changelog: v0.3.22...v0.3.23