Skip to content

Releases: Finch-API/finch-api-python

v0.6.0

Choose a tag to compare

@stainless-bot stainless-bot released this 08 Nov 19:08

0.6.0 (2023-11-08)

Full Changelog: v0.5.0...v0.6.0

Features

  • client: allow binary returns (#164) (6322114)
  • client: support passing BaseModels to request params at runtime (#166) (f3e7e76)
  • client: support passing httpx.Timeout to method timeout argument (#171) (a3dcd4b)

Bug Fixes

  • binaries: don't synchronously block in astream_to_file (#167) (c607d54)
  • prevent TypeError in Python 3.8 (ABC is not subscriptable) (#170) (fc12d83)

Chores

Documentation

v0.5.0

Choose a tag to compare

@stainless-bot stainless-bot released this 31 Oct 17:06

0.5.0 (2023-10-31)

Full Changelog: v0.4.0...v0.5.0

Features

  • github: include a devcontainer setup (#162) (e309b43)

v0.4.0

Choose a tag to compare

@stainless-bot stainless-bot released this 31 Oct 15:07

0.4.0 (2023-10-27)

Full Changelog: v0.3.2...v0.4.0

Features

v0.3.2

Choose a tag to compare

@stainless-bot stainless-bot released this 27 Oct 19:05

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

Choose a tag to compare

@stainless-bot stainless-bot released this 27 Oct 18:06

0.3.1 (2023-10-27)

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

v0.3.0

Choose a tag to compare

@stainless-bot stainless-bot released this 27 Oct 16:07

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

Choose a tag to compare

@stainless-bot stainless-bot released this 27 Oct 09:09

0.2.3 (2023-10-20)

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

Chores

v0.2.2

Choose a tag to compare

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

0.2.2 (2023-10-19)

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

v0.2.1

Choose a tag to compare

@stainless-bot stainless-bot released this 19 Oct 16:07

0.2.1 (2023-10-19)

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

Chores

v0.2.0

Choose a tag to compare

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

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