Releases: lithic-com/lithic-node
Releases · lithic-com/lithic-node
v0.126.0
0.126.0 (2025-12-11)
Full Changelog: v0.125.0...v0.126.0
Features
- api: add webhook schemas to SDKs - add parse and parse_unsafe (0722f58)
Chores
- remove some unnecessary custom code (878587c)
- replace custom webhook signature verification with standardwebhooks (0722f58)
Documentation
v0.125.0
0.125.0 (2025-12-09)
Full Changelog: v0.124.0...v0.125.0
Features
- api: add bulk card creation APIs (cbe8285)
- api: Add event_streams to auth rules APIs (26629d1)
- api: add Google WPP to SDKs (7fd2c61)
- api: add IS_AFTER / IS_BEFORE operators to Auth Rule APIs (7fd2c61)
- api: Add new fee types (26629d1)
- api: Add optional ach_hold_period (26629d1)
- api: support event_streams in auth_rules list endpoint (7b39654)
Bug Fixes
- api: extract several common types to reduce duplication (cbe8285)
- mcp: correct code tool API endpoint (01caa79)
- mcp: return correct lines on typescript errors (ee744e3)
Chores
- client: fix logger property type (fdcf76c)
- internal: codegen related update (c904aa8)
- internal: codegen related update (29cac70)
- internal: upgrade eslint (4350d98)
Documentation
- api: clarify error 422 for 3DS challenge response (7fd2c61)
v0.124.0
0.124.0 (2025-11-24)
Full Changelog: v0.123.0...v0.124.0
Features
- api: major upgrade of Typescript SDK, see https://github.com/lithic-com/lithic-node/blob/main/MIGRATION.md (8d54827)
Chores
- sync repo (447f84e)
v0.123.0
0.123.0 (2025-11-20)
Full Changelog: v0.122.0...v0.123.0
Features
- api: Add Payoff Details (b6622a6)
Bug Fixes
- api: Modify return type of returns API to payment-transaction (b6622a6)
v0.122.0
0.122.0 (2025-11-13)
Full Changelog: v0.121.0...v0.122.0
Features
- api: add disputes V2 endpoints (5533a47)
- api: add return payment method (5533a47)
- api: add Tokenization and ACH Rules (5533a47)
- api: add unpause external_bank_accounts API method (5533a47)
- api: extract some common schemas into models (5533a47)
Bug Fixes
v0.121.0
0.121.0 (2025-11-11)
Full Changelog: v0.120.0...v0.121.0
Features
- api: add payment_details (ae08bf9)
- api: deprecate auth rule apply endpoint and fix several schemas (121d5f4)
- api: new fields in Statements APIs (33a4e87)
- api: re-add rules metadata to tokenization events (6441a18)
- api: remove deprecated fields from Cardholder Authentication object (6441a18)
Bug Fixes
- api: adjust Auth Rules spec for better SDK structure (6441a18)
- api: fix oneOf -> anyOf in account holder update (ae08bf9)
- api: fixing spec for Tokenizations and Enhanced data (33a4e87)
Chores
- api: adds support for new ACH_RECEIPT_RELEASED event (0fa4c03)
v0.120.0
0.120.0 (2025-10-23)
Full Changelog: v0.119.0...v0.120.0
Features
- api: updates to Auth Rules and Card provisioning (3f7a87a)
v0.119.0
0.119.0 (2025-10-08)
Full Changelog: v0.118.0...v0.119.0
Features
- api: adds support for Auto-Collections (54b4ed7)
Chores
v0.118.0
0.118.0 (2025-09-30)
Full Changelog: v0.117.0...v0.118.0
Features
- api: adds support for Auth Rule features (b6f3fe5)
Performance Improvements
- faster formatting (9655d02)
Chores
- do not install brew dependencies in ./scripts/bootstrap by default (45a4d76)
- docs: small updates to doc strings on a few endpoints (4cddaec)
- internal: codegen related update (b25d202)
- internal: fix incremental formatting in some cases (4ff1df4)
- internal: ignore .eslintcache (7c61939)
- internal: remove deprecated
compilerOptions.baseUrlfrom tsconfig.json (e8adde0)