|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.114.0 (2025-12-11) |
| 4 | + |
| 5 | +Full Changelog: [v0.113.0...v0.114.0](https://github.com/lithic-com/lithic-java/compare/v0.113.0...v0.114.0) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* **api:** add bulk card creation APIs ([713f81e](https://github.com/lithic-com/lithic-java/commit/713f81e8e58763762f07358edda1fe0b97a041dc)) |
| 10 | +* **api:** Add event_streams to auth rules APIs ([d0cd057](https://github.com/lithic-com/lithic-java/commit/d0cd05742ef5c0bc6c3ac80b3f94a2ade0be2d24)) |
| 11 | +* **api:** add Google WPP to SDKs ([a8c6766](https://github.com/lithic-com/lithic-java/commit/a8c67666f0575c873d3f8c0244c1f7747861ba98)) |
| 12 | +* **api:** add IS_AFTER / IS_BEFORE operators to Auth Rule APIs ([a8c6766](https://github.com/lithic-com/lithic-java/commit/a8c67666f0575c873d3f8c0244c1f7747861ba98)) |
| 13 | +* **api:** Add new fee types ([d0cd057](https://github.com/lithic-com/lithic-java/commit/d0cd05742ef5c0bc6c3ac80b3f94a2ade0be2d24)) |
| 14 | +* **api:** Add optional ach_hold_period ([d0cd057](https://github.com/lithic-com/lithic-java/commit/d0cd05742ef5c0bc6c3ac80b3f94a2ade0be2d24)) |
| 15 | +* **api:** add WALLET_RECOMMENDATION_REASONS attribute for tokenization rules ([7545f9b](https://github.com/lithic-com/lithic-java/commit/7545f9b4a91eff8e057133d099cf5aeb489adf7d)) |
| 16 | +* **api:** add webhook schemas to SDKs - add parse and parse_unsafe ([1bac5f3](https://github.com/lithic-com/lithic-java/commit/1bac5f34b5826b4d5e11f601a4347377e0e46722)) |
| 17 | +* **api:** provide a unified model for AuthRule ([7545f9b](https://github.com/lithic-com/lithic-java/commit/7545f9b4a91eff8e057133d099cf5aeb489adf7d)) |
| 18 | +* **api:** support event_streams in auth_rules list endpoint ([c6cb655](https://github.com/lithic-com/lithic-java/commit/c6cb6550c60fac0c4e412505e86ecd45a5ca6031)) |
| 19 | + |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | + |
| 23 | +* **api:** extract several common types to reduce duplication ([713f81e](https://github.com/lithic-com/lithic-java/commit/713f81e8e58763762f07358edda1fe0b97a041dc)) |
| 24 | +* **api:** fix examples in spec that were not fully valid ([7545f9b](https://github.com/lithic-com/lithic-java/commit/7545f9b4a91eff8e057133d099cf5aeb489adf7d)) |
| 25 | +* **api:** make certain payoff fields nullable ([7545f9b](https://github.com/lithic-com/lithic-java/commit/7545f9b4a91eff8e057133d099cf5aeb489adf7d)) |
| 26 | +* **client:** cancel okhttp call when future cancelled ([99c266a](https://github.com/lithic-com/lithic-java/commit/99c266a62f1b3fcd92ea9cf0ad56c5c5e130fd06)) |
| 27 | +* fix auth rule conditional value parsing ([08fd371](https://github.com/lithic-com/lithic-java/commit/08fd3715052ba80f9df989fea7530c28ee55fbaf)) |
| 28 | + |
| 29 | + |
| 30 | +### Chores |
| 31 | + |
| 32 | +* replace custom webhook signature verification with standardwebhooks ([1bac5f3](https://github.com/lithic-com/lithic-java/commit/1bac5f34b5826b4d5e11f601a4347377e0e46722)) |
| 33 | + |
| 34 | + |
| 35 | +### Documentation |
| 36 | + |
| 37 | +* **api:** clarify error 422 for 3DS challenge response ([a8c6766](https://github.com/lithic-com/lithic-java/commit/a8c67666f0575c873d3f8c0244c1f7747861ba98)) |
| 38 | +* remove `$` for better copy-pasteabality ([7c3897e](https://github.com/lithic-com/lithic-java/commit/7c3897e8506a633273f462ddd7964b92ace98d3f)) |
| 39 | + |
3 | 40 | ## 0.113.0 (2025-11-20) |
4 | 41 |
|
5 | 42 | Full Changelog: [v0.112.0...v0.113.0](https://github.com/lithic-com/lithic-java/compare/v0.112.0...v0.113.0) |
|
0 commit comments