Skip to content

Releases: Finch-API/finch-api-node

v5.7.3

31 Oct 15:06
Compare
Choose a tag to compare

5.7.3 (2023-10-27)

Full Changelog: v5.7.2...v5.7.3

Chores

v5.7.2

25 Oct 23:19
Compare
Choose a tag to compare

5.7.2 (2023-10-25)

Full Changelog: v5.7.1...v5.7.2

Bug Fixes

v5.7.1

24 Oct 18:07
Compare
Choose a tag to compare

5.7.1 (2023-10-24)

Full Changelog: v5.7.0...v5.7.1

v5.7.0

24 Oct 16:10
Compare
Choose a tag to compare

5.7.0 (2023-10-24)

Full Changelog: v5.6.0...v5.7.0

Features

  • client: adjust retry behavior to be exponential backoff (#205) (c5423fe)

v5.6.0

19 Oct 23:06
Compare
Choose a tag to compare

5.6.0 (2023-10-19)

Full Changelog: v5.5.1...v5.6.0

Features

v5.5.1

19 Oct 17:06
Compare
Choose a tag to compare

5.5.1 (2023-10-19)

Full Changelog: v5.5.0...v5.5.1

v5.5.0

18 Oct 11:49
Compare
Choose a tag to compare

5.5.0 (2023-10-17)

Full Changelog: v5.4.2...v5.5.0

Features

  • make webhook headers case insensitive (#196) (bf48e89)

Bug Fixes

  • client: eliminate circular imports, which cause runtime errors in webpack dev bundles (#189) (6977468)
  • correct benfits to benefits (#192) (a31d068)
  • fix namespace exports regression (#191) (c7b90b2)
  • import web-streams-polyfill without overriding globals (#200) (e8ab145)
  • improve status code in error messages (#198) (836a552)

Chores

Documentation

  • organisation -> organization (UK to US English) (#199) (7dd52a3)

Refactors

v5.4.2

06 Oct 19:06
Compare
Choose a tag to compare

5.4.2 (2023-10-06)

Full Changelog: v5.4.1...v5.4.2

Bug Fixes

  • prevent ReferenceError, update compatibility to ES2020 and Node 18+ (#187) (92eb90f)

v5.4.1

06 Oct 16:06
Compare
Choose a tag to compare

5.4.1 (2023-10-06)

Full Changelog: v5.4.0...v5.4.1

v5.4.0

05 Oct 18:43
Compare
Choose a tag to compare

5.4.0 (2023-10-03)

Full Changelog: v5.3.0...v5.4.0

Features

  • api: add /forward endpoint and other updates (#181) (cb720d9)

Chores