v0.1.7
What's Changed
- Support Python->Rust Struct/Table type bindings. #19 by @badmonster0 in #57
- Add instruction to run cocoinsight for all the examples by @badmonster0 in #61
- Skip update table if type changed without storage type change. by @badmonster0 in #63
- Use
List
instead ofTable
for python list type #19 by @badmonster0 in #64 - Serializing/deserializing struct to JSON object for Postgres. by @badmonster0 in #65
- Support type annotations for both
List
andTable
in Python SDK. by @badmonster0 in #66 - Support any data type in Rust->Python. #19 by @badmonster0 in #67
- Refactor logic to parse Python type - to support dataclass type binding. #19 by @badmonster0 in #69
- docs: update README.md by @eltociear in #68
- Support
... | None
(orOptional[...]
) when analyzing type. #19 by @badmonster0 in #70 - Support creating dataclasses in Rust->Python value bindings. #19 by @badmonster0 in #73
- Use custom code to convert Rust values to Python so bytes are bytes by @badmonster0 in #75
New Contributors
- @eltociear made their first contribution in #68
Full Changelog: v0.1.6...v0.1.7