Skip to content

Releases: lithic-com/lithic-node

v0.28.0

25 Oct 10:01
Compare
Choose a tag to compare

0.28.0 (2023-10-24)

Full Changelog: v0.27.4...v0.28.0

Features

  • api: add AUTH_STREAM_ACCESS to responder endpoints (#243) (d1570e4)
  • api: add verification_failed_reason (#240) (479105b)
  • api: updates (#238) (ad1a63d)
  • client: adjust retry behavior to be exponential backoff (#244) (c0ef94a)
  • handle 204 No Content gracefully (#242) (ebfe705)
  • make webhook headers case insensitive (#234) (5afd7d6)

Bug Fixes

  • import web-streams-polyfill without overriding globals (#239) (c617c1d)
  • improve status code in error messages (#236) (adc5e38)

Chores

Documentation

  • organisation -> organization (UK to US English) (#237) (106fc60)

Refactors

v0.27.4

11 Oct 20:30
Compare
Choose a tag to compare

0.27.4 (2023-10-11)

Full Changelog: v0.27.3...v0.27.4

Bug Fixes

v0.27.3

11 Oct 18:36
Compare
Choose a tag to compare

0.27.3 (2023-10-11)

Full Changelog: v0.27.2...v0.27.3

Bug Fixes

  • client: eliminate circular imports, which cause runtime errors in webpack dev bundles (#226) (9c58051)
  • prevent ReferenceError, update compatibility to ES2020 and Node 18+ (#224) (add547a)

Chores

v0.27.2

09 Oct 14:16
Compare
Choose a tag to compare

0.27.2 (2023-10-05)

Full Changelog: v0.27.1...v0.27.2

Features

v0.27.1

04 Oct 17:42
Compare
Choose a tag to compare

0.27.1 (2023-10-03)

Full Changelog: v0.27.0...v0.27.1

Chores

v0.27.0

29 Sep 14:20
Compare
Choose a tag to compare

0.27.0 (2023-09-29)

Full Changelog: v0.26.9...v0.27.0

⚠ BREAKING CHANGES

  • api: remove post /webhooks/account_holders endpoint (#214)

Refactors

  • api: remove post /webhooks/account_holders endpoint (#214) (b9191ae)

v0.26.9

27 Sep 14:22
Compare
Choose a tag to compare

0.26.9 (2023-09-25)

Full Changelog: v0.26.8...v0.26.9

Features

Documentation

v0.26.8

21 Sep 16:21
Compare
Choose a tag to compare

0.26.8 (2023-09-20)

Full Changelog: v0.26.7...v0.26.8

Features

  • api: add simulation endpoints, event types, fix transfer request AuthRule (#208) (871707e)
  • client: support importing node or web shims manually (#207) (0f6a2c5)

Documentation

  • readme: remove incorrect wording in opening (#205) (c51c676)

v0.26.7

15 Sep 21:34
Compare
Choose a tag to compare

0.26.7 (2023-09-15)

Full Changelog: v0.26.6...v0.26.7

Features

  • client: retry on 408 Request Timeout (#200) (177aac2)
  • errors: add status code to error message (#204) (161bac0)

Documentation

  • declare Bun 1.0 officially supported (#203) (8c0bd7b)

v0.26.6

12 Sep 18:04
Compare
Choose a tag to compare

0.26.6 (2023-09-11)

Full Changelog: v0.26.5...v0.26.6

Features

  • api: add Simulate Return Payment endpoint (#197) (aa14a06)
  • api: add tokenizations.simulate and correct typo'd enum (#194) (f1dbedd)
  • api: add user defined id (#186) (8c481b0)
  • fixes tests where an array has to have unique enum values (#190) (e01263e)
  • package: add Bun export map (#182) (ef48557)

Bug Fixes

  • client: fix TS errors that appear when users Go to Source in VSCode (#188) (6e8ac02)
  • client: handle case where the client is instantiated with a undefined baseURL (#189) (c212d5c)
  • client: use explicit file extensions in _shims imports (#185) (9b4ef88)
  • fix module not found errors in Vercel edge (#196) (404400c)
  • readme: update link to api.md to use the correct branch (#192) (d6e4a79)

Chores

  • internal: export helper from core (#193) (b50dc2f)
  • internal: fix the names of method param objects (#187) (058538e)
  • internal: minor formatting changes (#195) (4e26640)

Documentation