Releases: lithic-com/lithic-java
Releases · lithic-com/lithic-java
Release list
v0.6.0
Removes the unused/legacy funding sources API and adds the new tokenization decisioning API.
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Adds several helper methods:
client.cards().getEmbedHtml()client.cards().getEmbedUrl()client.disputes().uploadEvidence()client.events().resend()
Also adds the property business_account_token, improves some docstrings, and a few internal modifications.
Full Changelog: v0.4.0...v0.5.0
v0.3.1
Fix webhook unwrapping to return an event payload rather than an event.
Full Changelog: v0.3.0...v0.3.1
v0.3.0 – ⚠️ breaking, moves to OffsetDateTime and LocalDate
LocalDate and timestamps into OffsetDateTime, which is a breaking change. Previously these were String.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
- Adds events and event subscription endpoints.
- Adds helper methods to support webhook signature verification:
Event event = client.webhooks().unwrap(body, headers, secret); client.webhooks().verifySignature(body, headers, secret); // throws if not valid
- Adds
mccto transactions. - Changes how headers, body properties, and query parameters can be customized (eg, with
.putHeader("X-Foo", "bar")).
Full Changelog: v0.0.4...v0.2.0