Change8

Migrating to Twilio SDK 9.5.0

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

Released: 3/11/2025

1
Breaking Changes
1
Migration Steps
2
Affected Symbols

⚠️ Check Your Code

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

Twiml Attribute `speechModel`AssistantsBase

Breaking Changes

Issue #1

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

  1. 1
    If you use the Twiml Attribute `speechModel`, update your code to pass string values instead of enum values.

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

Need More Details?

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

View Full Changelog