Releases: lithic-com/lithic-python
Releases · lithic-com/lithic-python
v0.23.0
v0.22.2
v0.22.1
v0.22.0
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
v0.21.0
v0.20.0
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
- docs: remove old migration guide (#212) (ee6cbb4)
- internal: bump mypy (#207) (74308ad)
- internal: bump pyright (#206) (d65667f)
- internal: cleanup some redundant code (#193) (61a777a)
- internal: enable lint rule (#192) (df95673)
- internal: improve publish script (#198) (9ecaa3c)
- internal: migrate from Poetry to Rye (#196) (748a670)
- internal: update gitignore (#201) (631d650)
- internal: update gitignore (#202) (48a9f60)
- internal: update lock file (#200) (19aad77)
- update comment (#191) (c5e2a68)
- update README (#184) (bda1154)
Documentation
- improve to dictionary example (#211) (773b0f5)
- organisation -> organization (UK to US English) (#195) (d082979)
Refactors
v0.19.3
v0.19.2
v0.19.1
v0.19.0
0.19.0 (2023-09-29)
Full Changelog: v0.18.6...v0.19.0
⚠ BREAKING CHANGES
- api: remove
post /webhooks/account_holders
endpoint (#171)