Skip to content

Releases: Finch-API/finch-api-java

v0.4.0

Choose a tag to compare

@stainless-bot stainless-bot released this 18 Oct 11:49

0.4.0 (2023-10-16)

Full Changelog: v0.3.6...v0.4.0

Features

  • make webhook headers case insensitive (#87) (921143b)

Chores

Documentation

  • organisation -> organization (UK to US English) (#88) (6907cdb)

v0.3.6

Choose a tag to compare

@stainless-bot stainless-bot released this 12 Oct 02:11

0.3.6 (2023-10-12)

Full Changelog: v0.3.5...v0.3.6

Chores

  • internal: rearrange client arguments (#82) (a703739)

v0.3.5

Choose a tag to compare

@stainless-bot stainless-bot released this 11 Oct 22:06

0.3.5 (2023-10-11)

Full Changelog: v0.3.4...v0.3.5

Bug Fixes

v0.3.4

Choose a tag to compare

@stainless-bot stainless-bot released this 05 Oct 18:43

0.3.4 (2023-10-04)

Full Changelog: v0.3.3...v0.3.4

Features

  • api: add /forward endpoint and other updates (#76) (f8590fa)

Chores

  • docs: adjust some docstrings (#77) (a8cdb4f)
  • docs: adjust some docstrings (#78) (9402e63)
  • internal: add a top-level generated comment to each file (#79) (439d020)

v0.3.3

Choose a tag to compare

@stainless-bot stainless-bot released this 26 Sep 23:09

0.3.3 (2023-09-25)

Full Changelog: v0.3.2...v0.3.3

Features

v0.3.2

Choose a tag to compare

@stainless-bot stainless-bot released this 21 Sep 19:04

0.3.2 (2023-09-19)

Full Changelog: v0.3.1...v0.3.2

Features

  • client: retry on 408 Request Timeout (#65) (f3601a6)

Chores

  • api: remove deprecated & unused ATS API (#68) (60d13e0)

v0.3.1

Choose a tag to compare

@stainless-bot stainless-bot released this 12 Sep 18:00

0.3.1 (2023-09-06)

Full Changelog: v0.3.0...v0.3.1

Features

  • add webhook verification methods (#62) (98a20c4)

v0.3.0

Choose a tag to compare

@RobertCraigie RobertCraigie released this 29 Aug 20:48

0.3.0 (2023-08-29)

Full Changelog: v0.2.4...v0.3.0

⚠ BREAKING CHANGES

  • client: restructure some methods (#59)

Features

  • client: restructure some methods (#59) (4a53cb8)

Chores

  • ci: setup workflows to create releases and release PRs (#56) (09f532d)

v0.2.4

Choose a tag to compare

@stainless-bot stainless-bot released this 26 Aug 18:55

0.2.4 (2023-08-26)

Chores

v0.2.3

Choose a tag to compare

@stainless-bot stainless-bot released this 16 Aug 10:46

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)