What's Changed
* reduce copy reading from PyString by Congyuwang in https://github.com/Congyuwang/RocksDict/pull/120
* upgrade to rust v1.78 and llvm-18 by Congyuwang in https://github.com/Congyuwang/RocksDict/pull/123
* Set CF Options.RawMode to Options.RawMode when conflict by Congyuwang in https://github.com/Congyuwang/RocksDict/pull/125
* Support get_entity, put_entity, columns of Widecolumns by Congyuwang in https://github.com/Congyuwang/RocksDict/pull/126
* Add `entities()` and `columns()` to iterate through wide columns by Congyuwang in https://github.com/Congyuwang/RocksDict/pull/127
* Open DB created by other programming languages in raw mode by default by Congyuwang in https://github.com/Congyuwang/RocksDict/pull/128
* Support PutEntity in WriteBatch by Congyuwang in https://github.com/Congyuwang/RocksDict/pull/136
* Add More Options APIs by Congyuwang in https://github.com/Congyuwang/RocksDict/pull/137
* Build Python 3.13 (non free-threaded) wheels by edgarrmondragon in https://github.com/Congyuwang/RocksDict/pull/146
* Upgrade to llvm19 and rust v1.82.0 (except Windows) by Congyuwang in https://github.com/Congyuwang/RocksDict/pull/148
* Upgrade to rocksdb v9.7.3 by Congyuwang in https://github.com/Congyuwang/RocksDict/pull/150
* Add Checkpoints by Congyuwang in https://github.com/Congyuwang/RocksDict/pull/152
New Contributors
* edgarrmondragon made their first contribution in https://github.com/Congyuwang/RocksDict/pull/146
**Full Changelog**: https://github.com/Congyuwang/RocksDict/compare/v0.3.23...v0.3.24