Skip to content

Releases: lithic-com/lithic-go

v0.45.0

20 Aug 17:39
Compare
Choose a tag to compare

0.45.0 (2024-08-20)

Full Changelog: v0.44.0...v0.45.0

Features

  • api: add property next_payment_end_date and next_payment_due_date to Statement model (#348) (02cef9a)

Chores

  • docs: update state description on Card (#346) (77b0dfd)

v0.44.0

16 Aug 14:42
Compare
Choose a tag to compare

0.44.0 (2024-08-16)

Full Changelog: v0.43.0...v0.44.0

Features

  • api: add StatementListParams property include_initial_statements (#344) (422a2ce)

v0.43.0

14 Aug 11:06
Compare
Choose a tag to compare

0.43.0 (2024-08-14)

Full Changelog: v0.42.0...v0.43.0

Features

  • api: add SettlementReport property is_complete (#343) (528dfbe)

Chores

v0.42.0

12 Aug 15:34
Compare
Choose a tag to compare

0.42.0 (2024-08-12)

Full Changelog: v0.41.1...v0.42.0

Features

  • api: add property Account.CardholderCurrency (#338) (7b97846)
  • api: add property Card.CardholderCurrency (7b97846)
  • api: add property CardProgram.CardholderCurrency (7b97846)
  • api: add property CardProgram.SettlementCurrencies (7b97846)

v0.41.1

09 Aug 20:01
Compare
Choose a tag to compare

0.41.1 (2024-08-09)

Full Changelog: v0.41.0...v0.41.1

Bug Fixes

  • deserialization of struct unions that implement json.Unmarshaler (#337) (416dea1)

Chores

v0.41.0

09 Aug 16:34
8b52583
Compare
Choose a tag to compare

0.41.0 (2024-08-09)

Full Changelog: v0.40.1...v0.41.0

⚠ BREAKING CHANGES

  • api: rename model property 'StatementAccountStanding.State' to 'PeriodState' (#334)

Features

  • api: add event type 'card.reissued' (#331) (63bef3b)
  • api: add event type 'statements.created' (#330) (df398bc)
  • api: add methods to simulate enrollment review and enrollment document review (#332) (9265daf)
  • api: rename model property 'StatementAccountStanding.State' to 'PeriodState' (#334) (d4754a6)

v0.40.1

31 Jul 20:24
Compare
Choose a tag to compare

0.40.1 (2024-07-31)

Full Changelog: v0.40.0...v0.40.1

Bug Fixes

  • handle nil pagination responses when HTTP status is 200 (#328) (d53c62f)

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