Releases: lithic-com/lithic-python
Releases · lithic-com/lithic-python
v0.17.5
0.17.5 (2023-07-27)
Features
- api: add payment and external bank accounts resource (#91) (9a63218)
Documentation
- readme: use
client
everywhere for consistency (#93) (be4350d)
v0.17.4
0.17.4 (2023-07-21)
Features
Documentation
- readme: reference "client" in errors section and add missing import (#89) (66127cc)
v0.17.2
0.17.2 (2023-07-17)
Features
- api: add more enum members to event types (#79) (3e57d94)
- api: no longer require
website_url
property on KYB object (#82) (673a1c3)
Chores
- internal: add
codegen.log
to .gitignore
(#81) (ec2ea75)
v0.17.1
0.17.1 (2023-07-12)
Features
- api: add
state
query param for cards (#73) (84fc0f5)
- api: add digital wallet tokenization result event type (#74) (e3e21be)
Bug Fixes
- client: use correct units for account holders create timeout (#75) (54915d3)
Chores
- package: pin major versions of dependencies (#76) (9fd090c)
v0.17.0
0.17.0 (2023-07-05)
⚠ BREAKING CHANGES
- api: remove previous_auth_rule_tokens from auth rules (#69)
Chores
Refactors
- api: remove previous_auth_rule_tokens from auth rules (#69) (a6a3bc5)
v0.16.2
0.16.2 (2023-07-01)
Bug Fixes
- deps: pin pydantic to less than v2.0 (#65) (57ec609)
Chores
Styles
- minor reordering of types and properties (#61) (36fd9f0)
Documentation
v0.16.1
0.16.1 (2023-06-19)
Documentation
- api: clarify dispute evidence filename docstring (#52) (4116977)
v0.16.0
0.16.0 (2023-06-15)
⚠ BREAKING CHANGES
- api: remove avs_type property, add dispute evidence filename, and mark properties nullable (#51)
Features
- api: remove avs_type property, add dispute evidence filename, and mark properties nullable (#51) (0cce574)
Documentation
- point to github repo instead of email contact (#47) (90583fe)
Chores
- internal: add overloads to
client.get
for streaming (#49) (7952321)
v0.15.1
0.15.1 (2023-06-12)
Bug Fixes
- properly handle key aliases in transform step (#33) (a4693bf)