Releases: lithic-com/lithic-java
Releases · lithic-com/lithic-java
Release list
v0.132.0
0.132.0 (2026-08-03)
Full Changelog: v0.131.0...v0.132.0
Features
- api: add dispositionReasons to queues, change resolution type in cases (c8be7a9)
- api: add embed webhook event types (6b438b7)
- api: add Optional parameter overloads to transaction response builders (5b5091a)
- api: add PAYMENT category to book transfers (a362749)
- api: add PROGRAM_TRANSFER enum values to account/book_transfer/payment/statement types (0ef7114)
- api: add RECIPIENT_NAME attribute to ConditionalAchActionParameters (76fb326)
- api: add recipient_name field to Payment ACH method attributes (143f55b)
- api: add REVERSED status value to payment list parameters (108f733)
- api: add stablecoin category and events to account activity/payment/statement types (2263c5c)
- stlc: configurable CI runner and private-production-repo support in workflow templates (d0f208a)
Bug Fixes
- client: leniently parse space-separated date-times (42c7302)
Documentation
- api: clarify dispute event type descriptions (20fcf6f)
- api: clarify lastTransactionEventToken behavior in financial account balance list (6a3be38)
- api: clarify simulateClearing supports multiple calls (326d02d)
- api: update category parameter description in external_payment list (7afdd50)
- api: update VelocityLimitPeriod duration maximum from 31 to 90 days (6038ae0)
v0.131.0
0.131.0 (2026-06-29)
Full Changelog: v0.130.0...v0.131.0
Features
- types: convert CaseTransaction to union with card/payment variants (97a5e53)
Documentation
- types: clarify cash_amount description in CardAuthorization models (900a6b2)
v0.130.0
v0.129.0
v0.128.0
0.128.0 (2026-06-16)
Full Changelog: v0.127.0...v0.128.0
Features
- api: add 13 attributes, interval/unit fields to conditional transaction parameters (33a0da9)
- api: add CardTransactionFeature to RuleFeature union (ca556c9)
- api: Add created field and make completed_at nullable in latest_challenge (14f5f3b)
- api: add day_of_period field to LoanTape models (e96e04b)
- api: add hold adjustment action to conditional authorization action parameters (619c52a)
- api: add name_validation field to CardAuthorization (d92a942)
- api: add route method to transactions (0f3e937)
- api: add tags field to Payment and related response models (ac11497)
- api: Add transaction monitoring spec (4f5d2c5)
Documentation
- api: update support contact from email to URL in account and card (0df9db9)
v0.127.0
0.127.0 (2026-05-26)
Full Changelog: v0.126.0...v0.127.0
Features
- api: add card authorization challenge webhook, rename types in authorization models (295e9f3)
- api: add INVALID_PAN to TokenizationDeclineReason enum (7234968)
- api: add method field and enum values to authorization challenge types (b6c52f0)
- api: add pause method to external_bank_accounts (909c756)
- api: Add schemas for authorization adjustment rules (210380d)
Bug Fixes
- types: add enum values, make fields optional in Balance/SettlementDetail/Statement (cee6086)
- types: change number from Long to Double in ConditionalValue and conditional actions (57b5b27)
- types: make cardholderCurrency optional in CardProgram (0658929)
- types: make externalId/naicsCode/parentCompany optional in enrollment review and kyb (1839dc3)
Documentation
- api: clarify ACCOUNT_AGE attribute behavior in conditional parameters (c4a5ee1)
v0.126.0
0.126.0 (2026-05-08)
Full Changelog: v0.125.0...v0.126.0
Features
- api: add retrieve signals method to accounts and cards (767ea0d)
- api: add travel/distance attributes, unit param to authorization actions (f5d17dc)
Chores
- redact api-key headers in debug logs (7bcf3e6)
v0.125.0
0.125.0 (2026-05-06)
Full Changelog: v0.124.0...v0.125.0
Features
- api: add AMEX to Network enum in settlement params and models (638084a)
- api: add CARD_TRANSACTION_UPDATE event stream and conditional action to auth rules (064ee52)
- api: add IS_NEW_MERCHANT attribute to authorization action parameters (6a44f6b)
- client: improve logging (bb282c7)
- client: more robust error parsing (af54a46)
- client: support proxy authentication (183501b)
- support setting headers via env (0493d0a)
Bug Fixes
- types: add EMPTY exemption type, make fields optional in Account/Card/NonPciCard (2a2a00a)
Performance Improvements
- client: create one json mapper (1743358)
Chores
- remove duplicated dokka setup (1728d1a)
Documentation
v0.124.0
v0.123.0
0.123.0 (2026-04-13)
Full Changelog: v0.122.0...v0.123.0
Features
- api: add card decline count values to conditional authorization (65f1c4b)
- api: add DELINQUENT substatus to financial account status updates (6d637cf)
- api: add INTERCHANGE, CHARGEBACK, PROVISIONAL_CREDIT_ACCOUNT to financial account types (a06a494)
- api: add override_company_name parameter to payment create (899a3be)
- api: add statement_totals field to Statement/StatementsCreatedWebhookEvent (44d890e)
- api: add transaction_token field to BacktestStats/ReportStats examples (b4209cb)
- api: add transaction_token to authorization/authentication3ds/tokenization/ach results (5bf85e9)
Bug Fixes
- types: make creditProductToken optional in Statement (f655477)
- types: make data and has_more required in AccountActivityListPageResponse (5feba92)
- types: remove hostname, make fields required in AsaRequestCard (67cbf7d)
- types: remove INTERCHANGE and CHARGEBACK from FinancialAccount and InstanceFinancialAccountType (21b74ec)
Chores
- ci: skip lint on metadata-only changes (c266aa2)
- types: [breaking] remove deprecated fields from ReportStats and Example models (634a6e2)