Skip to content

Releases: Finch-API/finch-api-java

v3.2.0

08 Jan 20:02
Compare
Choose a tag to compare

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)

Chores

Styles

  • internal: explicitly add some method return types (051f37d)
  • internal: move headers and query params setters below others (051f37d)
  • internal: simplify existing convenience setters on params (051f37d)

v3.1.1

07 Jan 20:59
Compare
Choose a tag to compare

3.1.1 (2025-01-07)

Full Changelog: v3.1.0...v3.1.1

Documentation

v3.1.0

07 Jan 20:26
Compare
Choose a tag to compare

3.1.0 (2025-01-07)

Full Changelog: v3.0.0...v3.1.0

Features

v3.0.0

07 Jan 18:43
Compare
Choose a tag to compare

3.0.0 (2025-01-06)

Full Changelog: v2.0.0...v3.0.0

⚠ BREAKING CHANGES

  • client: switch query params objects to use QueryParams (#369)

Features

  • client: allow passing null or optional for nullable fields (#379) (e4f8ca9)

Chores

Styles

Refactors

  • client: switch query params objects to use QueryParams (#369) (af3c693)
  • internal: use constructor to deserialize json (#371) (418c911)

v2.0.0

30 Dec 19:27
Compare
Choose a tag to compare

2.0.0 (2024-12-19)

Full Changelog: v1.12.0...v2.0.0

⚠ BREAKING CHANGES

  • client: numeric enum member type (#349)

Features

Bug Fixes

Chores

Styles

  • internal: make enum value definitions less verbose (#352) (08a5c64)
  • internal: move enum identity methods to bottom of class (#353) (bd29c58)

v1.12.0

28 Nov 22:15
Compare
Choose a tag to compare

1.12.0 (2024-11-27)

Full Changelog: v1.11.1...v1.12.0

Features

Bug Fixes

  • remove reference to removed deps 'guava' (ab6b83c)

Chores

v1.11.1

22 Nov 22:00
Compare
Choose a tag to compare

1.11.1 (2024-11-20)

Full Changelog: v1.11.0...v1.11.1

Chores

v1.11.0

20 Nov 00:36
Compare
Choose a tag to compare

1.11.0 (2024-11-19)

Full Changelog: v1.10.0...v1.11.0

Features

Chores

  • rebuild project due to codegen change (#325) (96b384c)
  • rebuild project due to codegen change (#328) (11dba94)
  • rebuild project due to codegen change (#330) (317e18f)

v1.10.0

01 Nov 21:19
Compare
Choose a tag to compare

1.10.0 (2024-11-01)

Full Changelog: v1.9.0...v1.10.0

Features

v1.9.0

01 Nov 20:59
Compare
Choose a tag to compare

1.9.0 (2024-11-01)

Full Changelog: v1.8.0...v1.9.0

Features