Skip to content

Releases: Finch-API/finch-api-java

v0.2.2

Choose a tag to compare

@stainless-bot stainless-bot released this 22 Jul 01:36

0.2.2 (2023-07-22)

Bug Fixes

  • auto-close responses even if an exception is thrown during deserialization (#33) (b428fc2)

Chores

  • reformatting and response auto-closing (#34) (a923265)

v0.2.1

Choose a tag to compare

@stainless-bot stainless-bot released this 17 Jul 16:51

0.2.1 (2023-07-17)

Chores

v0.2.0

Choose a tag to compare

@stainless-bot stainless-bot released this 29 Jun 12:20

0.2.0 (2023-06-29)

⚠ BREAKING CHANGES

  • improve pagination response types (#16)

Features

  • add JsonValue.convert method (#14) (c8e25a8)
  • core: add asUnknown to JsonField (#17) (7f1a599)
  • improve pagination response types (#16) (dd55fad)
  • tests: support specifying SKIP_MOCK_TESTS=true (#18) (54f4511)

Chores

  • internal: add explicit type annotations to validate() (#15) (6346363)
  • internal: added version comment (#12) (fde66a8)
  • internal: cleaner asUnknown implementation (#19) (c2ff924)
  • internal: remove unused check-test-server script (#20) (27ddf0c)

Documentation