Releases: lithic-com/lithic-java
Releases · lithic-com/lithic-java
v0.98.0
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
- more code comments (ceb45ee)
v0.97.1
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
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
0.96.1 (2025-07-18)
Full Changelog: v0.96.0...v0.96.1
Bug Fixes
- client: ensure error handling always occurs (037c1ff)
Chores
v0.96.0
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
v0.95.0
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
ClientOptionsTestchange (017f196)
v0.94.1
0.94.1 (2025-06-29)
Full Changelog: v0.94.0...v0.94.1
Bug Fixes
- client: don't close client on
withOptionsusage when original is gc'd (17178c0)
Chores
- ci: only run for pushes and fork pull requests (93f11e2)
v0.94.0
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
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
withOptionsmethod (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
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:
hasNextPageimpl for some classes (9ce1477) - client: format (8787841)
- client: remove
@MustBeClosedfor future returning methods (055aca8)