Change8

Migrating to Twilio SDK 9.4.6

Version 9.4.6 introduces 1 breaking change. This guide details how to update your code.

Released: 2/20/2025

1
Breaking Changes
1
Migration Steps
3
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

Flex v1/InteractionsNumbers v1/Porting/Configuration/Webhook/{webhook_type}TrustHub SupportingDocument status enum

Breaking Changes

Issue #1

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

  1. 1
    If using TrustHub SupportingDocument status, update any code referencing lowercase status values to use uppercase values instead.

Release 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.

Need More Details?

View the full release notes and all changes for Twilio SDK 9.4.6.

View Full Changelog