Skip to content

Releases: Finch-API/finch-api-java

v0.2.4

26 Aug 18:55

Choose a tag to compare

0.2.4 (2023-08-26)

Chores

v0.2.3

16 Aug 10:46

Choose a tag to compare

0.2.3 (2023-08-16)

Features

  • ci: add a publish-sonatype workflow for manual running (#38) (955e06f)
  • default timeout is set for java clients (#46) (81cf300)
  • generate addXxx methods for array types (#48) (b09c620)

Bug Fixes

  • set correct timeouts on okhttp client (#49) (e4d644c)

Chores

  • assign default reviewers to release PRs (#47) (d68e3ca)
  • ci: allow release to proceed without signing key id secret (#43) (eb68631)
  • internal: add codegen.log to .gitignore (#36) (fdb1391)
  • internal: publish with --stacktrace for more helpful error information (#40) (9837fbf)
  • internal: reorganize types (#44) (6e16f39)
  • internal: support passing GPG_SIGNING_KEY_ID from secrets (#42) (8559c90)

v0.2.2

22 Jul 01:36

Choose a tag to compare

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

17 Jul 16:51

Choose a tag to compare

0.2.1 (2023-07-17)

Chores

v0.2.0

29 Jun 12:20

Choose a tag to compare

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