Releases: lithic-com/lithic-go
Releases · lithic-com/lithic-go
v0.34.1
v0.34.0
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
v0.33.1
v0.33.0
v0.32.0
v0.31.0
v0.30.0
v0.29.0
0.29.0 (2024-05-01)
Full Changelog: v0.28.0...v0.29.0
Features
- api: changes to balance-related return types and other API changes (#272) (8fd8a7c)
- api: updates (#264) (6442564)
- api: updates (#269) (0562c47)
- api: updates (#276) (fa52e34)
- option: add option to provide a raw request body (#267) (071d6e6)
- update model params behavior (#262) (05a3532)
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
v0.28.0
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
0.27.0 (2024-03-21)
Full Changelog: v0.26.1...v0.27.0
Features
- add IsKnown method to enums (#244) (40a5087)
- api: adds closed state (#247) (4d2c127)
- api: updates (#246) (57dab3a)
- set user-agent header by default when making requests (#238) (58da383)
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)