Skip to content

Releases: lithic-com/lithic-go

v0.40.0

23 Jul 17:36
Compare
Choose a tag to compare

0.40.0 (2024-07-23)

Full Changelog: v0.39.0...v0.40.0

⚠ BREAKING CHANGES

  • api: deprecate 'auth rule token' in 'card' and 'account holder' models (#325)

Features

  • api: deprecate 'auth rule token' in 'card' and 'account holder' models (#325) (364e58b)

Chores

v0.39.0

19 Jul 16:17
Compare
Choose a tag to compare

0.39.0 (2024-07-19)

Full Changelog: v0.38.0...v0.39.0

Features

  • api: add method to retrieve a transaction's enhanced commercial data (#321) (0f46dd0)

Chores

  • ci: limit release doctor target branches (#319) (3254f11)

v0.38.0

17 Jul 17:57
Compare
Choose a tag to compare

0.38.0 (2024-07-17)

Full Changelog: v0.37.0...v0.38.0

Features

v0.37.0

11 Jul 17:32
Compare
Choose a tag to compare

0.37.0 (2024-07-11)

Full Changelog: v0.36.3...v0.37.0

Features

  • api: param 'FinancialAccountToken' for 'ExternalBankAccountService.New()' is now required (#315) (76303f0)

v0.36.3

11 Jul 14:58
6a16df4
Compare
Choose a tag to compare

0.36.3 (2024-07-11)

Full Changelog: v0.36.2...v0.36.3

Chores

  • ci: also run workflows for PRs targeting next (#312) (7f78938)

Documentation

v0.36.2

07 Jul 19:09
Compare
Choose a tag to compare

0.36.2 (2024-07-07)

Full Changelog: v0.36.1...v0.36.2

Bug Fixes

  • internal: fix MarshalJSON logic for interface elemnets (#311) (6663ba1)
  • use slice instead of appending to r.Options (#309) (82edf46)

Chores

  • gitignore test server logs (#307) (e0076c5)
  • internal: improve deserialization of embedded structs (#310) (5abc98f)

v0.36.1

21 Jun 20:28
Compare
Choose a tag to compare

0.36.1 (2024-06-21)

Full Changelog: v0.36.0...v0.36.1

Bug Fixes

  • fix ExtraFields serialization / deserialization (#305) (7ccfaeb)

v0.36.0

21 Jun 13:45
Compare
Choose a tag to compare

0.36.0 (2024-06-21)

Full Changelog: v0.35.0...v0.36.0

⚠ BREAKING CHANGES

  • api: remove unused event type 'statement.created'
  • api: remove unused business account type
  • api: remove unused embed request params type
  • api: updates (#303)

Features

  • api: add 'reverse' method for book transfers (ab7fa77)
  • api: add field 'trace numbers' to payment method attribute model (ab7fa77)
  • api: remove unused business account type (ab7fa77)
  • api: remove unused embed request params type (ab7fa77)
  • api: remove unused event type 'statement.created' (ab7fa77)
  • api: updates (#303) (ab7fa77)

v0.35.0

12 Jun 20:46
Compare
Choose a tag to compare

0.35.0 (2024-06-12)

Full Changelog: v0.34.1...v0.35.0

Features

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)