Skip to content

Releases: Finch-API/finch-api-python

v0.11.0

Choose a tag to compare

@stainless-bot stainless-bot released this 11 Jan 15:07

0.11.0 (2024-01-11)

Full Changelog: v0.10.0...v0.11.0

Features

  • client: hook up sandbox auth (#256) (13f29d3)
  • remove redundant endpoint, add sandbox client options (not yet used) (#255) (3fbedde)

Chores

  • client: improve debug logging for failed requests (#257) (04a3069)
  • internal: rename unreleased connection status type (#253) (e7f4e7d)

v0.10.0

Choose a tag to compare

@stainless-bot stainless-bot released this 09 Jan 20:12

0.10.0 (2024-01-09)

Full Changelog: v0.9.5...v0.10.0

Features

  • add None default value to nullable response properties (#246) (a3c577c)
  • api: add method to create access token (#249) (3dedeb6)
  • api: add sandbox APIs (#251) (3ac7bc5)

Bug Fixes

  • client: correctly use custom http client auth (#242) (244aef9)

Chores

v0.9.5

Choose a tag to compare

@stainless-bot stainless-bot released this 22 Dec 16:06

0.9.5 (2023-12-22)

Full Changelog: v0.9.4...v0.9.5

Chores

  • internal: add bin script (#238) (9fe973e)
  • internal: use ruff instead of black for formatting (#241) (f27579e)

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)