Releases: lithic-com/lithic-python
Releases · lithic-com/lithic-python
v0.3.1
Full Changelog: v0.3.0...v0.3.1
v0.3.0
API Changes
- [breaking] Rename card enum type
DIGITAL_WALLET
->VIRTUAL
etc. - [breaking] Remove
previous_auth_rule_tokens
,state
andtoken
from theAuthRule
model. - [breaking] Make
lithic.auth_rules.list
a true paginated method. - Add
shipping_method
enum toCardReissueParams
. - Updates to docstrings.
- Update test examples.
Bugfixes
Internal Improvements
v0.2.0
v0.1.5
A variety of internal refactors and improvements.
v0.1.4
This release includes a large number of changes to our internal structure & types, as well as:
- Much more readable docstrings, especially for enums.
- The ability to pass
timeout=None
to disable timeouts for a given request. - Several small improvements to the mapping of types to actual API behavior, and updates to reflect new API behavior.