Skip to content

Releases: lithic-com/lithic-node

lithic: v0.19.0

12 May 14:30
4a49ca9

Choose a tag to compare

0.19.0 (2023-05-12)

⚠ BREAKING CHANGES

  • rename event_types[] param to event_types (#13)

v0.18.0

11 May 21:12

Choose a tag to compare

  • fix event_types[] query param being sent in the incorrect format
  • expose maxRetries option on the client
  • improve Event.paylod type
  • more detailed post /disputes/{dispute_token}/evidences response

v0.17.0

25 Apr 15:42

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
  • add documentation for manual pagination

v0.16.0

04 Apr 23:42

Choose a tag to compare

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

Full Changelog: v0.15.0...v0.16.0

v0.15.0

18 Mar 04:13

Choose a tag to compare

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

Full Changelog: v0.14.0...v0.15.0

v0.14.0

14 Mar 19:41

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.deleteEvidence(...)
  • lithic.disputes.initiateEvidenceUpload(...)
  • lithic.disputes.listEvidences(...)
  • lithic.disputes.retrieveEvidence(...)

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

Full Changelog: lithic-com/lithic-python@v0.10.2...v0.11.0

v0.13.2

03 Mar 14:55

Choose a tag to compare

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

Full Changelog: v0.13.1...v0.13.2

v0.13.1

27 Feb 19:52

Choose a tag to compare

Adds docs to the README for webhook verification.

Full Changelog: v0.13.0...v0.13.1

v0.13.0

24 Feb 16:28

Choose a tag to compare

Adds helper methods to support webhook signature verification:

const event: Event = lithic.webhooks.unwrap(body, headers, secret);

lithic.webhooks.verifySignature(body, headers, secret); // throws if invalid.

Also adds mcc to transactions.

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

v0.12.0

18 Feb 00:40

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.11.0...v0.12.0