Skip to content

Releases: Finch-API/finch-api-python

v0.1.5

Choose a tag to compare

@stainless-bot stainless-bot released this 09 Oct 19:06

0.1.5 (2023-10-09)

Full Changelog: v0.1.4...v0.1.5

Features

  • client: add forwards-compatible pydantic methods (#121) (b03289d)

v0.1.4

Choose a tag to compare

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

0.1.4 (2023-10-04)

Full Changelog: v0.1.3...v0.1.4

Features

  • api: add /forward endpoint and other updates (#116) (ef97220)
  • client: handle retry-after header with a date format (#113) (b90cd33)

Chores

v0.1.3

Choose a tag to compare

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

0.1.3 (2023-09-25)

Full Changelog: v0.1.2...v0.1.3

Features

Bug Fixes

  • client: don't error by default for unexpected content types (#104) (61dd6ba)

Chores

  • internal: move error classes from _base_exceptions to _exceptions (⚠️ breaking) (#107) (6f6c4a1)

v0.1.2

Choose a tag to compare

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

0.1.2 (2023-09-19)

Full Changelog: v0.1.1...v0.1.2

Features

  • client: retry on 408 Request Timeout (#99) (f8d0bbf)

Bug Fixes

  • client: properly configure model set fields (#98) (ada3ad6)

Chores

Documentation

  • add some missing inline documentation (#95) (dc178c6)

v0.1.1

Choose a tag to compare

@stainless-bot stainless-bot released this 12 Sep 17:59

0.1.1 (2023-09-11)

Full Changelog: v0.1.0...v0.1.1

Features

  • add webhook verification methods (#89) (483ffef)

Bug Fixes

  • client: properly handle optional file params (#88) (77b9914)
  • pagination: don't duplicate shared types (#86) (3f5d18f)

Chores

Documentation

v0.1.0

Choose a tag to compare

@stainless-bot stainless-bot released this 29 Aug 19:03

0.1.0 (2023-08-29)

Full Changelog: v0.0.11...v0.1.0

⚠ BREAKING CHANGES

  • client: restructure some methods (#80)

Features

  • client: restructure some methods (#80) (21abe3d)

Chores

  • ci: setup workflows to create releases and release PRs (#77) (2af3cc1)

v0.0.11

Choose a tag to compare

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

0.0.11 (2023-08-26)

Chores

v0.0.10

Choose a tag to compare

@stainless-bot stainless-bot released this 24 Aug 19:02

0.0.10 (2023-08-24)

Chores

v0.0.9

Choose a tag to compare

@stainless-bot stainless-bot released this 17 Aug 14:19

0.0.9 (2023-08-17)

Features

v0.0.8

Choose a tag to compare

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

0.0.8 (2023-08-16)

Features

  • allow a default timeout to be set for clients (#61) (0ac3cc6)

Documentation

  • readme: remove beta status + document versioning policy (#54) (a749f3e)

Styles

  • prefer importing types directly instead of module names (#62) (f7dfd51)

Chores