3.2.0 (2025-01-08)
Full Changelog: v3.1.1...v3.2.0
Features
- client: add various convenience setters to models (#319) (8d2ac5a)
- client: allow setting arbitrary JSON for top-level body params (8d2ac5a)
- client: expose getters for
JsonField
of body params (8d2ac5a)
Bug Fixes
- client: consistently throw on omitting required fields (8d2ac5a)
- client: convert
JsonField
containing list type to mutable in builder (8d2ac5a)