Releases: lithic-com/lithic-java
Releases · lithic-com/lithic-java
v0.114.0
0.114.0 (2025-12-11)
Full Changelog: v0.113.0...v0.114.0
Features
- api: add bulk card creation APIs (713f81e)
- api: Add event_streams to auth rules APIs (d0cd057)
- api: add Google WPP to SDKs (a8c6766)
- api: add IS_AFTER / IS_BEFORE operators to Auth Rule APIs (a8c6766)
- api: Add new fee types (d0cd057)
- api: Add optional ach_hold_period (d0cd057)
- api: add parse/parseUnsafe webhook helpers and event schemas (3c51183)
- api: add WALLET_RECOMMENDATION_REASONS attribute for tokenization rules (7545f9b)
- api: add webhook schemas to SDKs - add parse and parse_unsafe (1bac5f3)
- api: provide a unified model for AuthRule (7545f9b)
- api: support event_streams in auth_rules list endpoint (c6cb655)
Bug Fixes
- api: extract several common types to reduce duplication (713f81e)
- api: fix examples in spec that were not fully valid (7545f9b)
- api: make certain payoff fields nullable (7545f9b)
- client: cancel okhttp call when future cancelled (99c266a)
- fix auth rule conditional value parsing (08fd371)
Chores
- replace custom webhook signature verification with standardwebhooks (1bac5f3)
Documentation
v0.113.0
0.113.0 (2025-11-20)
Full Changelog: v0.112.0...v0.113.0
Features
- api: Add Payoff Details (d1ee88a)
Bug Fixes
- api: Modify return type of returns API to payment-transaction (d1ee88a)
v0.112.0
0.112.0 (2025-11-17)
Full Changelog: v0.111.0...v0.112.0
Features
- api: add disputes V2 endpoints (ff8ebce)
- api: add return payment method (ff8ebce)
- api: add Tokenization and ACH Rules (ff8ebce)
- api: add unpause external_bank_accounts API method (ff8ebce)
- api: extract some common schemas into models (ff8ebce)
Bug Fixes
v0.111.0
0.111.0 (2025-11-13)
Full Changelog: v0.110.0...v0.111.0
Features
- api: re-add rules metadata to tokenization events (a6c8aab)
- api: remove deprecated fields from Cardholder Authentication object (a6c8aab)
Bug Fixes
v0.110.0
0.110.0 (2025-11-10)
Full Changelog: v0.109.0...v0.110.0
Features
- api: add payment_details (6040598)
- api: deprecate auth rule apply endpoint and fix several schemas (b21d55c)
- api: new fields in Statements APIs (ea05274)
Bug Fixes
- api: fix oneOf -> anyOf in account holder update (6040598)
- api: fixing spec for Tokenizations and Enhanced data (ea05274)
Chores
- api: adds support for new ACH_RECEIPT_RELEASED event (a2bbd13)
Documentation
- client: update readme timeout snippet (7757427)
v0.109.0
0.109.0 (2025-10-23)
Full Changelog: v0.108.0...v0.109.0
Features
- api: updates to Auth Rules and Card provisioning (f6866cc)
v0.108.0
0.108.0 (2025-10-08)
Full Changelog: v0.107.0...v0.108.0
Features
- api: adds support for Auto-Collections (bb9d1ec)
v0.107.0
0.107.0 (2025-09-30)
Full Changelog: v0.106.0...v0.107.0
Features
- api: adds support for Auth Rule features (eaccb51)
v0.106.0
0.106.0 (2025-09-25)
Full Changelog: v0.105.1...v0.106.0
Features
- client: add convenience overloads for some methods (1835a3b)
- client: expose sleeper option (3006825)
Bug Fixes
- client: deserialization of empty objects (b24cf62)
- client: ensure single timer is created per client (3006825)