Skip to content

Releases: lithic-com/lithic-python

v0.16.2

01 Jul 00:23
468edf4

Choose a tag to compare

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

19 Jun 10:50

Choose a tag to compare

0.16.1 (2023-06-19)

Documentation

  • api: clarify dispute evidence filename docstring (#52) (4116977)

v0.16.0

15 Jun 21:17

Choose a tag to compare

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

12 Jun 19:38

Choose a tag to compare

0.15.1 (2023-06-12)

Bug Fixes

  • properly handle key aliases in transform step (#33) (a4693bf)

v0.15.0

12 May 15:20

Choose a tag to compare

0.15.0 (2023-05-12)

⚠ BREAKING CHANGES

  • api: replace transaction_token param in favour of transaction_tokens (#28)

Refactors

  • api: replace transaction_token param in favour of transaction_tokens (#28) (d1e7591)

v0.14.4

12 May 14:31

Choose a tag to compare

0.14.4 (2023-05-12)

Refactors

v0.14.3

11 May 20:27

Choose a tag to compare

0.14.3 (2023-05-11)

Features

  • api: add support for new transaction_tokens query param (#19) (20ce43e)
  • api: updates (#17) (4365e71)

Bug Fixes

  • client: correctly send array query params (#21) (cb95cb4)

v0.14.2

05 May 19:24

Choose a tag to compare

0.14.2 (2023-05-05)

Bug Fixes

  • event > payload type is now any object instead of unknown (#8) (a7830f7)
  • pagination: correct check for next page for cursor pagination (#13) (8070e51)

v0.14.1

28 Apr 14:38

Choose a tag to compare

0.14.1 (2023-04-28)

Features

  • api: more detailed post /disputes/{dispute_token}/evidences response (#5) (1d9aba0)

v0.14.0

25 Apr 15:41

Choose a tag to compare

  • set default account holder create timeout to 5 minutes
  • improved names for KYB & KYC types
  • adds balances, aggregate balances, financial accounts & responder endpoints APIs
  • miscellaneous API updates