Skip to content

Releases: Finch-API/finch-api-python

v0.9.4

Choose a tag to compare

@stainless-bot stainless-bot released this 20 Dec 21:06

0.9.4 (2023-12-20)

Full Changelog: v0.9.3...v0.9.4

Chores

  • internal: minor updates to pagination (#236) (9fb357e)

v0.9.3

Choose a tag to compare

@stainless-bot stainless-bot released this 19 Dec 19:06

0.9.3 (2023-12-19)

Full Changelog: v0.9.2...v0.9.3

Chores

v0.9.2

Choose a tag to compare

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

0.9.2 (2023-12-19)

Full Changelog: v0.9.1...v0.9.2

Chores

Documentation

v0.9.1

Choose a tag to compare

@stainless-bot stainless-bot released this 18 Dec 21:06

0.9.1 (2023-12-18)

Full Changelog: v0.9.0...v0.9.1

Documentation

v0.9.0

Choose a tag to compare

@stainless-bot stainless-bot released this 18 Dec 15:07

0.9.0 (2023-12-17)

Full Changelog: v0.8.2...v0.9.0

Features

  • api: add /jobs endpoints (#210) (cd3cc6f)
  • api: add client_type and connection_type to introspection (#211) (d354f0a)
  • api: add lp tax payer type enum value (#218) (d0f1493)
  • pagination: remove unused types (#215) (9adf490)

Bug Fixes

  • avoid leaking memory when Client.with_options is used (#220) (c634771)
  • client: correct base_url setter implementation (#207) (5e04fa7)
  • client: ensure retried requests are closed (#204) (0659932)
  • errors: properly assign APIError.body (#219) (ee8fb39)

Chores

Documentation

Refactors

v0.8.2

Choose a tag to compare

@rattrayalex rattrayalex released this 16 Dec 01:47

0.8.2 (2023-11-28)

Full Changelog: v0.8.1...v0.8.2

Chores

v0.8.1

Choose a tag to compare

@stainless-bot stainless-bot released this 27 Nov 17:06

0.8.1 (2023-11-24)

Full Changelog: v0.8.0...v0.8.1

Chores

  • internal: options updates (#195) (0dd9a28)
  • internal: revert recent options change (#197) (e10ebe4)
  • internal: send more detailed x-stainless headers (#198) (ca854cd)

v0.8.0

Choose a tag to compare

@stainless-bot stainless-bot released this 22 Nov 17:06

0.8.0 (2023-11-21)

Full Changelog: v0.7.1...v0.8.0

Features

Bug Fixes

  • client: attempt to parse unknown json content types (#191) (aad45fe)

Chores

  • client: improve copy method (#193) (00fe295)
  • internal: update type hint for helper function (#189) (0fb6bff)
  • package: add license classifier metadata (#194) (0ab421b)

v0.7.1

Choose a tag to compare

@stainless-bot stainless-bot released this 16 Nov 20:06

0.7.1 (2023-11-16)

Full Changelog: v0.7.0...v0.7.1

Documentation

v0.7.0

Choose a tag to compare

@stainless-bot stainless-bot released this 15 Nov 17:07

0.7.0 (2023-11-15)

Full Changelog: v0.6.0...v0.7.0

Features

  • api: updates (#184) (1fbf21e)
  • client: support passing chunk size for binary responses (#175) (3d02d4b)
  • client: support reading the base url from an env variable (#186) (bb2dc38)

Bug Fixes

  • client: retry if SSLWantReadError occurs in the async client (#181) (b2a7d2c)
  • client: serialise pydantic v1 default fields correctly in params (#180) (cb69944)
  • models: mark unknown fields as set in pydantic v1 (#179) (c8261c9)

Chores

  • internal: base client updates (#178) (d06251d)
  • internal: fix devcontainer interpeter path (#183) (ca48726)
  • internal: fix typo in NotGiven docstring (#182) (ca198e9)

Documentation