|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.86.0 (2025-03-12) |
| 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 | +* **client:** update currency data type ([#709](https://github.com/lithic-com/lithic-python/issues/709)) ([b4a72ac](https://github.com/lithic-com/lithic-python/commit/b4a72ac8ad6c21f47d78f792b98364b500889e86)) |
| 12 | + |
| 13 | + |
| 14 | +### Bug Fixes |
| 15 | + |
| 16 | +* **client:** mark some request bodies as optional ([0291f1f](https://github.com/lithic-com/lithic-python/commit/0291f1fa45b0813e995f042d4483c75324f03de0)) |
| 17 | +* **internal:** re-add portion of workflow to make CI happy ([d8c191f](https://github.com/lithic-com/lithic-python/commit/d8c191feaba90f6c0e3f1662610866dd382a6992)) |
| 18 | +* **internal:** skip failing transaction example ([df1bd93](https://github.com/lithic-com/lithic-python/commit/df1bd93a57fe01df54dc51476238523bf0c1ec54)) |
| 19 | + |
| 20 | + |
| 21 | +### Chores |
| 22 | + |
| 23 | +* **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)) |
| 24 | +* **api:** release of Network Totals reporting and new filters for Velocity Limit Rules ([#708](https://github.com/lithic-com/lithic-python/issues/708)) ([e6dc1d1](https://github.com/lithic-com/lithic-python/commit/e6dc1d1739badfbc1bf58f477916c3a049b2b7d7)) |
| 25 | +* **client:** deprecate some fields ([b4a72ac](https://github.com/lithic-com/lithic-python/commit/b4a72ac8ad6c21f47d78f792b98364b500889e86)) |
| 26 | +* **docs:** update client docstring ([#703](https://github.com/lithic-com/lithic-python/issues/703)) ([a00fdff](https://github.com/lithic-com/lithic-python/commit/a00fdff57f4a593cb27ac988c08a18b7586ba690)) |
| 27 | +* **internal:** fix devcontainers setup ([#699](https://github.com/lithic-com/lithic-python/issues/699)) ([2a59b0b](https://github.com/lithic-com/lithic-python/commit/2a59b0be559f29d3da58658bd690a7f9d3a91d49)) |
| 28 | +* **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)) |
| 29 | + |
| 30 | + |
| 31 | +### Documentation |
| 32 | + |
| 33 | +* update some descriptions ([b4a72ac](https://github.com/lithic-com/lithic-python/commit/b4a72ac8ad6c21f47d78f792b98364b500889e86)) |
| 34 | +* 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)) |
| 35 | + |
| 36 | + |
| 37 | +### Refactors |
| 38 | + |
| 39 | +* **client:** remove deprecated http client options ([#704](https://github.com/lithic-com/lithic-python/issues/704)) ([c745a2b](https://github.com/lithic-com/lithic-python/commit/c745a2b593ec7487810f0c5e4522e55e49602f4a)) |
| 40 | + |
3 | 41 | ## 0.85.0 (2025-02-13) |
4 | 42 |
|
5 | 43 | Full Changelog: [v0.84.0...v0.85.0](https://github.com/lithic-com/lithic-python/compare/v0.84.0...v0.85.0) |
|
0 commit comments