Skip to content

Releases: lithic-com/lithic-go

v0.103.0

05 Mar 20:13

Choose a tag to compare

0.103.0 (2026-03-05)

Full Changelog: v0.102.0...v0.103.0

Features

  • api: add action_counts to rule performance reports and code to authorization actions (3849aa1)
  • api: Add Hold API for financial account fund reservations (df3e831)
  • api: Remove deprecated beneficial owner entities field (d22040a)

Chores

  • internal: codegen related update (28e50ec)
  • internal: codegen related update (d17b62a)

v0.102.0

27 Feb 15:39

Choose a tag to compare

0.102.0 (2026-02-27)

Full Changelog: v0.101.0...v0.102.0

Features

  • api: Add account holder entity endpoints (43c3d59)
  • api: Add INTEREST_AND_FEES_PAUSED substatus to financial account (70c7dc8)
  • api: Expose MIL interest schedules and loan tape configuration endpoints (54ff6be)

Bug Fixes

  • allow canceling a request while it is waiting to retry (43c5488)
  • api: Correct token_metadata field name in tokenization.approval_request schema (04d1ff9)

Chores

  • internal: move custom custom json tags to api (9f7193b)
  • update mock server docs (1308e26)

Documentation

  • Mark CONDITIONAL_BLOCK deprecated (3560e08)

v0.101.0

19 Feb 13:09

Choose a tag to compare

0.101.0 (2026-02-18)

Full Changelog: v0.100.0...v0.101.0

Features

  • api: Add /v2/auth_rules/results endpoint for listing rule evaluation data (8514a07)
  • api: Add amounts object to ASA request (66f4fe0)
  • api: Add hold token field to book transfers (e42a159)
  • api: Add naics_code to account holder requests/responses (2a4cbcc)
  • api: Add network specific wallet recommendation reasons (53243ce)
  • api: Add PENDING_REVIEW status to KYB enrollment simulation (40cddec)
  • api: Add result schemas for Authorization and Authentication (3DS) actions (a25aeea)

Bug Fixes

  • client: mark request body as required (5a82cc1)
  • client: use correct format specifier for header serialization (f0f3f3c)
  • fix for namespace collisions with client and resource test methods (be4daa0)

Chores

  • internal: codegen related update (8cc90f1)
  • internal: codegen related update (6fb143a)
  • internal: codegen related update (761d45e)

Documentation

  • Fix documentation of tokenization channel and tokenization source for tokenization rules (66b48ff)

v0.100.0

28 Jan 11:29

Choose a tag to compare

0.100.0 (2026-01-27)

Full Changelog: v0.99.0...v0.100.0

Features

  • api: Add card.updated event (0344a5c)
  • api: Add idempotency key to cards POST and PATCH endpoints (c53307f)
  • api: Add merchant location fields to simulator endpoints (e81f66b)
  • api: Add tags field to card transactions (527b9b7)
  • api: make filter optional for Spend Velocity Auth Rules (b987bc0)

Bug Fixes

  • api: Correct field name from ach_hold__period to ach_hold_period (e676940)
  • api: mark AppleWebPushProvisioningResponse fields required (a0fa5cb)
  • api: rename WIRE_DRAWDOWN_REQUEST to WIRE_INBOUND_DRAWDOWN_REQUEST (b987bc0)
  • client: invalid URL (4e7dae0)
  • docs: add missing pointer prefix to api.md return types (334e295)

Chores

  • Add spec linter for YAML and folded style multiline strings (f51040c)
  • configure new SDK language (06ce143)
  • internal: codegen related update (ec93032)
  • internal: update actions/checkout version (29ed18f)
  • Rework event type generation to support spec splitting (a9a3198)

Documentation

  • Remove deprecated tag from MERCHANT_LOCKED card type (6ab18f6)

v0.99.0

08 Jan 10:26

Choose a tag to compare

0.99.0 (2026-01-08)

Full Changelog: v0.98.1...v0.99.0

Features

  • api: Add card state attribute to tokenization rules (d2a631a)
  • api: Add event_type to ASA request and 3DS decisioning request (d2a631a)
  • api: add external_id to payment_event (f42a314)
  • api: add get /v1/transfer_limits endpoint (f42a314)
  • api: add post /v1/book_transfers/{book_transfer_token}/retry endpoint (f42a314)
  • api: Add user defined status to ledger accounts (d2a631a)
  • api: add WIRE_DRAWDOWN_REQUEST transfer type (9015ffc)
  • api: Expose Payment Allocation Details (d2a631a)
  • api: remove unnecessary X-Lithic-Pagination header (9015ffc)
  • api: remove v1/aggregate_balances and related models (da86140)

Bug Fixes

  • api: don't mark timestamp parsing as loose when a fallback format succeeds (78776e3)

Chores

  • internal: codegen related update (0ddba7d)
  • update code formatting (d2a631a)

Documentation

  • api: clarify description of token / retry_token when it serves as idempotency key (9015ffc)
  • Update language for Google Web Push Provisioning docs (d2a631a)

v0.98.1

12 Dec 05:46

Choose a tag to compare

0.98.1 (2025-12-12)

Full Changelog: v0.98.0...v0.98.1

Bug Fixes

  • api: include schema and base URL in GetEmbedURL (09f2a83)

v0.98.0

11 Dec 09:38

Choose a tag to compare

0.98.0 (2025-12-10)

Full Changelog: v0.97.0...v0.98.0

Features

  • api: add bulk card creation APIs (b9b6d6f)
  • api: Add event_streams to auth rules APIs (e8956cb)
  • api: add Google WPP to SDKs (884c10a)
  • api: add IS_AFTER / IS_BEFORE operators to Auth Rule APIs (884c10a)
  • api: Add new fee types (e8956cb)
  • api: Add optional ach_hold_period (e8956cb)
  • api: add WALLET_RECOMMENDATION_REASONS attribute for tokenization rules (2a11b16)
  • api: add webhook schemas to SDKs - add parse and parse_unsafe (ff840e9)
  • api: provide a unified model for AuthRule (2a11b16)
  • api: support event_streams in auth_rules list endpoint (8e9cc3c)

Bug Fixes

  • api: extract several common types to reduce duplication (b9b6d6f)
  • api: fix examples in spec that were not fully valid (2a11b16)
  • api: make certain payoff fields nullable (2a11b16)
  • mcp: correct code tool API endpoint (174ec9e)
  • rename param to avoid collision (6f48a03)

Chores

  • elide duplicate aliases (829889f)
  • internal: codegen related update (c2d4254)
  • internal: codegen related update (70d9a3d)
  • replace custom webhook signature verification with standardwebhooks (ff840e9)
  • revert some unnecessary custom code (89da376)

Documentation

  • api: clarify error 422 for 3DS challenge response (884c10a)

v0.97.0

20 Nov 13:29

Choose a tag to compare

0.97.0 (2025-11-20)

Full Changelog: v0.96.1...v0.97.0

Features

  • api: Add Payoff Details (7c60f38)

Bug Fixes

  • api: Modify return type of returns API to payment-transaction (7c60f38)

v0.96.1

18 Nov 17:51

Choose a tag to compare

0.96.1 (2025-11-18)

Full Changelog: v0.96.0...v0.96.1

Bug Fixes

  • client: correctly specify Accept header with / instead of empty (008026d)

v0.96.0

13 Nov 10:07

Choose a tag to compare

0.96.0 (2025-11-13)

Full Changelog: v0.95.0...v0.96.0

Features

  • api: add disputes V2 endpoints (9b75696)
  • api: add payment_details (fc4261b)
  • api: add return payment method (9b75696)
  • api: add Tokenization and ACH Rules (9b75696)
  • api: add unpause external_bank_accounts API method (9b75696)
  • api: deprecate auth rule apply endpoint and fix several schemas (d2978d9)
  • api: extract some common schemas into models (9b75696)
  • api: new fields in Statements APIs (176cd0f)
  • api: re-add rules metadata to tokenization events (a7fe2bd)
  • api: remove deprecated fields from Cardholder Authentication object (a7fe2bd)

Bug Fixes

  • api: adjust Auth Rules spec for better SDK structure (a7fe2bd)
  • api: change allowed phone number length from 18 to 16 (9b75696)
  • api: fix oneOf -> anyOf in account holder update (fc4261b)
  • api: fixing spec for Tokenizations and Enhanced data (176cd0f)
  • api: mark certain optional fields as nullable (9b75696)

Chores

  • api: adds support for new ACH_RECEIPT_RELEASED event (32a90ab)