Skip to content

Releases: lithic-com/lithic-python

v0.36.0

19 Feb 22:43
Compare
Choose a tag to compare

0.36.0 (2024-02-19)

Full Changelog: v0.35.0...v0.36.0

Features

  • api: update financial_account_type and documentation (#363) (589dd28)

Chores

  • internal: refactor release environment script (#361) (6da0145)
  • tests: add integration test for pagination (#358) (8aafef9)

Documentation

v0.35.0

07 Feb 14:33
Compare
Choose a tag to compare

0.35.0 (2024-02-07)

Full Changelog: v0.34.2...v0.35.0

Features

v0.34.2

06 Feb 15:22
Compare
Choose a tag to compare

0.34.2 (2024-02-06)

Full Changelog: v0.34.1...v0.34.2

Bug Fixes

  • types: loosen most List params types to Iterable (#355) (9d94f70)

Chores

v0.34.1

04 Feb 18:58
Compare
Choose a tag to compare

0.34.1 (2024-02-04)

Full Changelog: v0.34.0...v0.34.1

Bug Fixes

  • prevent crash when platform.architecture() is not allowed (#351) (fc7fd7b)

Chores

  • interal: make link to api.md relative (#349) (f85a5e0)

v0.34.0

31 Jan 19:54
Compare
Choose a tag to compare
v0.34.0 Pre-release
Pre-release

0.34.0 (2024-01-31)

Full Changelog: v0.33.0...v0.34.0

Features

  • api: add account_token and card_program_token to Card (#347) (f94944e)

v0.33.0

31 Jan 17:01
Compare
Choose a tag to compare
v0.33.0 Pre-release
Pre-release

0.33.0 (2024-01-31)

Full Changelog: v0.32.0...v0.33.0

Features

Chores

  • internal: cast type in mocked test (#344) (aa6e754)
  • internal: enable ruff type checking misuse lint rule (#341) (312383f)
  • internal: support multipart data with overlapping keys (#340) (e74deea)
  • internal: support pre-release versioning (#345) (44505cc)

v0.32.0

23 Jan 19:06
Compare
Choose a tag to compare

0.32.0 (2024-01-23)

Full Changelog: v0.31.1...v0.32.0

⚠ BREAKING CHANGES

  • api: change account holder creation response, new settlement detail type (#337)

Features

  • api: change account holder creation response, new settlement detail type (#337) (6d8a046)

Chores

  • ci: rely on Stainless GitHub App for releases (#334) (90063d7)
  • internal: add internal helpers (#336) (9849b51)
  • internal: remove redundant client test (#331) (18ad2ad)
  • internal: share client instances between all tests (#335) (0fe132a)
  • internal: speculative retry-after-ms support (#332) (579486a)
  • lazy load raw resource class properties (#333) (e275233)

v0.31.1

17 Jan 15:12
Compare
Choose a tag to compare

0.31.1 (2024-01-17)

Full Changelog: v0.31.0...v0.31.1

Features

Chores

v0.31.1

17 Jan 15:12
Compare
Choose a tag to compare

0.31.1 (2024-01-17)

Full Changelog: v0.31.0...v0.31.1

Features

Chores

v0.31.0

16 Jan 10:52
Compare
Choose a tag to compare

0.31.0 (2024-01-16)

Full Changelog: v0.30.0...v0.31.0

Features

  • client: add support for streaming raw responses (#323) (ab894d3)

Bug Fixes

  • client: ensure path params are non-empty (#324) (c569801)

Chores

  • client: improve debug logging for failed requests (#320) (c68b9a6)

Documentation