Skip to content

Releases: lithic-com/lithic-python

v0.30.0

09 Jan 22:19
Compare
Choose a tag to compare

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

28 Dec 02:18
Compare
Choose a tag to compare

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

18 Dec 10:05
Compare
Choose a tag to compare

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

15 Dec 06:47
Compare
Choose a tag to compare

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

08 Dec 19:02
Compare
Choose a tag to compare

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)

v0.27.1

08 Dec 10:08
Compare
Choose a tag to compare

0.27.1 (2023-12-08)

Full Changelog: v0.27.0...v0.27.1

Bug Fixes

  • errors: properly assign APIError.body (#292) (b331f3a)

Chores

v0.27.0

05 Dec 15:54
Compare
Choose a tag to compare

0.27.0 (2023-12-05)

Full Changelog: v0.26.2...v0.27.0

Features

  • api: remove CLOSED account enum and update docstrings (#284) (6441b1e)

Chores

v0.26.2

01 Dec 17:56
Compare
Choose a tag to compare

0.26.2 (2023-12-01)

Full Changelog: v0.26.1...v0.26.2

Bug Fixes

  • client: correct base_url setter implementation (#280) (1b9427c)

Chores

  • internal: minor internal restructuring (#277) (c897da5)
  • internal: remove unused type var (#279) (fcdcf4b)
  • internal: replace string concatenation with f-strings (#278) (b6d02a1)

Documentation

v0.26.1

30 Nov 00:03
Compare
Choose a tag to compare

0.26.1 (2023-11-30)

Full Changelog: v0.26.0...v0.26.1

Bug Fixes

  • client: ensure retried requests are closed (#274) (2275961)

Chores

v0.26.0

28 Nov 19:36
Compare
Choose a tag to compare

0.26.0 (2023-11-28)

Full Changelog: v0.25.1...v0.26.0

Features

  • api: add get spend_limits endpoints to cards and accounts (#269) (d5601a3)

Chores