Skip to content

Releases: lithic-com/lithic-python

v0.61.0

23 Aug 21:03
Compare
Choose a tag to compare

0.61.0 (2024-08-23)

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

Features

  • api: add endpoints and webhooks for 3DS challenge decisions and challenges (#544) (c5437be)

v0.60.0

23 Aug 19:25
Compare
Choose a tag to compare

0.60.0 (2024-08-23)

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

Features

  • api: new book_transfer_transaction events and Settlement Report field deprecations (#542) (2e73d68)

v0.59.0

20 Aug 17:39
Compare
Choose a tag to compare

0.59.0 (2024-08-20)

Full Changelog: v0.58.0...v0.59.0

Features

  • api: add property next_payment_end_date and next_payment_due_date to Statement model (#541) (eba1a51)

Chores

  • ci: also run pydantic v1 tests (#540) (c48e5c4)
  • client: fix parsing union responses when non-json is returned (#539) (139cfd8)
  • docs: update state description on Card (#537) (73f607e)

v0.58.0

16 Aug 14:41
Compare
Choose a tag to compare

0.58.0 (2024-08-16)

Full Changelog: v0.57.0...v0.58.0

Features

  • api: add StatementListParams property include_initial_statements (#536) (6a24d16)

Chores

  • internal: use different 32bit detection method (#534) (1e1f813)

v0.57.0

14 Aug 11:05
Compare
Choose a tag to compare

0.57.0 (2024-08-14)

Full Changelog: v0.56.0...v0.57.0

Features

  • api: add SettlementReport property is_complete (#533) (cd57de3)

Chores

v0.56.0

12 Aug 15:33
Compare
Choose a tag to compare

0.56.0 (2024-08-12)

Full Changelog: v0.55.0...v0.56.0

Features

  • api: add property Account.cardholder_currency (#529) (26f0669)
  • api: add property Card.cardholder_currency (26f0669)
  • api: add property CardProgram.cardholder_currencies (26f0669)
  • api: add property CardProgram.cardholder_currency (26f0669)

Chores

  • ci: bump prism mock server version (#526) (c610f81)
  • internal: ensure package is importable in lint cmd (#528) (194b0d7)

v0.55.0

09 Aug 16:34
43bad85
Compare
Choose a tag to compare

0.55.0 (2024-08-09)

Full Changelog: v0.54.0...v0.55.0

⚠ BREAKING CHANGES

  • api: rename property 'financial_accounts.statement.AccountStanding.state' to 'period_state' (#525)

Features

  • api: add event type 'card.reissued' (#521) (87e7ab3)
  • api: add methods to simulate enrollment review and enrollment document review (#523) (4e4515f)
  • api: rename property 'financial_accounts.statement.AccountStanding.state' to 'period_state' (#525) (909ecac)

Chores

v0.54.0

05 Aug 15:28
8365c36
Compare
Choose a tag to compare

0.54.0 (2024-08-05)

Full Changelog: v0.53.1...v0.54.0

Features

  • api: add event type 'statements.created' (#518) (2dd6b21)
  • client: add retries_taken to raw response class (#514) (2d797d0)

Chores

v0.53.1

29 Jul 19:50
Compare
Choose a tag to compare

0.53.1 (2024-07-29)

Full Changelog: v0.53.0...v0.53.1

Bug Fixes

  • client: correctly apply client level timeout for account holders (#510) (9ec85e1)

Chores

  • internal: add type construction helper (#508) (a0cfd29)

v0.53.0

26 Jul 16:38
Compare
Choose a tag to compare

0.53.0 (2024-07-26)

Full Changelog: v0.52.0...v0.53.0

Features

  • api: add method to fetch the extended credit for a given credit product (#507) (fb874a3)

Chores