Skip to content

Releases: lithic-com/lithic-python

v0.21.0

26 Oct 03:00
Compare
Choose a tag to compare

0.21.0 (2023-10-26)

Full Changelog: v0.20.0...v0.21.0

Features

  • api: add CardProgram and DigitalCardArt resources (#213) (afcb7e4)

v0.20.0

25 Oct 10:10
Compare
Choose a tag to compare

0.20.0 (2023-10-25)

Full Changelog: v0.19.3...v0.20.0

Features

  • api: add AUTH_STREAM_ACCESS to responder endpoints (#205) (55d9f21)
  • api: add verification_failed_reason (#203) (b6dfb4d)
  • api: updates (#197) (34f3534)
  • client: add logging setup (#187) (4ec658e)
  • client: adjust retry behavior to be exponential backoff (#209) (b571389)
  • client: improve file upload types (#208) (ff0cca0)
  • client: support passing httpx.URL instances to base_url (#199) (fec5362)
  • make webhook headers case insensitive (#190) (e0a5811)

Bug Fixes

  • client: accept io.IOBase instances in file params (#194) (c41ebb0)
  • client: correctly handle arguments with env vars (#188) (1bc8b58)

Chores

Documentation

  • improve to dictionary example (#211) (773b0f5)
  • organisation -> organization (UK to US English) (#195) (d082979)

Refactors

v0.19.3

11 Oct 18:37
Compare
Choose a tag to compare

0.19.3 (2023-10-11)

Full Changelog: v0.19.2...v0.19.3

Features

  • client: add forwards-compatible pydantic methods (#181) (0bb14e3)
  • client: add support for passing in a httpx client (#183) (c2a69fb)

v0.19.2

05 Oct 02:41
Compare
Choose a tag to compare

0.19.2 (2023-10-05)

Full Changelog: v0.19.1...v0.19.2

Features

v0.19.1

04 Oct 17:44
Compare
Choose a tag to compare

0.19.1 (2023-10-03)

Full Changelog: v0.19.0...v0.19.1

Features

  • client: handle retry-after header with a date format (#176) (3d6fbc8)

Chores

v0.19.0

29 Sep 14:20
Compare
Choose a tag to compare

0.19.0 (2023-09-29)

Full Changelog: v0.18.6...v0.19.0

⚠ BREAKING CHANGES

  • api: remove post /webhooks/account_holders endpoint (#171)

Refactors

  • api: remove post /webhooks/account_holders endpoint (#171) (a2143d4)

v0.18.6

27 Sep 14:22
Compare
Choose a tag to compare

0.18.6 (2023-09-27)

Full Changelog: v0.18.5...v0.18.6

Features

Bug Fixes

  • client: don't error by default for unexpected content types (#166) (cf9c611)

Chores

  • internal: move error classes from _base_exceptions to _exceptions (⚠️ breaking) (#168) (f959dd5)
  • tests: improve raw response test (#170) (0848bd0)

v0.18.5

21 Sep 16:22
Compare
Choose a tag to compare

0.18.5 (2023-09-20)

Full Changelog: v0.18.4...v0.18.5

Features

  • api: add simulation endpoints, event types, fix transfer request AuthRule (#164) (ca1e3dc)

v0.18.4

15 Sep 21:34
Compare
Choose a tag to compare

0.18.4 (2023-09-15)

Full Changelog: v0.18.3...v0.18.4

Features

  • client: retry on 408 Request Timeout (#160) (9ef57a3)

Bug Fixes

  • client: properly configure model set fields (#159) (1c13556)

Chores

Documentation

  • add some missing inline documentation (#156) (e1a3ac0)

v0.18.3

12 Sep 18:04
Compare
Choose a tag to compare

0.18.3 (2023-09-11)

Full Changelog: v0.18.2...v0.18.3

Features

  • api: add Simulate Return Payment endpoint (#155) (b81d2ac)
  • api: add tokenizations.simulate and correct typo'd enum (#151) (8968036)
  • api: add user defined id (#144) (88a2f52)
  • fixes tests where an array has to have unique enum values (#147) (0dbc2e6)
  • types: remove unused types (#145) (9e13e49)

Bug Fixes

  • client: properly handle optional file params (#146) (15a0f07)

Chores

Documentation