v0.112.0
0.112.0 (2025-12-10)
Full Changelog: v0.111.0...v0.112.0
Features
- api: add bulk card creation APIs (8bb0722)
- api: Add event_streams to auth rules APIs (ad154eb)
- api: add Google WPP to SDKs (75159c4)
- api: add IS_AFTER / IS_BEFORE operators to Auth Rule APIs (75159c4)
- api: Add new fee types (ad154eb)
- api: Add optional ach_hold_period (ad154eb)
- api: add WALLET_RECOMMENDATION_REASONS attribute for tokenization rules (78148ad)
- api: add webhook schemas to SDKs - add parse and parse_unsafe (d977e3f)
- api: provide a unified model for AuthRule (78148ad)
- api: support event_streams in auth_rules list endpoint (befa333)
Bug Fixes
- api: extract several common types to reduce duplication (8bb0722)
- api: fix examples in spec that were not fully valid (78148ad)
- api: fix webhook parsing logic (fc50832)
- api: make certain payoff fields nullable (78148ad)
- ensure streams are always closed (7a9e41f)
- types: allow pyright to infer TypedDict types within SequenceNotStr (d290cbb)
Chores
- add missing docstrings (d297283)
- add Python 3.14 classifier and testing (95a6172)
- deps: mypy 1.18.1 has a regression, pin to 1.17 (6b9f3ab)
- docs: use environment variables for authentication in code snippets (29ae3a9)
- replace custom webhook signature verification with standardwebhooks (d977e3f)
- update lockfile (a7a6330)
Documentation
- api: clarify error 422 for 3DS challenge response (75159c4)