Skip to content

Releases: lithic-com/lithic-python

v0.33.0

v0.33.0 Pre-release
Pre-release

Choose a tag to compare

@stainless-app stainless-app released this 31 Jan 17:01

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

Choose a tag to compare

@stainless-app stainless-app released this 23 Jan 19:06

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

Choose a tag to compare

@stainless-bot stainless-bot released this 17 Jan 15:12

0.31.1 (2024-01-17)

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

Features

Chores

v0.31.1

Choose a tag to compare

@stainless-bot stainless-bot released this 17 Jan 15:12

0.31.1 (2024-01-17)

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

Features

Chores

v0.31.0

Choose a tag to compare

@stainless-bot stainless-bot released this 16 Jan 10:52

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

v0.30.0

Choose a tag to compare

@stainless-bot stainless-bot released this 09 Jan 22:19

0.30.0 (2024-01-09)

Full Changelog: v0.29.1...v0.30.0

Features

  • add None default value to nullable response properties (#315) (81458b1)
  • api: add card renew endpoint (#319) (2ec8b25)

Chores

  • add .keep files for examples and custom code directories (#318) (d21bb0c)
  • internal: bump license (#312) (03038ed)
  • internal: loosen type var restrictions (#317) (fae02b2)
  • internal: replace isort with ruff (#314) (8b841b0)
  • use property declarations for resource members (#316) (969451f)

v0.29.1

Choose a tag to compare

@stainless-bot stainless-bot released this 28 Dec 02:18

0.29.1 (2023-12-28)

Full Changelog: v0.29.0...v0.29.1

Bug Fixes

  • client: correctly use custom http client auth (#311) (d3913db)

Chores

v0.29.0

Choose a tag to compare

@stainless-bot stainless-bot released this 18 Dec 10:05

0.29.0 (2023-12-18)

Full Changelog: v0.28.0...v0.29.0

Features

  • api: remove /auth_stream enrollment endpoints (#302) (a810e9c)

Chores

  • ci: run release workflow once per day (#300) (edfd745)

v0.28.0

Choose a tag to compare

@stainless-bot stainless-bot released this 15 Dec 06:47

0.28.0 (2023-12-15)

Full Changelog: v0.27.2...v0.28.0

Features

  • api: rename token and type to financial_account_token and financial_account_type (#299) (e7fe65c)

Documentation

Refactors

v0.27.2

Choose a tag to compare

@stainless-bot stainless-bot released this 08 Dec 19:02

0.27.2 (2023-12-08)

Full Changelog: v0.27.1...v0.27.2

Bug Fixes

  • avoid leaking memory when Client.with_options is used (#293) (7d31816)