Skip to content

Releases: Finch-API/finch-api-python

v0.3.2

27 Oct 19:05
Compare
Choose a tag to compare

0.3.2 (2023-10-27)

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

Chores

  • internal: minor restructuring of base client (#158) (4aee7a7)

v0.3.1

27 Oct 18:06
Compare
Choose a tag to compare

0.3.1 (2023-10-27)

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

v0.3.0

27 Oct 16:07
Compare
Choose a tag to compare

0.3.0 (2023-10-27)

Full Changelog: v0.2.3...v0.3.0

Features

  • client: adjust retry behavior to be exponential backoff (#149) (6c76643)
  • client: improve file upload types (#148) (7f9db48)
  • client: support accessing raw response objects (#154) (10638eb)

Chores

  • internal: require explicit overrides (#153) (9ffdf66)

Documentation

v0.2.3

27 Oct 09:09
Compare
Choose a tag to compare

0.2.3 (2023-10-20)

Full Changelog: v0.2.2...v0.2.3

Chores

v0.2.2

19 Oct 17:06
Compare
Choose a tag to compare

0.2.2 (2023-10-19)

Full Changelog: v0.2.1...v0.2.2

v0.2.1

19 Oct 16:07
Compare
Choose a tag to compare

0.2.1 (2023-10-19)

Full Changelog: v0.2.0...v0.2.1

Chores

v0.2.0

18 Oct 11:49
Compare
Choose a tag to compare

0.2.0 (2023-10-17)

Full Changelog: v0.1.5...v0.2.0

Features

  • client: add logging setup (#127) (71aab4b)
  • client: add support for passing in a httpx client (#123) (623f5bc)
  • client: support passing httpx.URL instances to base_url (#138) (0aad4df)
  • make webhook headers case insensitive (#130) (3af34f9)

Bug Fixes

  • client: accept io.IOBase instances in file params (#134) (1297832)
  • client: correctly handle arguments with env vars (#128) (e502b18)
  • correct benfits to benefits (#125) (9e2c02a)

Chores

Documentation

  • organisation -> organization (UK to US English) (#135) (2e278bd)

Refactors

v0.1.5

09 Oct 19:06
Compare
Choose a tag to compare

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

05 Oct 18:43
Compare
Choose a tag to compare

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

26 Sep 15:23
Compare
Choose a tag to compare

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)