Skip to content

Releases: Finch-API/finch-api-python

v0.16.3

Choose a tag to compare

@stainless-app stainless-app released this 04 Mar 23:20

0.16.3 (2024-03-04)

Full Changelog: v0.16.2...v0.16.3

Documentation

v0.16.2

Choose a tag to compare

@stainless-app stainless-app released this 04 Mar 20:20

0.16.2 (2024-03-04)

Full Changelog: v0.16.1...v0.16.2

Chores

v0.16.1

Choose a tag to compare

@stainless-app stainless-app released this 04 Mar 15:35

0.16.1 (2024-03-04)

Full Changelog: v0.16.0...v0.16.1

Chores

  • internal: split up transforms into sync / async (#304) (665c4de)
  • internal: support more input types (#306) (5c3f635)

v0.16.0

Choose a tag to compare

@stainless-app stainless-app released this 01 Mar 15:51

0.16.0 (2024-03-01)

Full Changelog: v0.15.0...v0.16.0

Features

Chores

Documentation

v0.15.0

Choose a tag to compare

@stainless-app stainless-app released this 20 Feb 17:28

0.15.0 (2024-02-20)

Full Changelog: v0.14.2...v0.15.0

Features

Chores

v0.14.2

Choose a tag to compare

@stainless-app stainless-app released this 20 Feb 16:05

0.14.2 (2024-02-15)

Full Changelog: v0.14.1...v0.14.2

Chores

  • internal: refactor release environment script (#290) (006786a)

v0.14.1

Choose a tag to compare

@stainless-app stainless-app released this 12 Feb 18:28

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

Choose a tag to compare

@stainless-app stainless-app released this 02 Feb 16:58

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

Choose a tag to compare

@stainless-app stainless-app released this 30 Jan 05:38

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

Choose a tag to compare

@stainless-bot stainless-bot released this 12 Jan 18:07

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