Releases: lithic-com/lithic-python
Releases · lithic-com/lithic-python
v0.77.0
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.75.0
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
v0.74.0
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
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
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
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.70.0
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)