v0.83.0
0.83.0 (2025-04-04)
Full Changelog: v0.82.2...v0.83.0
Features
- client: add enum validation method (8669139)
- client: expose request body setter and getter (#579) (beb9c74)
- client: make union deserialization more robust (#576) (8669139)
Bug Fixes
Performance Improvements
Chores
- client: remove unnecessary json state from some query param classes (8669139)
- internal: add invalid json deserialization tests (8669139)
- internal: add json roundtripping tests (8669139)
- internal: codegen related update (#578) (55b33e8)
- internal: swap from
getNullabletogetOptional(#581) (9e37edb)
Documentation
- add comments to
JsonFieldclasses (b750ff3)