Skip to content

Releases: lithic-com/lithic-java

v0.98.0

28 Jul 19:22

Choose a tag to compare

0.98.0 (2025-07-28)

Full Changelog: v0.97.1...v0.98.0

Features

  • api: updates Transaction retrieve response to match API (88464d7)

Documentation

v0.97.1

24 Jul 03:11

Choose a tag to compare

0.97.1 (2025-07-24)

Full Changelog: v0.97.0...v0.97.1

Bug Fixes

  • client: accidental mutability of some classes (fc619ca)

Chores

  • internal: remove unnecessary [...] in [@see](https://github.com/see) (47d67f7)

v0.97.0

23 Jul 17:08

Choose a tag to compare

0.97.0 (2025-07-23)

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

Features

  • api: adds new Auth Rules Scope and Settlement Details type (b94bfc2)
  • client: add {QueryParams,Headers}#put(String, JsonValue) methods (ef6b26e)
  • client: add https config options (ac2c55c)
  • client: allow configuring env via system properties (3b78f9e)

Chores

  • docs: update Account Holder deprecation formatting (12496f2)
  • internal: refactor delegating from client to options (f165926)

Documentation

  • fix missing readme comment (f1d5068)

v0.96.1

18 Jul 20:35

Choose a tag to compare

0.96.1 (2025-07-18)

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

Bug Fixes

  • client: ensure error handling always occurs (037c1ff)

Chores

  • fix conflict (83182ce)
  • internal: allow running specific example from cli (59ee949)

v0.96.0

15 Jul 21:52

Choose a tag to compare

0.96.0 (2025-07-15)

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

Features

  • api: adds Network Programs and Account/Card Sub-statuses (076028b)

Chores

  • ci: bump actions/setup-java to v4 (c59e95c)
  • ci: ensure docs generation always succeeds (1bf367a)

v0.95.0

08 Jul 18:53

Choose a tag to compare

0.95.0 (2025-07-08)

Full Changelog: v0.94.1...v0.95.0

Features

  • api: add models for merchant_lock_parameters and conditional_3ds_action_parameters (b59636c)
  • api: api update (e2c3beb)
  • api: api update (18b0eaf)
  • api: api update (999bba7)

Bug Fixes

  • api: name conflict between type and account type (17cd5ef)

Refactors

  • internal: minor ClientOptionsTest change (017f196)

v0.94.1

29 Jun 20:59

Choose a tag to compare

0.94.1 (2025-06-29)

Full Changelog: v0.94.0...v0.94.1

Bug Fixes

  • client: don't close client on withOptions usage when original is gc'd (17178c0)

Chores

  • ci: only run for pushes and fork pull requests (93f11e2)

v0.94.0

27 Jun 17:17

Choose a tag to compare

0.94.0 (2025-06-27)

Full Changelog: v0.93.0...v0.94.0

Features

  • api: introduce dedicated model for SpendLimitDuration (48444d4)
  • client: adds support for on-demand Auth Rule Performance Reports (66d5cd0)

Bug Fixes

  • ci: release-doctor — report correct token name (1c7b405)

Chores

  • internal: manual updates (806eca4)

v0.93.0

25 Jun 00:41

Choose a tag to compare

0.93.0 (2025-06-23)

Full Changelog: v0.92.0...v0.93.0

Features

  • api: add CLOSED account state option and UNVERIFIED verification method (b89c4a8)
  • client: add a withOptions method (cce70a4)
  • client: adds endpoint to register an account number on a Financial Account (7da29e6)
  • client: implement per-endpoint base URL support (67852c2)

Bug Fixes

  • client: bump max requests per host to max requests (5 -> 64) (8e1654a)

Chores

v0.92.0

04 Jun 14:31

Choose a tag to compare

0.92.0 (2025-06-04)

Full Changelog: v0.91.0...v0.92.0

Features

  • client: adds support for 3DS to Auth Rules (a520d8b)

Bug Fixes

  • client: hasNextPage impl for some classes (9ce1477)
  • client: format (8787841)
  • client: remove @MustBeClosed for future returning methods (055aca8)

Chores

  • api: mark some methods as deprecated (6245c1b)
  • docs: grammar improvements (98b0222)