Skip to content

Releases: lithic-com/lithic-java

v0.116.0

28 Jan 11:29

Choose a tag to compare

0.116.0 (2026-01-27)

Full Changelog: v0.115.0...v0.116.0

Features

  • api: Add card.updated event (08c0ec5)
  • api: Add idempotency key to cards POST and PATCH endpoints (e4de24f)
  • api: Add merchant location fields to simulator endpoints (261c721)
  • api: Add tags field to card transactions (746ee7f)
  • api: make filter optional for Spend Velocity Auth Rules (6122ecc)
  • client: send X-Stainless-Kotlin-Version header (aa06e8d)

Bug Fixes

  • api: Correct field name from ach_hold__period to ach_hold_period (e9f3ae9)
  • api: mark AppleWebPushProvisioningResponse fields required (464fcae)
  • api: rename WIRE_DRAWDOWN_REQUEST to WIRE_INBOUND_DRAWDOWN_REQUEST (6122ecc)
  • client: disallow coercion from float to int (126f812)
  • client: fully respect max retries (bd0a9da)
  • client: preserve time zone in lenient date-time parsing (b82b025)
  • client: send retry count header for max retries 0 (bd0a9da)
  • date time deserialization leniency (ad467a4)
  • deserialization order (0e39fef)

Chores

  • Add spec linter for YAML and folded style multiline strings (b437e45)
  • ci: upgrade actions/github-script (ccebfa3)
  • ci: upgrade actions/setup-java (4e7e0b2)
  • configure new SDK language (3dc7d3f)
  • fix build error (d9046f9)
  • fix build error (ee7c05b)
  • fix test (29f6004)
  • internal: clean up maven repo artifact script and add html documentation to repo root (7838ba8)
  • internal: codegen related update (4373405)
  • internal: codegen related update (6b3f7ee)
  • internal: correct cache invalidation for SKIP_MOCK_TESTS (ad49965)
  • internal: depend on packages directly in example (bd0a9da)
  • internal: improve maven repo docs (737c025)
  • internal: support uploading Maven repo artifacts to stainless package server (da51092)
  • internal: update actions/checkout version (6764fb4)
  • internal: update maven repo doc to include authentication (00cccfb)
  • Rework event type generation to support spec splitting (bb604fb)
  • test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests (ad467a4)

Documentation

  • add comment for arbitrary value fields (da7b625)
  • Remove deprecated tag from MERCHANT_LOCKED card type (5bf8022)

v0.115.0

08 Jan 10:26

Choose a tag to compare

0.115.0 (2026-01-08)

Full Changelog: v0.114.0...v0.115.0

Features

  • api: Add card state attribute to tokenization rules (5d8ec28)
  • api: Add event_type to ASA request and 3DS decisioning request (5d8ec28)
  • api: add external_id to payment_event (7e8636d)
  • api: add get /v1/transfer_limits endpoint (7e8636d)
  • api: add post /v1/book_transfers/{book_transfer_token}/retry endpoint (7e8636d)
  • api: Add user defined status to ledger accounts (5d8ec28)
  • api: add WIRE_DRAWDOWN_REQUEST transfer type (7d05a12)
  • api: Expose Payment Allocation Details (5d8ec28)
  • api: remove unnecessary X-Lithic-Pagination header (7d05a12)
  • api: remove v1/aggregate_balances and related models (5af17d0)
  • client: add HttpRequest#url() method (fe27f93)

Chores

Documentation

  • api: clarify description of token / retry_token when it serves as idempotency key (7d05a12)
  • Update language for Google Web Push Provisioning docs (5d8ec28)

v0.114.0

11 Dec 09:39

Choose a tag to compare

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

  • api: clarify error 422 for 3DS challenge response (a8c6766)
  • remove $ for better copy-pasteabality (7c3897e)

v0.113.0

20 Nov 13:37

Choose a tag to compare

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

17 Nov 14:18

Choose a tag to compare

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

  • api: add type guards to ConditionalValue deserializer (dbd6653)
  • api: change allowed phone number length from 18 to 16 (ff8ebce)
  • api: mark certain optional fields as nullable (ff8ebce)
  • format: remove extraneous blank line in dispute service imports (57ec41a)

v0.111.0

13 Nov 06:55

Choose a tag to compare

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

  • api: adjust Auth Rules spec for better SDK structure (a6c8aab)
  • client: multi-value header serialization (26cec99)

v0.110.0

10 Nov 18:07

Choose a tag to compare

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

23 Oct 18:33

Choose a tag to compare

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

08 Oct 20:27

Choose a tag to compare

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

30 Sep 16:27

Choose a tag to compare

0.107.0 (2025-09-30)

Full Changelog: v0.106.0...v0.107.0

Features

  • api: adds support for Auth Rule features (eaccb51)