Skip to content

Releases: Finch-API/finch-api-java

v4.0.1

11 Feb 23:27

Choose a tag to compare

4.0.1 (2025-02-11)

Full Changelog: v4.0.0...v4.0.1

Chores

v4.0.0

08 Feb 05:08

Choose a tag to compare

4.0.0 (2025-02-05)

Full Changelog: v3.3.0...v4.0.0

⚠ BREAKING CHANGES

  • client: better union variant method and variable names (#410)

Features

Bug Fixes

  • api: add missing @MustBeClosed annotations (#429) (abe41ab)
  • api: switch CompletableFuture&lt;Void&gt; to CompletableFuture<Void?> (abe41ab)
  • client: add missing validation calls on response (abe41ab)
  • client: always provide a body for PATCH methods (abe41ab)
  • client: compiler errors (#422) (2694656)
  • client: don't leak responses when retrying (#423) (1c877e6)
  • client: make service impl constructors internal (#405) (38d434d)
  • client: make some classes and constructors non-public (#416) (0a1b627)

Chores

  • add max retries to test (#411) (e3831a7)
  • internal: add and tweak check functions (#401) (a08f4ba)
  • internal: codegen related update (#394) (94b4589)
  • internal: codegen related update (#425) (84cd37e)
  • internal: extract a checkRequired function (#400) (f0fec86)
  • internal: fix up root build.gradle.kts formatting (#396) (595151c)
  • internal: improve RetryingHttpClientTest (#421) (6f997fe)
  • internal: minor formatting/style changes (abe41ab)
  • internal: remove some unnecessary constructor keywords (0a1b627)
  • internal: remove unused Gradle imports (#397) (c5f656d)
  • internal: remove unused or unnecessary Gradle imports (#398) (5d706bc)
  • internal: rename some tests (abe41ab)
  • internal: swap checkNotNull to checkRequired (#409) (4018e4c)
  • internal: tweak client options nullability handling (a08f4ba)
  • internal: update some gradle formatting (#399) (623b174)
  • internal: upgrade kotlin compiler and gradle (#403) (0d0766b)
  • simplify examples involving lists (#402) (4520086)

Documentation

Refactors

  • internal: extract request preparation logic (2a3c658)

v3.3.0

14 Jan 00:56

Choose a tag to compare

3.3.0 (2025-01-09)

Full Changelog: v3.2.0...v3.3.0

Features

v3.2.0

08 Jan 20:02

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

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

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

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

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

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

Choose a tag to compare

1.11.1 (2024-11-20)

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

Chores