0.114.0 (2025-12-11)
Full Changelog: v0.113.0...v0.114.0
Features
- api: add bulk card creation APIs (713f81e)
- api: Add event_streams to auth rules APIs (d0cd057)
- api: add Google WPP to SDKs (a8c6766)
- api: add IS_AFTER / IS_BEFORE operators to Auth Rule APIs (a8c6766)
- api: Add new fee types (d0cd057)
- api: Add optional ach_hold_period (d0cd057)
- api: add parse/parseUnsafe webhook helpers and event schemas (3c51183)
- api: add WALLET_RECOMMENDATION_REASONS attribute for tokenization rules (7545f9b)
- api: add webhook schemas to SDKs - add parse and parse_unsafe (1bac5f3)
- api: provide a unified model for AuthRule (7545f9b)
- api: support event_streams in auth_rules list endpoint (c6cb655)
Bug Fixes
- api: extract several common types to reduce duplication (713f81e)
- api: fix examples in spec that were not fully valid (7545f9b)
- api: make certain payoff fields nullable (7545f9b)
- client: cancel okhttp call when future cancelled (99c266a)
- fix auth rule conditional value parsing (08fd371)
Chores
- replace custom webhook signature verification with standardwebhooks (1bac5f3)