Skip to content

Releases: lithic-com/lithic-python

v0.9.0

18 Feb 00:46
Compare
Choose a tag to compare

Adds events and event subscription endpoints.

Also fixes a crash when AbortController was not defined and sends Accept: application/json headers on void auth stream enrollment endpoints.

Full Changelog: v0.8.0...v0.9.0

v0.8.0

01 Feb 23:30
Compare
Choose a tag to compare

This release has a few changes which improve the accuracy and convenience of the types we offer, and may cause type errors:

  1. Address has been moved to its own shared type.
  2. SpendLimitDuration is now a shared type.
  3. kyc_exemption_type is now typed as an enum, instead of any string.
  4. workflow is now typed as the literal 'KYC_EXEMPT'.

Other changes:

  1. merchant_acceptor_id has been added to Transactions.

Full Changelog: v0.7.0...v0.8.0

v0.7.0

19 Jan 10:53
Compare
Choose a tag to compare

This release adds types for the upcoming changes to the Transaction API, going live February 8.

These types document the addition of fields and enum values which are yet to be returned, so that you can start coding against them.

This release also includes a number of internal improvements, and several more minor API updates.

Full Changelog: v0.6.0...v0.7.0

v0.6.0

19 Jan 10:52
ea58a3b
Compare
Choose a tag to compare

Full Changelog: v0.5.0...v0.6.0

v0.5.0

19 Jan 10:52
e5e2bd4
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.5.0

v0.4.0

19 Jan 10:52
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.4.0

v0.3.1

19 Jan 10:51
c6844c1
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 Mar 14:56
166da52
Compare
Choose a tag to compare

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

v0.1.5

23 Jun 01:51
Compare
Choose a tag to compare

A variety of internal refactors and improvements.