Skip to content

Releases: lithic-com/lithic-go

v0.67.1

12 Feb 04:14
Compare
Choose a tag to compare

0.67.1 (2025-02-11)

Full Changelog: v0.67.0...v0.67.1

Bug Fixes

  • do not call path.Base on ContentType (#451) (3310645)

Chores

  • api: new 3DS Event and new challenge_metadata property on Authentications (#453) (7abae71)

v0.67.0

07 Feb 04:19
Compare
Choose a tag to compare

0.67.0 (2025-02-07)

Full Changelog: v0.66.1...v0.67.0

Features

  • client: send X-Stainless-Timeout header (#445) (41ef2f1)
  • pagination: avoid fetching when has_more: false (#449) (5de31e5)

Bug Fixes

  • fix early cancel when RequestTimeout is provided for streaming requests (#450) (f165e52)

Chores

  • add UnionUnmarshaler for responses that are interfaces (#448) (5af84eb)
  • api: new PaymentEventType for ACH Returns and small updates to 3DS AuthenticationResult (#447) (9ba6cbb)

v0.66.1

01 Feb 04:16
Compare
Choose a tag to compare

0.66.1 (2025-01-31)

Full Changelog: v0.66.0...v0.66.1

Bug Fixes

Chores

Documentation

v0.66.0

28 Jan 21:16
Compare
Choose a tag to compare

0.66.0 (2025-01-28)

Full Changelog: v0.65.0...v0.66.0

Features

  • api: adds additional request types for updating an Auth Rule (#438) (eda879f)

Bug Fixes

  • fix interface implementation stub names for unions (#440) (b0b3e45)

v0.65.0

24 Jan 16:42
Compare
Choose a tag to compare

0.65.0 (2025-01-24)

Full Changelog: v0.64.0...v0.65.0

Features

  • api: adds additional fields to TransactionEvents (#437) (6dffc6d)

Chores

  • api: additional field added to 3DS Responses and Tokenization (#435) (237c922)

v0.64.0

22 Jan 03:04
Compare
Choose a tag to compare

0.64.0 (2025-01-21)

Full Changelog: v0.63.0...v0.64.0

⚠ BREAKING CHANGES

  • types: improve auth rules types (#428)
  • api: removes AccountHolder resubmit endpoint and KYC_ADVANCED workflow (#422)

Features

  • api: adds EventRuleResult to Transaction Events (#420) (c7a271e)
  • api: removes AccountHolder resubmit endpoint and KYC_ADVANCED workflow (#422) (ee46446)
  • api: updates to Auth Rules numeric types, new Card Types and Authorization Rule Backtests (bf025e3)
  • support deprecated markers (#434) (7dcdf7d)
  • types: improve auth rules types (#428) (c90f44e)

Bug Fixes

Chores

  • api: add backtest methods to AuthRules (#419) (4d63e87)
  • api: adds dpan property to Tokenization (#429) (5b07971)
  • api: new ConvertPhysical endpoint to convert a virtual card to a physical card (#421) (eea41f0)
  • api: updates to documentation and additional filter for status on Transactions (#427) (ef8d694)
  • bump license year (#424) (d1f5120)
  • docs: updates documentation for DPANs (#430) (35260e6)
  • internal: update examples (#425) (69db4a6)

Documentation

v0.63.0

19 Nov 19:20
Compare
Choose a tag to compare

0.63.0 (2024-11-19)

Full Changelog: v0.62.3...v0.63.0

Features

Chores

v0.62.3

11 Nov 21:03
Compare
Choose a tag to compare

0.62.3 (2024-11-11)

Full Changelog: v0.62.2...v0.62.3

Bug Fixes

v0.62.2

11 Nov 20:11
Compare
Choose a tag to compare

0.62.2 (2024-11-11)

Full Changelog: v0.62.1...v0.62.2

Bug Fixes

  • correct required fields for flattened unions (#410) (b42cfdb)

Chores

  • api: add business_account_token param for listing Balances (#408) (9c5c9db)

v0.62.1

08 Nov 15:55
Compare
Choose a tag to compare

0.62.1 (2024-11-08)

Full Changelog: v0.62.0...v0.62.1

Bug Fixes

  • api: escape key values when encoding maps (#407) (fc95aad)

Chores

  • api: adds replacement_account_token to Card create parameters (#406) (dd703be)

Refactors

  • sort fields for squashed union structs (#404) (635b5dd)