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