Skip to content

Releases: lithic-com/lithic-java

v0.67.0

11 Oct 18:13
Compare
Choose a tag to compare

0.67.0 (2024-10-11)

Full Changelog: v0.66.0...v0.67.0

Features

  • api: updates to documentation and addition of new 3DS simulation methods (#330) (54c9c05)

v0.66.0

09 Oct 18:27
Compare
Choose a tag to compare

0.66.0 (2024-10-09)

Full Changelog: v0.65.0...v0.66.0

⚠ BREAKING CHANGES

  • client: don't generate default variant field/method names with underscores (#328)

Bug Fixes

  • client: don't generate default variant field/method names with underscores (#328) (b57530c)

v0.65.0

09 Oct 15:45
Compare
Choose a tag to compare

0.65.0 (2024-10-09)

Full Changelog: v0.64.1...v0.65.0

Features

  • api: small updates to Documents, AccountHolders and LoanTapes (#327) (3717b31)

Chores

  • api: small updates to verification addresses and Statement and LoanTape fields (#324) (2e16bc7)

Styles

  • client: disable formatting for java boilerplate (#326) (5ad2b48)

v0.64.1

02 Oct 19:28
Compare
Choose a tag to compare

0.64.1 (2024-10-02)

Full Changelog: v0.64.0...v0.64.1

Bug Fixes

  • client: escape keywords reserved in java, but not in kotlin, for the java sdk (#323) (de90120)

Styles

  • client: move equals, hashCode, and toString to the bottom of entity files (#321) (88d052f)

v0.64.0

01 Oct 21:00
Compare
Choose a tag to compare

0.64.0 (2024-10-01)

Full Changelog: v0.63.0...v0.64.0

Features

  • api: rename loan_tape_response.statement_balance to previous_statement_balance (#319) (7cf1663)

v0.63.0

01 Oct 16:26
Compare
Choose a tag to compare

0.63.0 (2024-10-01)

Full Changelog: v0.62.0...v0.63.0

Features

  • api: add Management Operations and Loan Tapes API (#317) (8da35f9)

v0.62.0

25 Sep 16:20
Compare
Choose a tag to compare

0.62.0 (2024-09-25)

Full Changelog: v0.61.0...v0.62.0

Features

  • api: adds endpoint for migrating auth rules from v1 to V2. marks v1 auth rules as deprecated (#316) (c92d0b3)
  • client: send retry count header (#314) (c9476e0)

v0.61.0

24 Sep 14:41
Compare
Choose a tag to compare

0.61.0 (2024-09-24)

Full Changelog: v0.60.0...v0.61.0

Features

  • api: add ACCOUNT_DELINQUENT to detailed_results enum (#312) (2f7a283)

v0.60.0

23 Sep 21:42
Compare
Choose a tag to compare

0.60.0 (2024-09-23)

Full Changelog: v0.59.0...v0.60.0

Features

  • api: add canceled to transaction_status enum values (#310) (e0d7dfc)

v0.59.0

19 Sep 18:39
Compare
Choose a tag to compare

0.59.0 (2024-09-19)

Full Changelog: v0.58.1...v0.59.0

⚠ BREAKING CHANGES

  • api: update model FinancialAccount (#308)

Features