Migrating to Twilio SDK 9.6.1
Version 9.6.1 introduces 1 breaking change. This guide details how to update your code.
Released: 5/13/2025
1
Breaking Changes
1
Migration Steps
6
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
Bulk Consent APIfriendly_namedate_createddate_updatedtwiml.<ConversationRelay>twiml.<Assistant>Breaking Changes
●Issue #1
The `friendly_name`, `date_created`, and `date_updated` properties in the API have been changed to type `string`. If you were expecting these to be datetime objects, you will need to update your parsing logic.
Migration Steps
- 1Review code that consumes `friendly_name`, `date_created`, or `date_updated` properties from API responses to handle them as strings instead of previous types.
Release Summary
This release introduces a new consent parameter in the Accounts API and updates TwiML definitions, while also changing the data type for several API properties to string.
Need More Details?
View the full release notes and all changes for Twilio SDK 9.6.1.
View Full Changelog