Skip to content

Releases: Finch-API/finch-api-node

v5.20.2

02 Apr 14:18
Compare
Choose a tag to compare

5.20.2 (2024-04-02)

Full Changelog: v5.20.1...v5.20.2

Bug Fixes

  • client: correctly send deno version header (#330) (1a6a391)
  • handle process.env being undefined in debug func (#329) (eece7be)
  • internal: make toFile use input file's options (#326) (d186ce5)

Chores

Documentation

v5.20.1

05 Mar 20:55
Compare
Choose a tag to compare

5.20.1 (2024-03-05)

Full Changelog: v5.20.0...v5.20.1

Chores

Documentation

v5.20.0

01 Mar 15:50
Compare
Choose a tag to compare

5.20.0 (2024-03-01)

Full Changelog: v5.19.0...v5.20.0

Features

Chores

Documentation

  • contributing: improve wording (#310) (bef514c)
  • readme: fix typo in custom fetch implementation (#311) (5b8010f)

v5.19.0

20 Feb 17:28
Compare
Choose a tag to compare

5.19.0 (2024-02-20)

Full Changelog: v5.18.2...v5.19.0

Features

v5.18.2

20 Feb 16:27
Compare
Choose a tag to compare

5.18.2 (2024-02-15)

Full Changelog: v5.18.1...v5.18.2

Chores

  • internal: refactor release environment script (#299) (3147fb7)

v5.18.1

12 Feb 18:27
Compare
Choose a tag to compare

5.18.1 (2024-02-08)

Full Changelog: v5.18.0...v5.18.1

Chores

  • internal: enable building when git installed (#293) (3e9c578)
  • internal: minor pagination restructuring (#296) (1553843)
  • internal: update package.json formatting (#298) (c053279)
  • respect application/vnd.api+json content-type header (#297) (80c3c95)

Documentation

v5.18.0

02 Feb 16:59
Compare
Choose a tag to compare

5.18.0 (2024-02-02)

Full Changelog: v5.17.2...v5.18.0

Features

  • api: create access token reads client opts if not provided (#290) (8cd787e)

Chores

  • interal: make link to api.md relative (#292) (12dd552)

v5.17.2

30 Jan 21:12
Compare
Choose a tag to compare

5.17.2 (2024-01-30)

Full Changelog: v5.17.1...v5.17.2

Chores

  • internal: support pre-release versioning (#288) (d97d778)

v5.17.1

30 Jan 05:37
Compare
Choose a tag to compare

5.17.1 (2024-01-30)

Full Changelog: v5.17.0...v5.17.1

Features

  • api: add employer_contributions field (#282) (98c1da0)

Bug Fixes

  • allow body type in RequestOptions to be null (#284) (d948729)
  • api: fix authentication_type enum (#286) (6ff8af1)
  • api: update employer_size parameter to employee_size (#287) (cbb933f)
  • types: accept undefined for optional client options (#280) (169ddc6)

Chores

  • ci: rely on Stainless GitHub App for releases (#281) (fac02eb)
  • internal: add internal helpers & improve build scripts (#285) (fb91cd8)
  • internal: debug logging for retries; speculative retry-after-ms support (#279) (90b0dad)

Documentation

  • fix missing async in readme code sample (#277) (893f7cc)

v5.17.0

12 Jan 17:06
Compare
Choose a tag to compare

5.17.0 (2024-01-12)

Full Changelog: v5.16.0...v5.17.0

Features

  • webhooks: add types to the unwrap method (#273) (52be237)

Chores

  • internal: narrow type into stringifyQuery (#275) (8ed3d63)

Documentation