Skip to content

Releases: lithic-com/lithic-python

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

v0.77.2

04 Nov 15:04
Compare
Choose a tag to compare

0.77.2 (2024-11-04)

Full Changelog: v0.77.1...v0.77.2

Bug Fixes

  • support json safe serialization for basemodel subclasses (#616) (be1d3e3)

v0.77.1

02 Nov 02:48
Compare
Choose a tag to compare

0.77.1 (2024-11-02)

Full Changelog: v0.77.0...v0.77.1

Bug Fixes

  • don't use dicts as iterables in transform (#615) (65456d4)

Chores

  • api: adds charge_off functionality to FinancialAccounts (#613) (44895bb)
  • docs: updates to documentation for V2 AuthRules (#611) (8931217)
  • internal: bump mypy (#614) (717b3f3)