Skip to content

Releases: lithic-com/lithic-ruby

v0.9.0

18 Mar 15:48

Choose a tag to compare

0.9.0 (2026-03-17)

Full Changelog: v0.8.0...v0.9.0

Features

  • api: add remittance_information field to payment wire method attributes (100269f)

Bug Fixes

  • types: make first_name/last_name required in account holder beneficial owner/control person (8925468)

Chores

  • internal: tweak CI branches (6cd6af9)

Documentation

  • api: add pdf to supported file types in account_holders (cc89c60)

v0.8.0

16 Mar 13:26

Choose a tag to compare

0.8.0 (2026-03-16)

Full Changelog: v0.7.0...v0.8.0

Features

  • api: add EARLY_DIRECT_DEPOSIT_FLOAT to financial account types (3e0194f)
  • api: Add event_subtype to statement line items (3e9c63c)
  • api: add excluded_account_tokens field to auth_rules (df3f09b)
  • api: add loan_tape_date field to statement line items (9dd0f14)
  • api: add penalty_rates parameter to interest_tier_schedule (d5d3ecb)
  • api: Add support for early direct deposit (5b75c2f)
  • api: add TypeScript code rules, draft version state tracking to auth_rules (1dbdb68)
  • api: add versions field to auth_rules daily statistics (827bf68)
  • api: add WIRE category to account_activity/statements/payment, wire event types, remove field (a9df6e3)
  • client: add webhook support (e31938a)

Bug Fixes

  • api: [breaking] unify webhook schemas for digital_wallet.tokenization_approval_request webhooks (46555c1). Remove TokenizationDecisioningRequestWebhookEvent. Use DigitalWalletTokenizationApprovalRequestWebhookEvent instead.
  • types: require start/end_, remove auth_rule_token in auth_rules v2 backtest (7307a40)

Chores

  • internal: codegen related update (489f19b)
  • internal: regenerate SDK with no functional changes (13a1d1b)

Documentation

  • api: update disputes terminology to chargeback request (94dadbc)

v0.7.0

05 Mar 20:13

Choose a tag to compare

0.7.0 (2026-03-05)

Full Changelog: v0.6.0...v0.7.0

Features

  • api: add action_counts to rule performance reports and code to authorization actions (bd02001)
  • api: Add Hold API for financial account fund reservations (6b16d86)
  • api: Remove deprecated beneficial owner entities field (7c54dcf)

Chores

  • internal: codegen related update (199e518)
  • internal: codegen related update (412e84f)

v0.6.0

27 Feb 15:39

Choose a tag to compare

0.6.0 (2026-02-27)

Full Changelog: v0.5.0...v0.6.0

Features

  • api: Add account holder entity endpoints (508b031)
  • api: Add INTEREST_AND_FEES_PAUSED substatus to financial account (23c7be9)
  • api: Expose MIL interest schedules and loan tape configuration endpoints (a07d19f)

Bug Fixes

  • api: Correct token_metadata field name in tokenization.approval_request schema (a4d5ae7)
  • properly mock time in ruby ci tests (ac193de)

Chores

  • update mock server docs (8abd2ee)

Documentation

  • Mark CONDITIONAL_BLOCK deprecated (993ab5c)

v0.5.0

19 Feb 13:09

Choose a tag to compare

0.5.0 (2026-02-13)

Full Changelog: v0.4.0...v0.5.0

Features

  • api: Add /v2/auth_rules/results endpoint for listing rule evaluation data (638e66d)
  • api: Add amounts object to ASA request (22955ed)
  • api: Add hold token field to book transfers (d23cb0b)
  • api: Add naics_code to account holder requests/responses (76b507b)
  • api: Add network specific wallet recommendation reasons (6ddef73)
  • api: Add PENDING_REVIEW status to KYB enrollment simulation (1a6d821)
  • api: Add result schemas for Authorization and Authentication (3DS) actions (f669caf)

Bug Fixes

  • client: always add content-length to post body, even when empty (dc99413)
  • client: loosen json header parsing (a9a41d9)

Chores

  • docs: remove www prefix (cecdec2)

Documentation

  • Fix documentation of tokenization channel and tokenization source for tokenization rules (5de9576)

v0.4.0

28 Jan 11:29

Choose a tag to compare

0.4.0 (2026-01-27)

Full Changelog: v0.3.0...v0.4.0

Features

  • api: Add card state attribute to tokenization rules (0fe9646)
  • api: Add card.updated event (80369fe)
  • api: Add event_type to ASA request and 3DS decisioning request (0fe9646)
  • api: Add idempotency key to cards POST and PATCH endpoints (51321d8)
  • api: Add merchant location fields to simulator endpoints (d983a60)
  • api: Add tags field to card transactions (edf8fbc)
  • api: Add user defined status to ledger accounts (0fe9646)
  • api: Expose Payment Allocation Details (0fe9646)
  • api: make filter optional for Spend Velocity Auth Rules (3e09d4a)

Bug Fixes

  • api: Correct field name from ach_hold__period to ach_hold_period (16b6555)
  • api: mark AppleWebPushProvisioningResponse fields required (4105b29)
  • api: rename WIRE_DRAWDOWN_REQUEST to WIRE_INBOUND_DRAWDOWN_REQUEST (3e09d4a)

Chores

  • Add spec linter for YAML and folded style multiline strings (35a67d3)
  • configure new SDK language (ba770b2)
  • internal: codegen related update (ef965b2)
  • internal: codegen related update (143a5ea)
  • internal: update actions/checkout version (830ae4a)
  • Rework event type generation to support spec splitting (fdb9960)
  • update code formatting (0fe9646)

Documentation

  • Remove deprecated tag from MERCHANT_LOCKED card type (b3104df)
  • Update language for Google Web Push Provisioning docs (0fe9646)

v0.3.0

08 Jan 10:26

Choose a tag to compare

0.3.0 (2026-01-08)

Full Changelog: v0.2.0...v0.3.0

Features

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

Bug Fixes

  • calling break out of streams should be instantaneous (86db080)
  • issue where json.parse errors when receiving HTTP 204 with nobody (9c9d63b)

Chores

  • formatting (e736094)
  • internal: codegen related update (6bacc68)
  • Simplify custom code (67dc77a)
  • Simplify custom code - same for rbs file (3438ceb)
  • update code formatting (24f042b)

Documentation

  • api: clarify description of token / retry_token when it serves as idempotency key (832895f)
  • Update language for Google Web Push Provisioning docs (24f042b)

v0.2.0

10 Dec 13:34

Choose a tag to compare

0.2.0 (2025-12-10)

Full Changelog: v0.1.0...v0.2.0

Features

  • api: add webhook schemas to SDKs - add parse and parse_unsafe (c40835b)

Chores

  • replace custom webhook signature verification with standardwebhooks (c40835b)

v0.1.0

09 Dec 09:16

Choose a tag to compare

0.1.0 (2025-12-09)

Full Changelog: v0.1.0-alpha.56...v0.1.0

Features

  • api: add bulk card creation APIs (cfad114)
  • api: Add event_streams to auth rules APIs (f728be5)
  • api: add Google WPP to SDKs (7eacd6a)
  • api: add IS_AFTER / IS_BEFORE operators to Auth Rule APIs (7eacd6a)
  • api: Add new fee types (f728be5)
  • api: Add optional ach_hold_period (f728be5)
  • api: add WALLET_RECOMMENDATION_REASONS attribute for tokenization rules (13b07cb)
  • api: provide a unified model for AuthRule (13b07cb)
  • api: support event_streams in auth_rules list endpoint (c5ddfb6)

Bug Fixes

  • api: extract several common types to reduce duplication (cfad114)
  • api: fix examples in spec that were not fully valid (13b07cb)
  • api: make certain payoff fields nullable (13b07cb)

Chores

  • explicitly require "base64" gem (635f951)

Documentation

  • api: clarify error 422 for 3DS challenge response (7eacd6a)

v0.1.0-alpha.56

20 Nov 13:29

Choose a tag to compare

v0.1.0-alpha.56 Pre-release
Pre-release

0.1.0-alpha.56 (2025-11-20)

Full Changelog: v0.1.0-alpha.55...v0.1.0-alpha.56

Features

  • api: add disputes V2 endpoints (0730dce)
  • api: Add Payoff Details (e21e546)
  • api: add return payment method (0730dce)
  • api: add Tokenization and ACH Rules (0730dce)
  • api: add unpause external_bank_accounts API method (0730dce)
  • api: extract some common schemas into models (0730dce)

Bug Fixes

  • api: change allowed phone number length from 18 to 16 (0730dce)
  • api: mark certain optional fields as nullable (0730dce)
  • api: Modify return type of returns API to payment-transaction (e21e546)