Skip to content

Releases: lithic-com/lithic-python

v0.83.0

24 Jan 16:43
Compare
Choose a tag to compare

0.83.0 (2025-01-24)

Full Changelog: v0.82.0...v0.83.0

Features

  • api: adds additional fields to TransactionEvents (#684) (90da354)

Chores

  • api: additional field added to 3DS Responses and Tokenization (#681) (08d4bad)
  • internal: minor formatting changes (#683) (3fd3619)

v0.82.0

22 Jan 03:03
Compare
Choose a tag to compare

0.82.0 (2025-01-21)

Full Changelog: v0.81.1...v0.82.0

⚠ BREAKING CHANGES

  • types: improve auth rules types (#671)
  • api: removes AccountHolder resubmit endpoint and KYC_ADVANCED workflow (#659)

Features

  • api: removes AccountHolder resubmit endpoint and KYC_ADVANCED workflow (#659) (8b181ca)
  • generate more types that are used as request bodies (#649) (413bb22)
  • types: improve auth rules types (#671) (5748bc0)

Bug Fixes

  • client: only call .close() when needed (#664) (f6528df)
  • correctly handle deserialising cls fields (#668) (2ce887f)
  • reuse model in pagination items type (#679) (150965a)
  • tests: make test_get_platform less flaky (#675) (2dff4e0)

Chores

  • add back compat aliases for LineItemListResponse (1e7eb6d)
  • add missing isclass check (#661) (e572151)
  • api: new ConvertPhysical endpoint to convert a virtual card to a physical card (#656) (6412dcd)
  • api: updates to documentation and additional filter for status on Transactions (#669) (2e69678)
  • bump license year (#660) (b76a630)
  • docs: updates documentation for DPANs (#677) (1fd8a18)
  • internal: add support for TypeAliasType (#652) (988f2a0)
  • internal: avoid pytest-asyncio deprecation warning (#676) (f1a31f3)
  • internal: bump httpx dependency (#662) (767729e)
  • internal: bump pyright (#651) (1406b81)
  • internal: bump pyright dependency (#672) (77a255c)
  • internal: fix some typos (#658) (79baa5d)
  • internal: minor style changes (#680) (b1fb9fb)
  • internal: remove some duplicated imports (#653) (c446d74)
  • internal: update deps (#670) (2eddffd)
  • internal: update examples (#663) (7e704cf)
  • internal: updated imports (#654) (b0b1b64)

Documentation

v0.81.1

11 Dec 15:46
a0d1250
Compare
Choose a tag to compare

0.81.1 (2024-12-11)

Full Changelog: v0.81.0...v0.81.1

Bug Fixes

  • events.resend was missing v1 url prefix (8c53c3c)

Documentation

  • readme: fix http client proxies example (#647) (8fac1ff)

v0.81.0

09 Dec 15:33
Compare
Choose a tag to compare

0.81.0 (2024-12-09)

Full Changelog: v0.80.1...v0.81.0

Features

  • api: adds EventRuleResult to Transaction Events (#646) (51de0e6)

Chores

v0.80.1

28 Nov 20:17
58b59b0
Compare
Choose a tag to compare

0.80.1 (2024-11-28)

Full Changelog: v0.80.0...v0.80.1

Bug Fixes

  • client: compat with new httpx 0.28.0 release (#640) (2e3c03d)

v0.80.0

28 Nov 13:30
Compare
Choose a tag to compare

0.80.0 (2024-11-28)

Full Changelog: v0.79.1...v0.80.0

Features

  • api: updates to Auth Rules numeric types, new Card Types and Authorization Rule Backtests (#637) (6436634)

Chores

  • api: add backtest methods to AuthRules (#638) (8125eac)
  • internal: exclude mypy from running on tests (#639) (9ad6f0b)
  • internal: fix compat model_dump method when warnings are passed (#633) (eb6c135)
  • remove now unused cached-property dep (#636) (78321ef)

Documentation

v0.79.1

18 Nov 12:48
Compare
Choose a tag to compare

0.79.1 (2024-11-18)

Full Changelog: v0.79.0...v0.79.1

Bug Fixes

  • asyncify: avoid hanging process under certain conditions (#632) (a588059)

Chores

v0.79.0

14 Nov 16:35
Compare
Choose a tag to compare

0.79.0 (2024-11-14)

Full Changelog: v0.78.1...v0.79.0

Features

v0.78.1

12 Nov 12:13
Compare
Choose a tag to compare

0.78.1 (2024-11-12)

Full Changelog: v0.78.0...v0.78.1

Bug Fixes

  • don't use dicts as iterables in transform (#627) (717c8a9)

Chores

  • api: add business_account_token param for listing Balances (#625) (7513850)
  • api: adds replacement_account_token to Card create parameters (#623) (79071df)
  • internal: cleanup duplicate import (#624) (d067e5e)
  • tests: adjust retry timeout values (#621) (1a732a9)

Documentation

v0.78.0

05 Nov 17:34
Compare
Choose a tag to compare

0.78.0 (2024-11-05)

Full Changelog: v0.77.2...v0.78.0

⚠ BREAKING CHANGES

  • api: removes AuthRules V1 (#620)

Features