Releases: lithic-com/lithic-java
Releases · lithic-com/lithic-java
Release list
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)
Chores
v0.91.0
0.91.0 (2025-05-15)
Full Changelog: v0.90.0...v0.91.0
Features
- api: new Funding Events and Card Web Provision API's (212c346)
Chores
- internal: fix custom code (287063b)
v0.90.0
0.90.0 (2025-05-12)
Full Changelog: v0.89.1...v0.90.0
⚠ BREAKING CHANGES
- client: improve some class names
- client: extract auto pagination to shared classes
- client: Migration: - If you were referencing the
AutoPagerclass on a specific*Pageor*PageAsynctype, then you should instead reference the sharedAutoPagerandAutoPagerAsynctypes, under thecorepackageAutoPagerAsyncnow has different usage. You can call.subscribe(...)on the returned object instead to get called back each page item. You can also callonCompleteFuture()to get a future that completes when all items have been processed. Finally, you can call.close()on the returned object to stop auto-paginating early- If you were referencing
getNextPageorgetNextPageParams:- Swap to
nextPage()andnextPageParams() - Note that these both now return non-optional types (use
hasNextPage()before calling these, since they will throw if it's impossible to get another page)
- Swap to
Features
- api: manual updates (cda7a4a)
- client: allow providing some params positionally (0da037e)
- client: extract auto pagination to shared classes (b2a1763)
Chores
- internal: fix custom code (a94fb16)
- internal: fix custom code (5dabc27)
- internal: remove flaky
-Xbackend-threads=0option (3ac784c)
Refactors
- client: improve some class names (0a90771)
v0.89.1
0.89.1 (2025-05-05)
Full Changelog: v0.89.0...v0.89.1
Bug Fixes
- internals: fix servers entry for /v2/auth_rules.get (936af6d)
Chores
- internal: update java toolchain (6760afa)
v0.89.0
0.89.0 (2025-04-29)
Full Changelog: v0.88.0...v0.89.0
Features
- api: adds new merchant lock Auth Rule (f1d019d)