v0.10.0
0.10.0 (2025-01-08)
Full Changelog: v0.9.1...v0.10.0
Features
- client: add various convenience setters to models (#91) (9b3eb17)
- client: allow passing null or optional for nullable fields (#84) (8a8f2f9)
- client: allow setting arbitrary JSON for top-level body params (9b3eb17)
- client: expose getters for
JsonField
of body params (9b3eb17)
Bug Fixes
- client: consistently throw on omitting required fields (9b3eb17)
- client: convert
JsonField
containing list type to mutable in builder (9b3eb17)