9.4.6
Breaking Changes📦 twilio-sdk
⚠ 1 breaking✨ 1 features🐛 1 fixes🔧 3 symbols
Summary
This release introduces new Digital Transfers APIs for Flex, updates the webhook_type handling in Numbers, and enforces uppercase status casing for TrustHub SupportingDocuments.
⚠️ Breaking Changes
- TrustHub SupportingDocument status enum changed from lowercase to uppercase in v1/Porting/Configuration/Webhook/{webhook_type}. Code relying on lowercase status values will now fail strict casing checks.
Migration Steps
- If using TrustHub SupportingDocument status, update any code referencing lowercase status values to use uppercase values instead.
✨ New Features
- Added Digital Transfers APIs under Flex v1/Interactions.
🐛 Bug Fixes
- Resolved issue #841 (Library Chore).
🔧 Affected Symbols
Flex v1/InteractionsNumbers v1/Porting/Configuration/Webhook/{webhook_type}TrustHub SupportingDocument status enum