Migrating to Twilio SDK 9.7.0
Version 9.7.0 introduces 1 breaking change. This guide details how to update your code.
Released: 7/24/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:
Events.update_subscriptionServiceListBreaking Changes
●Issue #1
The `SinkSid` parameter has been removed when updating subscriptions in the Events module. Users must update their subscription update calls to omit this parameter.
Migration Steps
- 1If you were using the `SinkSid` parameter when updating Event subscriptions, remove it from your API calls.
Release Summary
This release includes a breaking change in the Events module by removing the `SinkSid` parameter during subscription updates, alongside new voice additions in Twiml and a fix for a non-existent class.
Need More Details?
View the full release notes and all changes for Twilio SDK 9.7.0.
View Full Changelog