Skip to content

Releases: lithic-com/lithic-python

v0.64.0

Choose a tag to compare

@stainless-app stainless-app released this 03 Sep 20:06

0.64.0 (2024-09-03)

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

Features

  • api: declare AccountHolderBusinessResponse and remove entity_token from BusinessEntity (#551) (6e6aff0)

v0.63.0

Choose a tag to compare

@stainless-app stainless-app released this 29 Aug 15:14

0.63.0 (2024-08-29)

Full Changelog: v0.62.0...v0.63.0

⚠ BREAKING CHANGES

  • api: add shared model Document (#549)

Features

v0.62.0

Choose a tag to compare

@stainless-app stainless-app released this 28 Aug 14:48

0.62.0 (2024-08-28)

Full Changelog: v0.61.0...v0.62.0

Features

  • api: add 'pin status' and 'pending_commands' to Card model (#548) (659ecca)

Chores

v0.61.0

Choose a tag to compare

@stainless-app stainless-app released this 23 Aug 21:03

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

Choose a tag to compare

@stainless-app stainless-app released this 23 Aug 19:25

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

Choose a tag to compare

@stainless-app stainless-app released this 20 Aug 17:39

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

Choose a tag to compare

@stainless-app stainless-app released this 16 Aug 14:41

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

Choose a tag to compare

@stainless-app stainless-app released this 14 Aug 11:05

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

Choose a tag to compare

@stainless-app stainless-app released this 12 Aug 15:33

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

Choose a tag to compare

@stainless-app stainless-app released this 09 Aug 16:34
43bad85

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