9.5.0
Breaking Changes📦 twilio-sdk
⚠ 1 breaking✨ 3 features🐛 1 fixes🔧 2 symbols
Summary
This release introduces several API field and enum additions across Address Service, Messaging, and Numbers, alongside a breaking change in Twiml where the `speechModel` attribute is now a string instead of an enum.
⚠️ Breaking Changes
- The Twiml Attribute `speechModel` has been converted from an enum type to a string type. Users relying on enum behavior for this attribute must update their code to use string values instead.
Migration Steps
- If you use the Twiml Attribute `speechModel`, update your code to pass string values instead of enum values.
✨ New Features
- Added the missing `emergency_enabled` field for `Address Service` endpoints.
- Added missing enums for A2P and TF in Messaging.
- Added missing enum values to hosted_number_order_status in Numbers.
🐛 Bug Fixes
- Fixed an issue related to `AssistantsBase` import.
🔧 Affected Symbols
Twiml Attribute `speechModel`AssistantsBase