Releases: lithic-com/lithic-python
Releases · lithic-com/lithic-python
v0.86.1
v0.86.0
0.86.0 (2025-03-12)
Full Changelog: v0.85.0...v0.86.0
Features
- api: new Settlement API endpoints and changes to update Account Holder endpoint (#705) (adccabb)
- client: allow passing
NotGivenfor body (#697) (0291f1f) - client: update currency data type (#709) (b4a72ac)
Bug Fixes
- client: mark some request bodies as optional (0291f1f)
- internal: re-add portion of workflow to make CI happy (d8c191f)
- internal: skip failing transaction example (df1bd93)
Chores
- api: adds new
InternalCategory for FinancialTransactions (#701) (17c0aa5) - api: release of Network Totals reporting and new filters for Velocity Limit Rules (#708) (e6dc1d1)
- client: deprecate some fields (b4a72ac)
- docs: update client docstring (#703) (a00fdff)
- internal: fix devcontainers setup (#699) (2a59b0b)
- internal: properly set pydantic_private (#700) (e7db283)
Documentation
- update some descriptions (b4a72ac)
- update URLs from stainlessapi.com to stainless.com (#702) (84efefd)
Refactors
v0.85.0
0.85.0 (2025-02-13)
Full Changelog: v0.84.0...v0.85.0
Features
- client: send
X-Stainless-Read-Timeoutheader (#691) (43d6692) - pagination: avoid fetching when has_more: false (#693) (705157b)
Bug Fixes
Chores
- api: new 3DS Event and new
challenge_metadataproperty on Authentications (#695) (f0dcb60) - api: new PaymentEventType for ACH Returns and small updates to 3DS AuthenticationResult (#690) (ab6b3e5)
- internal: bummp ruff dependency (#689) (2d0fc56)
- internal: change default timeout to an int (#687) (1bb4e70)
- internal: fix type traversing dictionary params (#692) (ad99873)
- internal: minor type handling changes (#694) (dfc6046)
v0.84.0
v0.83.0
v0.82.0
0.82.0 (2025-01-21)
Full Changelog: v0.81.1...v0.82.0
⚠ BREAKING CHANGES
- types: improve auth rules types (#671)
- api: removes AccountHolder
resubmitendpoint andKYC_ADVANCEDworkflow (#659)
Features
- api: removes AccountHolder
resubmitendpoint andKYC_ADVANCEDworkflow (#659) (8b181ca) - generate more types that are used as request bodies (#649) (413bb22)
- types: improve auth rules types (#671) (5748bc0)
Bug Fixes
- client: only call .close() when needed (#664) (f6528df)
- correctly handle deserialising
clsfields (#668) (2ce887f) - reuse model in pagination items type (#679) (150965a)
- tests: make test_get_platform less flaky (#675) (2dff4e0)
Chores
- add back compat aliases for LineItemListResponse (1e7eb6d)
- add missing isclass check (#661) (e572151)
- api: new ConvertPhysical endpoint to convert a virtual card to a physical card (#656) (6412dcd)
- api: updates to documentation and additional filter for status on Transactions (#669) (2e69678)
- bump license year (#660) (b76a630)
- docs: updates documentation for DPANs (#677) (1fd8a18)
- internal: add support for TypeAliasType (#652) (988f2a0)
- internal: avoid pytest-asyncio deprecation warning (#676) (f1a31f3)
- internal: bump httpx dependency (#662) (767729e)
- internal: bump pyright (#651) (1406b81)
- internal: bump pyright dependency (#672) (77a255c)
- internal: fix some typos (#658) (79baa5d)
- internal: minor style changes (#680) (b1fb9fb)
- internal: remove some duplicated imports (#653) (c446d74)
- internal: update deps (#670) (2eddffd)
- internal: update examples (#663) (7e704cf)
- internal: updated imports (#654) (b0b1b64)
Documentation
v0.81.1
0.81.1 (2024-12-11)
Full Changelog: v0.81.0...v0.81.1
Bug Fixes
- events.resend was missing v1 url prefix (8c53c3c)
Documentation
v0.81.0
v0.80.1
v0.80.0
0.80.0 (2024-11-28)
Full Changelog: v0.79.1...v0.80.0
Features
- api: updates to Auth Rules numeric types, new Card Types and Authorization Rule Backtests (#637) (6436634)
Chores
- api: add backtest methods to AuthRules (#638) (8125eac)
- internal: exclude mypy from running on tests (#639) (9ad6f0b)
- internal: fix compat model_dump method when warnings are passed (#633) (eb6c135)
- remove now unused
cached-propertydep (#636) (78321ef)