Migrating to Twilio SDK 9.9.0
Version 9.9.0 introduces 2 breaking changes. This guide details how to update your code.
Released: 12/17/2025
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
Trunk phone number capabilities accessBreaking Changes
●Issue #1
The type used for phone number capabilities when accessed through a Trunk has been corrected. Users relying on the previous incorrect type must update their code to use the new, correct type.
●Issue #2
The type used for phone number capabilities when accessed through a Trunk has been corrected. Users relying on the previous incorrect type must update their code to use the new, correct type.
Migration Steps
- 1Review usage of phone number capabilities accessed via a Trunk and update the expected types to match the corrected types in this release.
Release Summary
This release includes a fix for delete operations returning 2XX responses and introduces breaking type corrections for Trunk phone number capabilities, alongside updates to the Trusthub API examples and parameters.
Need More Details?
View the full release notes and all changes for Twilio SDK 9.9.0.
View Full Changelog