Releases: lithic-com/lithic-python
Releases · lithic-com/lithic-python
v0.115.0
0.115.0 (2026-02-13)
Full Changelog: v0.114.0...v0.115.0
Features
- api: Add /v2/auth_rules/results endpoint for listing rule evaluation data (aea1658)
- api: Add amounts object to ASA request (d65ed36)
- api: Add hold token field to book transfers (51d053e)
- api: Add naics_code to account holder requests/responses (a7135fb)
- api: Add network specific wallet recommendation reasons (a3a74ea)
- api: Add PENDING_REVIEW status to KYB enrollment simulation (ede8a8a)
- api: Add result schemas for Authorization and Authentication (3DS) actions (ced5f0d)
- client: add custom JSON encoder for extended type support (5658dcc)
Chores
- format all
api.mdfiles (f428d56) - internal: bump dependencies (67243a9)
- internal: fix lint error on Python 3.14 (73de2f2)
Documentation
- Fix documentation of tokenization channel and tokenization source for tokenization rules (7d111f8)
v0.114.0
0.114.0 (2026-01-27)
Full Changelog: v0.113.0...v0.114.0
Features
- api: Add card.updated event (e6fb3b8)
- api: Add merchant location fields to simulator endpoints (a42dc62)
- api: Add tags field to card transactions (e13c1d1)
- api: make filter optional for Spend Velocity Auth Rules (260d4a6)
- client: add support for binary request streaming (941a2e3)
Bug Fixes
- api: Correct field name from ach_hold__period to ach_hold_period (2b4f00b)
- api: mark AppleWebPushProvisioningResponse fields required (fa13843)
- api: rename WIRE_DRAWDOWN_REQUEST to WIRE_INBOUND_DRAWDOWN_REQUEST (260d4a6)
Chores
- Add spec linter for YAML and folded style multiline strings (36b4035)
- ci: upgrade
actions/github-script(4f0854d) - configure new SDK language (427958f)
- internal: update
actions/checkoutversion (afc35a5) - Rework event type generation to support spec splitting (f9939dd)
Documentation
- Remove deprecated tag from MERCHANT_LOCKED card type (20b0566)
v0.113.0
0.113.0 (2026-01-08)
Full Changelog: v0.112.0...v0.113.0
Features
- api: Add card state attribute to tokenization rules (baad6b3)
- api: Add event_type to ASA request and 3DS decisioning request (baad6b3)
- api: add external_id to payment_event (b87046c)
- api: add get /v1/transfer_limits endpoint (b87046c)
- api: add post /v1/book_transfers/{book_transfer_token}/retry endpoint (b87046c)
- api: Add user defined status to ledger accounts (baad6b3)
- api: add WIRE_DRAWDOWN_REQUEST transfer type (97f0128)
- api: Expose Payment Allocation Details (baad6b3)
- api: remove unnecessary X-Lithic-Pagination header (97f0128)
- api: remove v1/aggregate_balances and related models (f3e089e)
Bug Fixes
- use async_to_httpx_files in patch method (783d8ff)
Chores
- internal: add
--fixargument to lint script (8e0a11c) - internal: add missing files argument to base client (52f441e)
- internal: codegen related update (14b9d48)
- update code formatting (baad6b3)
Documentation
v0.112.0
0.112.0 (2025-12-10)
Full Changelog: v0.111.0...v0.112.0
Features
- api: add bulk card creation APIs (8bb0722)
- api: Add event_streams to auth rules APIs (ad154eb)
- api: add Google WPP to SDKs (75159c4)
- api: add IS_AFTER / IS_BEFORE operators to Auth Rule APIs (75159c4)
- api: Add new fee types (ad154eb)
- api: Add optional ach_hold_period (ad154eb)
- api: add WALLET_RECOMMENDATION_REASONS attribute for tokenization rules (78148ad)
- api: add webhook schemas to SDKs - add parse and parse_unsafe (d977e3f)
- api: provide a unified model for AuthRule (78148ad)
- api: support event_streams in auth_rules list endpoint (befa333)
Bug Fixes
- api: extract several common types to reduce duplication (8bb0722)
- api: fix examples in spec that were not fully valid (78148ad)
- api: fix webhook parsing logic (fc50832)
- api: make certain payoff fields nullable (78148ad)
- ensure streams are always closed (7a9e41f)
- types: allow pyright to infer TypedDict types within SequenceNotStr (d290cbb)
Chores
- add missing docstrings (d297283)
- add Python 3.14 classifier and testing (95a6172)
- deps: mypy 1.18.1 has a regression, pin to 1.17 (6b9f3ab)
- docs: use environment variables for authentication in code snippets (29ae3a9)
- replace custom webhook signature verification with standardwebhooks (d977e3f)
- update lockfile (a7a6330)
Documentation
- api: clarify error 422 for 3DS challenge response (75159c4)
v0.111.0
0.111.0 (2025-11-20)
Full Changelog: v0.110.1...v0.111.0
Features
- api: add disputes V2 endpoints (a346176)
- api: Add Payoff Details (8408ced)
- api: add return payment method (a346176)
- api: add Tokenization and ACH Rules (a346176)
- api: add unpause external_bank_accounts API method (a346176)
- api: extract some common schemas into models (a346176)
Bug Fixes
v0.110.1
0.110.1 (2025-11-11)
Full Changelog: v0.110.0...v0.110.1
Bug Fixes
- compat: update signatures of
model_dumpandmodel_dump_jsonfor Pydantic v1 (c5041f8)
v0.110.0
0.110.0 (2025-11-11)
Full Changelog: v0.109.1...v0.110.0
Features
- api: add payment_details (59653f5)
- api: deprecate auth rule apply endpoint and fix several schemas (2ccbc8e)
- api: new fields in Statements APIs (79aa803)
- api: re-add rules metadata to tokenization events (7e4b9a7)
- api: remove deprecated fields from Cardholder Authentication object (7e4b9a7)
Bug Fixes
- api: adjust Auth Rules spec for better SDK structure (7e4b9a7)
- api: fix oneOf -> anyOf in account holder update (59653f5)
- api: fixing spec for Tokenizations and Enhanced data (79aa803)
- compat with Python 3.14 (b56a588)
Chores
v0.109.1
0.109.1 (2025-10-29)
Full Changelog: v0.109.0...v0.109.1
Bug Fixes
- client: close streams without requiring full consumption (4febcc1)
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 (5a634bb)
Chores
v0.108.0
0.108.0 (2025-10-08)
Full Changelog: v0.107.0...v0.108.0
Features
- api: adds support for Auto-Collections (28a777b)