Skip to content

Releases: Finch-API/finch-api-node

v5.2.0

21 Sep 19:04
Compare
Choose a tag to compare

5.2.0 (2023-09-21)

Full Changelog: v5.1.0...v5.2.0

Features

  • client: retry on 408 Request Timeout (#159) (b28c579)
  • client: support importing node or web shims manually (#166) (8812dcc)
  • errors: add status code to error message (#163) (edea234)

Chores

  • api: remove deprecated & unused ATS API (#164) (e9377e8)

Documentation

  • declare Bun 1.0 officially supported (#162) (b082f06)
  • README: fix variable names in some examples (#167) (7e83bae)
  • readme: remove incorrect wording in opening (#165) (ec99ddb)

v5.1.0

12 Sep 18:00
Compare
Choose a tag to compare

5.1.0 (2023-09-08)

Full Changelog: v5.0.0...v5.1.0

Features

Bug Fixes

  • client: fix TS errors that appear when users Go to Source in VSCode (#150) (81cf41d)
  • client: handle case where the client is instantiated with a undefined baseURL (#151) (45c409c)
  • client: use explicit file extensions in _shims imports (#149) (5484933)
  • fix module not found errors in Vercel edge (#156) (e39458c)
  • readme: update link to api.md to use the correct branch (#154) (312a217)

Chores

Documentation

v5.0.0

29 Aug 19:02
Compare
Choose a tag to compare

5.0.0 (2023-08-29)

Full Changelog: v4.2.1...v5.0.0

⚠ BREAKING CHANGES

  • rename response page types (#144)
  • client: restructure some methods (#143)

Features

Bug Fixes

  • types: improve getNextPage() return type (#141) (159c7c3)

Chores

  • ci: setup workflows to create releases and release PRs (#139) (d969e30)

Refactors

v4.2.1

26 Aug 18:54
Compare
Choose a tag to compare

4.2.1 (2023-08-26)

Refactors

  • remove unnecessary line in constructor (#134) (39f814f)

Chores

v4.2.0

24 Aug 21:57
Compare
Choose a tag to compare

4.2.0 (2023-08-24)

Features

Bug Fixes

  • core: fix navigator check for strange environments (#129) (74edc8d)

Chores

  • internal: add missing eslint-plugin-prettier (#128) (1000bd6)
  • internal: export HeadersInit type shim (#132) (60b23ca)
  • internal: minor reformatting of code (#126) (ee3c2fc)

v4.1.0

17 Aug 14:20
Compare
Choose a tag to compare

4.1.0 (2023-08-17)

Features

  • client: improve compatibility with Bun (#124) (6a9c632)
  • docs: add documentation to the client constructor (#123) (747855e)

Bug Fixes

  • client: fix TypeError when a request gets retried (#121) (25de6e2)

v4.0.0

16 Aug 10:45
Compare
Choose a tag to compare

4.0.0 (2023-08-16)

⚠ BREAKING CHANGES

  • client: support accessing raw response + remove deprecated features (#114)

Features

  • allow a default timeout to be set for clients (#117) (5264bb7)
  • client: detect browser usage (#106) (0a322ae)
  • client: support accessing raw response + remove deprecated features (#114) (31c306b)
  • streaming: add .toReadableStream() method (#109) (7715977)

Documentation

  • api: improve custom method arguments (#108) (f9bc372)
  • readme: minor updates (#115) (575b46c)
  • readme: remove beta status + document versioning policy (#105) (bc2c0c0)

Chores

v3.1.3

01 Aug 11:58
Compare
Choose a tag to compare

3.1.3 (2023-08-01)

Bug Fixes

  • client: handle undefined process in more places (#96) (3fa25a2)
  • fix undefined message in errors (#94) (b4f1e34)

Chores

  • internal: allow the build script to be run without yarn installed (#99) (f8ce4ec)
  • internal: minor refactoring of client instantiation (#97) (c9658e3)
  • internal: remove duplicate assignment (#91) (578c305)

Refactors

  • create build for deno.land (#100) (02af2ec)
  • use destructuring arguments in client constructor and respect false values (#98) (5eba1d1)

v3.1.2

22 Jul 01:37
Compare
Choose a tag to compare

3.1.2 (2023-07-22)

Chores

v3.1.1

17 Jul 16:48
Compare
Choose a tag to compare

3.1.1 (2023-07-17)

Bug Fixes

  • fix errors with "named" client export in CJS (#80) (9ed2ab5)

Chores

  • internal: add helper function for b64 (#78) (1777d0f)
  • internal: let toFile helper accept promises to objects with name/type properties (#79) (cc800bb)
  • internal: remove unused streaming implementation (#76) (d4ab2eb)