Skip to content

Releases: Finch-API/finch-api-python

v0.14.1

12 Feb 18:28
Compare
Choose a tag to compare

0.14.1 (2024-02-08)

Full Changelog: v0.14.0...v0.14.1

Bug Fixes

  • prevent crash when platform.architecture() is not allowed (#283) (ca5cf4c)
  • types: loosen most List params types to Iterable (#288) (ed26c31)

Chores

  • internal: add lint command (#286) (0e6398c)
  • internal: minor pagination restructuring (#287) (440f9ba)
  • internal: support serialising iterable types (#285) (759e3ef)

Documentation

v0.14.0

02 Feb 16:58
Compare
Choose a tag to compare

0.14.0 (2024-02-02)

Full Changelog: v0.13.0...v0.14.0

Features

  • api: create access token reads client opts if not provided (#281) (ee9b890)

Chores

  • interal: make link to api.md relative (#282) (73dc78b)
  • internal: support pre-release versioning (#279) (9700447)

v0.13.0

30 Jan 05:38
Compare
Choose a tag to compare

0.13.0 (2024-01-30)

Full Changelog: v0.12.0...v0.13.0

Features

  • api: add employer_contributions field (#270) (f1d513b)
  • client: add support for streaming raw responses (#261) (60bc727)
  • client: enable follow redirects by default (#273) (72b922e)
  • client: support parsing custom response types (#277) (c36ff77)

Bug Fixes

  • api: fix authentication_type enum (#276) (85c0e90)
  • api: update employer_size parameter to employee_size (#278) (526eeab)
  • client: ensure path params are non-empty (#263) (c969f5b)

Chores

  • add write_to_file binary helper method (#265) (152fafc)
  • ci: rely on Stainless GitHub App for releases (#269) (864900e)
  • internal: add internal helpers (#272) (c377864)
  • internal: enable ruff type checking misuse lint rule (#275) (7c8a13b)
  • internal: fix typing util function (#266) (1c716b1)
  • internal: share client instances between all tests (#271) (23c95da)
  • internal: speculative retry-after-ms support (#267) (1549d50)
  • internal: support multipart data with overlapping keys (#274) (cd412ed)
  • internal: updates to proxy helper (#264) (6d1df20)
  • lazy load raw resource class properties (#268) (1f75530)

v0.12.0

12 Jan 18:07
Compare
Choose a tag to compare

0.12.0 (2024-01-12)

Full Changelog: v0.11.0...v0.12.0

Features

  • webhooks: add types to the unwrap method (#258) (9687a1e)

Documentation

v0.11.0

11 Jan 15:07
Compare
Choose a tag to compare

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

09 Jan 20:12
Compare
Choose a tag to compare

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

22 Dec 16:06
Compare
Choose a tag to compare

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

20 Dec 21:06
Compare
Choose a tag to compare

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

19 Dec 19:06
Compare
Choose a tag to compare

0.9.3 (2023-12-19)

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

Chores

v0.9.2

19 Dec 17:06
Compare
Choose a tag to compare

0.9.2 (2023-12-19)

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

Chores

Documentation