Skip to content

Releases: lithic-com/lithic-kotlin

v0.73.0

26 Nov 20:51
6c72527
Compare
Choose a tag to compare

0.73.0 (2024-11-26)

Full Changelog: v0.72.0...v0.73.0

Features

  • api: updates to Auth Rules numeric types, new Card Types and Authorization Rule Backtests (#389) (ad9720c)
  • client: add logging when debug env is set (#386) (848cc8c)
  • client: add methods for header params (#382) (cb88b74)
  • derive gpg release key's id via gpg itself (#391) (735be99)

Bug Fixes

  • internal: use correct example string for test (#387) (24de3fd)

Chores

Styles

  • internal: move identity methods to bottom of error class (#384) (4cc4ba8)
  • internal: reduce verbosity of identity methods (#383) (d859cb8)
  • internal: reorder some params methods and improve consistency of implementations (#385) (f5a82c3)

Refactors

  • internal: split closeWhenPhantomReachable function (#379) (d21293e)

v0.72.0

14 Nov 16:38
Compare
Choose a tag to compare

0.72.0 (2024-11-14)

Full Changelog: v0.71.0...v0.72.0

Features

Performance Improvements

Chores

  • api: add business_account_token param for listing Balances (#375) (f0bd4b4)

v0.71.0

07 Nov 02:46
Compare
Choose a tag to compare

0.71.0 (2024-11-07)

Full Changelog: v0.70.0...v0.71.0

⚠ BREAKING CHANGES

  • client: replace multimaps with custom types (#370)

Features

  • client: additional builder setters for error class (2920bb6)
  • client: more additional body param setters (#372) (31ba9fb)
  • client: replace multimaps with custom types (#370) (32d088e)

Bug Fixes

Chores

  • api: adds replacement_account_token to Card create parameters (#368) (2afcb7a)

v0.70.0

05 Nov 17:38
Compare
Choose a tag to compare

0.70.0 (2024-11-05)

Full Changelog: v0.69.0...v0.70.0

⚠ BREAKING CHANGES

  • api: removes AuthRules V1 (#367)
  • client: add/rename methods for headers/query params (#365)
  • client: rename header and query params builder methods (#364)

Features

  • api: removes AuthRules V1 (#367) (e975983)
  • client: add QueryParams class (#361) (bf72ea4)
  • client: add/rename methods for headers/query params (#365) (d2ab9bc)
  • client: propagate headers/query params methods to client builders (#363) (9d140e6)

Refactors

  • client: http request methods (d165239)
  • client: rename header and query params builder methods (#364) (3e9ec4f)

v0.69.0

01 Nov 17:01
Compare
Choose a tag to compare

0.69.0 (2024-11-01)

Full Changelog: v0.68.0...v0.69.0

⚠ BREAKING CHANGES

  • client: rename some union classes (#350)

Features

  • api: add interest_details properties to LoanTapes (#340) (8cd61db)
  • api: removes transfer_transaction.created webhook and updates to VerificationApplication (#332) (7646708)
  • api: updates (#347) (75b8c37)
  • client: add Headers class (#358) (e2755bc)
  • client: add User-Agent header (#345) (9f537ed)
  • client: clean up resource leaks when the resource becomes phantom reachable (#348) (2fd7669)
  • client: set X-Stainless-Runtime header (#344) (3865552)
  • client: support union discriminators in deserialization (#328) (0534fed)

Bug Fixes

  • client: accidental double-wrapping with RetryingHttpClient (#346) (2825bb9)
  • client: ensure constructed objects are immutable (#356) (8f95fce)
  • client: implement hashCode for IsMissing (#341) (a871c61)
  • client: remove @JvmStatic from error (#354) (a753c44)
  • internal: remove unnecessary error handlers (#327) (26e72f3)
  • merge conflicts (#360) (b9e444a)

Chores

  • api: add PIN_BLOCKED to detailed_results property on Event (#342) (5667848)
  • api: adds charge_off functionality to FinancialAccounts (#351) (1bf0ec1)
  • api: adds new result types to Transactions and Events (#343) (c3fddaf)
  • docs: updates to documentation for V2 AuthRules (#349) (0f6a69b)
  • internal: delete unused function (#353) (7aaa905)
  • internal: omit unnecessary code (#326) (89bb442)
  • internal: remove empty test files (#331) (2d660ab)
  • internal: remove unnecessary [@file](https://github.com/file):Suppress("OVERLOADS_INTERFACE") (#334) (f75a999)
  • internal: remove unnecessary [@file](https://github.com/file):Suppress("OVERLOADS_INTERFACE") (#338) (cb2ccf3)
  • internal: remove useless [@file](https://github.com/file):JvmSynthetic (#337) (954c80c)

Documentation

Styles

  • client: make toString methods consistent (#330) (d1caec0)
  • client: rename some union classes (#350) (ee5d02e)
  • internal: improve OkHttpClient formatting (#335) (e77faca)
  • internal: improve RetryingHttpClient formatting (#339) (600591d)
  • internal: improve terseness of handlers (#321) (e69f47b)
  • internal: improve terseness of Properties.kt (#323) (3cf3952)
  • internal: make getOrThrow terse and consistent (#352) (e642d4e)
  • internal: move Handlers.kt and HttpRequestBodies.kt to core (#324) (e02eea0)
  • internal: simplify client build method (#336) (92ddfe9)
  • internal: update comment formatting (#333) (2b0e988)
  • internal: use if and if-else instead of when idiomatically (#329) (44e2586)

Refactors

v0.68.0

11 Oct 18:13
Compare
Choose a tag to compare

0.68.0 (2024-10-11)

Full Changelog: v0.67.0...v0.68.0

Features

  • api: updates to documentation and addition of new 3DS simulation methods (#319) (5115da8)

v0.67.0

09 Oct 15:45
Compare
Choose a tag to compare

0.67.0 (2024-10-09)

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

Features

  • api: small updates to Documents, AccountHolders and LoanTapes (#318) (65a825d)

Chores

  • api: small updates to verification addresses and Statement and LoanTape fields (#316) (5015f21)

Styles

  • client: disable formatting for java boilerplate (#317) (360ca62)
  • client: move equals, hashCode, and toString to the bottom of entity files (#314) (809bab0)

v0.66.0

01 Oct 21:00
Compare
Choose a tag to compare

0.66.0 (2024-10-01)

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

Features

  • api: rename loan_tape_response.statement_balance to previous_statement_balance (#312) (95f9791)

v0.65.0

01 Oct 16:26
Compare
Choose a tag to compare

0.65.0 (2024-10-01)

Full Changelog: v0.64.0...v0.65.0

Features

  • api: add Management Operations and Loan Tapes API (#310) (ebb7321)

v0.64.0

25 Sep 16:20
Compare
Choose a tag to compare

0.64.0 (2024-09-25)

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

Features

  • api: adds endpoint for migrating auth rules from v1 to V2. marks v1 auth rules as deprecated (#309) (d1f02bf)
  • client: send retry count header (#307) (949046b)