|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.101.0 (2026-02-18) |
| 4 | + |
| 5 | +Full Changelog: [v0.100.0...v0.101.0](https://github.com/lithic-com/lithic-go/compare/v0.100.0...v0.101.0) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* **api:** Add /v2/auth_rules/results endpoint for listing rule evaluation data ([8514a07](https://github.com/lithic-com/lithic-go/commit/8514a07f988e85e4ab815e3d5545b7be71da4890)) |
| 10 | +* **api:** Add amounts object to ASA request ([66f4fe0](https://github.com/lithic-com/lithic-go/commit/66f4fe022bb16dc4f3343663bed94a827de6490b)) |
| 11 | +* **api:** Add hold token field to book transfers ([e42a159](https://github.com/lithic-com/lithic-go/commit/e42a159a2e1e164c9f590000e0a9664af34c713e)) |
| 12 | +* **api:** Add naics_code to account holder requests/responses ([2a4cbcc](https://github.com/lithic-com/lithic-go/commit/2a4cbccecab734c25ab1714bf65bfd598614540f)) |
| 13 | +* **api:** Add network specific wallet recommendation reasons ([53243ce](https://github.com/lithic-com/lithic-go/commit/53243ce1e73fcf4d8dd9c5ad4286584bc439ab2c)) |
| 14 | +* **api:** Add PENDING_REVIEW status to KYB enrollment simulation ([40cddec](https://github.com/lithic-com/lithic-go/commit/40cddecf1b08ceef8ce3a762d201a3f0f272fa3e)) |
| 15 | +* **api:** Add result schemas for Authorization and Authentication (3DS) actions ([a25aeea](https://github.com/lithic-com/lithic-go/commit/a25aeea44d8ffef7c25c2996d377d1eae81d68fc)) |
| 16 | + |
| 17 | + |
| 18 | +### Bug Fixes |
| 19 | + |
| 20 | +* **api:** Update /v2/auth_rules/results endpoint parameter naming and action types ([1e0430a](https://github.com/lithic-com/lithic-go/commit/1e0430a7d634382f64dace2abf9bbbc3fbb70fa7)) |
| 21 | +* **client:** mark request body as required ([5a82cc1](https://github.com/lithic-com/lithic-go/commit/5a82cc1a2fefcdbbd422e804a6dd443a659c4f17)) |
| 22 | +* **client:** use correct format specifier for header serialization ([f0f3f3c](https://github.com/lithic-com/lithic-go/commit/f0f3f3cec2a4ea2f8a35eb5156fce4df4d179e1a)) |
| 23 | +* fix for namespace collisions with client and resource test methods ([be4daa0](https://github.com/lithic-com/lithic-go/commit/be4daa04d07384d828ddf5d2069c67318de49cf8)) |
| 24 | + |
| 25 | + |
| 26 | +### Chores |
| 27 | + |
| 28 | +* configure new SDK language ([d5f72b8](https://github.com/lithic-com/lithic-go/commit/d5f72b8c86fd0c0b98f89d7029e53b26363e367c)) |
| 29 | +* Enable stainless MCP in config ([ba15022](https://github.com/lithic-com/lithic-go/commit/ba15022d3e0a4093b2c211c0fa7ba1f88e12ad85)) |
| 30 | +* **internal:** codegen related update ([8cc90f1](https://github.com/lithic-com/lithic-go/commit/8cc90f114a8321233dff878d92e40d9c306c1622)) |
| 31 | +* **internal:** codegen related update ([6fb143a](https://github.com/lithic-com/lithic-go/commit/6fb143a2d9d4944efd5b53c037dd2a989d045f52)) |
| 32 | +* **internal:** codegen related update ([761d45e](https://github.com/lithic-com/lithic-go/commit/761d45e74df7db7a91c5432393f212308585897d)) |
| 33 | + |
| 34 | + |
| 35 | +### Documentation |
| 36 | + |
| 37 | +* Fix documentation of tokenization channel and tokenization source for tokenization rules ([66b48ff](https://github.com/lithic-com/lithic-go/commit/66b48ffc88ea37075f0689a1736653d65bde2fdb)) |
| 38 | + |
3 | 39 | ## 0.100.0 (2026-01-27) |
4 | 40 |
|
5 | 41 | Full Changelog: [v0.99.0...v0.100.0](https://github.com/lithic-com/lithic-go/compare/v0.99.0...v0.100.0) |
|
0 commit comments