Skip to content

Releases: lithic-com/lithic-python

v0.23.0

08 Nov 14:18
Compare
Choose a tag to compare

0.23.0 (2023-11-08)

Full Changelog: v0.22.2...v0.23.0

Features

  • client: support passing httpx.Timeout to method timeout argument (#234) (d70cab3)

Bug Fixes

  • api: correct type for other fees details (#238) (3e4efea)

Chores

v0.22.2

06 Nov 03:20
Compare
Choose a tag to compare

0.22.2 (2023-11-06)

Full Changelog: v0.22.1...v0.22.2

Bug Fixes

  • prevent TypeError in Python 3.8 (ABC is not subscriptable) (#233) (55fd8a3)

Chores

  • internal: remove unused int/float conversion (#231) (1256055)

Documentation

  • api: improve method signatures for named path params (#228) (476d296)
  • improve account holder control person documentation (#230) (36abfb0)
  • readme: improve example snippets (#232) (ace36a4)

v0.22.1

03 Nov 16:49
Compare
Choose a tag to compare

0.22.1 (2023-11-03)

Full Changelog: v0.22.0...v0.22.1

Bug Fixes

  • binaries: don't synchronously block in astream_to_file (#226) (cfc5441)

v0.22.0

03 Nov 14:17
Compare
Choose a tag to compare

0.22.0 (2023-11-03)

Full Changelog: v0.21.0...v0.22.0

Features

  • api: add verification_attempts response property (#223) (84446d7)
  • client: allow binary returns (#224) (78c7e86)
  • client: support accessing raw response objects (#218) (8540bba)
  • client: support passing BaseModels to request params at runtime (#225) (ab37ce8)
  • github: include a devcontainer setup (#222) (1256ea0)
  • package: add classifiers (#221) (a1d9641)

Chores

  • internal: minor restructuring of base client (#220) (2c36aa7)
  • internal: require explicit overrides (#217) (c85bd62)

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)