Skip to content

Releases: lithic-com/lithic-python

v0.15.0

12 May 15:20
Compare
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
Compare
Choose a tag to compare

0.14.4 (2023-05-12)

Refactors

v0.14.3

11 May 20:27
Compare
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
Compare
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
Compare
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
Compare
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

v0.13.0

04 Apr 23:43
Compare
Choose a tag to compare

Removes the unused/legacy funding sources API and adds the new tokenization decisioning API.

Full Changelog: v0.12.0...v0.13.0

v0.12.0

18 Mar 04:14
Compare
Choose a tag to compare

Adds a lithic.disputes.upload_evidence(dispute.token, file) helper which takes care of initiating the evidence upload and then actually uploading the file.

Full Changelog: v0.11.0...v0.12.0

v0.11.0

14 Mar 19:38
Compare
Choose a tag to compare

Adds the new beta /disputes endpoints, https://docs.lithic.com/docs/disputes-api-beta.

  • lithic.disputes.create(...)
  • lithic.disputes.retrieve(...)
  • lithic.disputes.update(...)
  • lithic.disputes.list(...)
  • lithic.disputes.delete(...)
  • lithic.disputes.delete_evidence(...)
  • lithic.disputes.initiate_evidence_upload(...)
  • lithic.disputes.list_evidences(...)
  • lithic.disputes.retrieve_evidence(...)

Also makes url as a required argument in lithic.events.subscriptions.update()

Full Changelog: v0.10.2...v0.11.0

v0.10.2

03 Mar 14:56
Compare
Choose a tag to compare

Fix webhook unwrapping to return an event payload rather than an event.

Full Changelog: v0.10.1...v0.10.2