Releases: Finch-API/finch-api-kotlin
Releases · Finch-API/finch-api-kotlin
v3.2.0
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)
Chores
Styles
v3.1.1
v3.1.0
v3.0.0
3.0.0 (2025-01-06)
Full Changelog: v2.0.0...v3.0.0
⚠ BREAKING CHANGES
- client: switch query params objects to use
QueryParams
(#302)
Bug Fixes
Chores
- docs: fix unused import (#300) (3f95d20)
- internal: codegen related update (#307) (2eab057)
- internal: codegen related update (#308) (b09374c)
Styles
Refactors
v2.0.0
2.0.0 (2024-12-19)
Full Changelog: v1.13.0...v2.0.0
⚠ BREAKING CHANGES
- client: numeric enum member type (#283)
Features
- api: api update (#281) (7312af9)
- api: api update (#282) (e69c17b)
- api: api update (#291) (f475cda)
- api: api update (#295) (0cab1cf)
Bug Fixes
Chores
- docs: add example project (#299) (1edf6a7)
- docs: update readme (#298) (0add28f)
- internal: codegen related update (#279) (d452c47)
- internal: codegen related update (#288) (88f2494)
- internal: remove unused and expand used wildcard imports (#292) (5c75886)
- internal: remove unused and expand used wildcard imports (#294) (ff489d1)
- internal: remove unused imports (#287) (0d53a33)
- test: remove unused imports (#289) (b6a2588)
- test: use
JsonValue
instead ofJsonString
(#290) (2bbd395) - update example values in tests and docs (#284) (afdc50b)
- update parameter examples in tests and docs (#297) (c2b350e)
Styles
v1.13.0
1.13.0 (2024-11-27)
Full Changelog: v1.12.1...v1.13.0
Features
Bug Fixes
- remove reference to removed deps 'guava' (9935b97)