Skip to content

Releases: lithic-com/lithic-go

v0.34.1

06 Jun 18:02
Compare
Choose a tag to compare

0.34.1 (2024-06-06)

Full Changelog: v0.34.0...v0.34.1

Bug Fixes

  • fix port function for interface{} types (#299) (6510ee8)

v0.34.0

05 Jun 19:15
Compare
Choose a tag to compare

0.34.0 (2024-06-05)

Full Changelog: v0.33.1...v0.34.0

⚠ BREAKING CHANGES

  • api: remove some endpoints and other API updates (#297)

Features

  • api: remove some endpoints and other API updates (#297) (0fdb299)

v0.33.1

03 Jun 20:17
Compare
Choose a tag to compare

0.33.1 (2024-06-03)

Full Changelog: v0.33.0...v0.33.1

Bug Fixes

  • internal: fix the way that unions are deserialized in nested arrays (#295) (42ba4ad)

v0.33.0

30 May 15:58
Compare
Choose a tag to compare

0.33.0 (2024-05-30)

Full Changelog: v0.32.0...v0.33.0

Features

  • api: update detailed_results enum values (#293) (e6196d0)

v0.32.0

29 May 23:42
Compare
Choose a tag to compare

0.32.0 (2024-05-29)

Full Changelog: v0.31.0...v0.32.0

Features

  • api: add simulate_receipt and simulate_action endpoints (#291) (7280fe3)

v0.31.0

29 May 12:34
Compare
Choose a tag to compare

0.31.0 (2024-05-29)

Full Changelog: v0.30.0...v0.31.0

Features

Chores

  • internal: fix format script (#289) (4a68229)
  • internal: support parsing other json content types (#284) (7dd0761)
  • tests: update some example values (#286) (d97dc10)

v0.30.0

15 May 13:36
Compare
Choose a tag to compare

0.30.0 (2024-05-15)

Full Changelog: v0.29.0...v0.30.0

Features

  • propagate resource description field from stainless config to SDK docs (#280) (4f9d6c1)

Bug Fixes

  • fix reading the error body more than once (#283) (301e35b)

Chores

v0.29.0

01 May 20:19
Compare
Choose a tag to compare

0.29.0 (2024-05-01)

Full Changelog: v0.28.0...v0.29.0

Features

Bug Fixes

Chores

  • change test names (#265) (22a01b7)
  • internal: add scripts/test, scripts/mock and add ci job (#274) (13d5670)
  • internal: fix Port function for number and boolean enums (#271) (c37e9d6)
  • internal: formatting (#266) (c453766)
  • internal: use actions/checkout@v4 for codeflow (#270) (429a92f)

Build System

  • configure UTF-8 locale in devcontainer (#268) (a34339a)

v0.28.0

08 Apr 19:14
Compare
Choose a tag to compare

0.28.0 (2024-04-05)

Full Changelog: v0.27.0...v0.28.0

Features

  • api: add detailed result CARD_NOT_ACTIVATED (#259) (ffcb5e7)
  • api: add event type digital_wallet.tokenization_two_factor_authentication_code_sent (#257) (787ff07)
  • api: add params spend_limit and spend_velocity (#258) (df6010a)
  • api: add settlement_report.updated enum (#248) (4ffb933)
  • api: update financial transaction status enum (#254) (1f21e5b)
  • api: update link to encrypted PIN block docs (#261) (e2c18b3)
  • client: implement raw requests methods on client (#252) (445089d)

Chores

  • internal: implement Port function in apijson (#260) (f6b0ce2)
  • internal: move pagination types to pagination package (#253) (c9dcf15)
  • internal: use a time zone less likely to conflict with the local one (#256) (d62266f)

Documentation

v0.27.0

21 Mar 20:24
Compare
Choose a tag to compare

0.27.0 (2024-03-21)

Full Changelog: v0.26.1...v0.27.0

Features

Chores

  • add back examples (dc9c260)
  • add back removed code (c46da60)
  • internal: update generated pragma comment (#243) (4671964)
  • temporarily remove examples for migration (0fe6406)
  • temporarily remove various code as part of refactor (#241) (9766a3a)

Documentation

  • fix typo in CONTRIBUTING.md (#242) (7d03703)
  • readme: consistent use of sentence case in headings (#245) (526f33f)