Skip to content

Releases: lithic-com/lithic-python

v0.3.0

Choose a tag to compare

@rattrayalex rattrayalex released this 03 Mar 14:56
166da52

API Changes

  • [breaking] Rename card enum type DIGITAL_WALLET -> VIRTUAL etc.
  • [breaking] Remove previous_auth_rule_tokens, state and token from the AuthRule model.
  • [breaking] Make lithic.auth_rules.list a true paginated method.
  • Add shipping_method enum to CardReissueParams.
  • Updates to docstrings.
  • Update test examples.

Bugfixes

Internal Improvements

v0.2.0

Choose a tag to compare

@rattrayalex rattrayalex released this 18 Jul 20:58

v0.1.5

Choose a tag to compare

@rattrayalex rattrayalex released this 23 Jun 01:51

A variety of internal refactors and improvements.

v0.1.4

Choose a tag to compare

@rattrayalex rattrayalex released this 01 Jun 17:04

This release includes a large number of changes to our internal structure & types, as well as:

  1. Much more readable docstrings, especially for enums.
  2. The ability to pass timeout=None to disable timeouts for a given request.
  3. Several small improvements to the mapping of types to actual API behavior, and updates to reflect new API behavior.