You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,37 @@
1
1
# Changelog
2
2
3
+
## 0.86.0 (2025-03-05)
4
+
5
+
Full Changelog: [v0.85.0...v0.86.0](https://github.com/lithic-com/lithic-python/compare/v0.85.0...v0.86.0)
6
+
7
+
### Features
8
+
9
+
***api:** new Settlement API endpoints and changes to update Account Holder endpoint ([#705](https://github.com/lithic-com/lithic-python/issues/705)) ([adccabb](https://github.com/lithic-com/lithic-python/commit/adccabbec1e63fe8bf74c18bdccc21c3f16ea142))
10
+
***client:** allow passing `NotGiven` for body ([#697](https://github.com/lithic-com/lithic-python/issues/697)) ([0291f1f](https://github.com/lithic-com/lithic-python/commit/0291f1fa45b0813e995f042d4483c75324f03de0))
11
+
12
+
13
+
### Bug Fixes
14
+
15
+
***client:** mark some request bodies as optional ([0291f1f](https://github.com/lithic-com/lithic-python/commit/0291f1fa45b0813e995f042d4483c75324f03de0))
16
+
17
+
18
+
### Chores
19
+
20
+
***api:** adds new `Internal` Category for FinancialTransactions ([#701](https://github.com/lithic-com/lithic-python/issues/701)) ([17c0aa5](https://github.com/lithic-com/lithic-python/commit/17c0aa5eccc116d6d24ff10b6b3500b632a3c000))
***internal:** properly set __pydantic_private__ ([#700](https://github.com/lithic-com/lithic-python/issues/700)) ([e7db283](https://github.com/lithic-com/lithic-python/commit/e7db283b63cc1158150e7067545de655a9236690))
24
+
25
+
26
+
### Documentation
27
+
28
+
* update URLs from stainlessapi.com to stainless.com ([#702](https://github.com/lithic-com/lithic-python/issues/702)) ([84efefd](https://github.com/lithic-com/lithic-python/commit/84efefd92f231fec34d96845dcaf9a9ae2c4bd53))
0 commit comments