Skip to content

Releases: lithic-com/lithic-python

v0.74.0

11 Oct 18:10
Compare
Choose a tag to compare

0.74.0 (2024-10-11)

Full Changelog: v0.73.0...v0.74.0

Features

  • api: updates to documentation and addition of new 3DS simulation methods (#595) (041dc26)

v0.73.0

09 Oct 15:40
Compare
Choose a tag to compare

0.73.0 (2024-10-09)

Full Changelog: v0.72.1...v0.73.0

Features

  • api: small updates to Documents, AccountHolders and LoanTapes (#594) (7011e2d)

Chores

v0.72.1

07 Oct 13:54
Compare
Choose a tag to compare

0.72.1 (2024-10-07)

Full Changelog: v0.72.0...v0.72.1

Bug Fixes

  • client: avoid OverflowError with very large retry counts (#591) (aa81a86)

Chores

  • api: small updates to verification addresses and Statement and LoanTape fields (#588) (98d9c01)
  • internal: add support for parsing bool response content (#590) (1cb2aa4)

v0.72.0

01 Oct 20:57
Compare
Choose a tag to compare

0.72.0 (2024-10-01)

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

Features

  • api: rename loan_tape_response.statement_balance to previous_statement_balance (#587) (57b648e)

Documentation

  • fix typo in fenced code block language (#586) (5e8dbb4)
  • improve and reference contributing documentation (#584) (aa350d9)

v0.71.0

01 Oct 16:22
Compare
Choose a tag to compare

0.71.0 (2024-10-01)

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

Features

  • api: add Management Operations and Loan Tapes API (#582) (34cdf6a)

v0.70.0

25 Sep 16:16
Compare
Choose a tag to compare

0.70.0 (2024-09-25)

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

Features

  • api: adds endpoint for migrating auth rules from v1 to V2. marks v1 auth rules as deprecated (#581) (71cfe49)
  • client: allow overriding retry count header (#580) (ee6b2a9)

Chores

  • internal: use typing_extensions.overload instead of typing (#578) (186a97c)

v0.69.0

24 Sep 14:37
Compare
Choose a tag to compare

0.69.0 (2024-09-24)

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

Features

  • api: add ACCOUNT_DELINQUENT to detailed_results enum (#576) (b4f8760)

v0.68.0

23 Sep 21:39
Compare
Choose a tag to compare

0.68.0 (2024-09-23)

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

Features

  • api: add canceled to transaction_status enum values (#575) (d10002b)

Chores

  • internal: update pydantic v1 compat helpers (#573) (90fa3a1)

v0.67.0

19 Sep 18:36
Compare
Choose a tag to compare

0.67.0 (2024-09-19)

Full Changelog: v0.66.2...v0.67.0

⚠ BREAKING CHANGES

  • api: update model FinancialAccount (#572)

Features

v0.66.2

19 Sep 14:51
Compare
Choose a tag to compare

0.66.2 (2024-09-19)

Full Changelog: v0.66.1...v0.66.2

Bug Fixes

  • client: handle domains with underscores (#568) (82cdfb0)