Releases: lithic-com/lithic-node
Releases · lithic-com/lithic-node
v0.28.0
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
- internal: refactor status code printing in error (#231) (216d5e8)
- show deprecation notice on re-export (#229) (788052d)
- update comment (#235) (0344965)
Documentation
Refactors
v0.27.4
v0.27.3
v0.27.2
v0.27.1
v0.27.0
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
v0.26.9
v0.26.8
v0.26.7
v0.26.6
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)