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