Skip to content

Releases: lithic-com/lithic-python

v0.77.0

28 Oct 21:19
Compare
Choose a tag to compare

0.77.0 (2024-10-28)

Full Changelog: v0.76.0...v0.77.0

Features

Chores

  • api: add PIN_BLOCKED to detailed_results property on Event (#606) (ac9985f)
  • api: adds new result types to Transactions and Events (#608) (ff13e35)
  • internal: bump pytest to v8 & pydantic (#609) (a2641b7)

v0.76.0

23 Oct 13:12
Compare
Choose a tag to compare

0.76.0 (2024-10-23)

Full Changelog: v0.75.0...v0.76.0

Features

  • api: add interest_details properties to LoanTapes (#604) (365001b)

v0.75.0

22 Oct 14:53
Compare
Choose a tag to compare

0.75.0 (2024-10-22)

Full Changelog: v0.74.1...v0.75.0

Features

  • api: removes transfer_transaction.created webhook and updates to VerificationApplication (#603) (b387f32)

Chores

  • internal: remove unused black config (#601) (73a28e5)

v0.74.1

21 Oct 07:26
Compare
Choose a tag to compare

0.74.1 (2024-10-21)

Full Changelog: v0.74.0...v0.74.1

Bug Fixes

  • client/async: correctly retry in all cases (#600) (d0f302c)

Chores

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)