Change8

9.7.0

Breaking Changes
📦 twilio-sdk
1 breaking2 features🐛 1 fixes🔧 2 symbols

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.

⚠️ Breaking Changes

  • 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

  1. If you were using the `SinkSid` parameter when updating Event subscriptions, remove it from your API calls.

✨ New Features

  • Added support for Polly Generative voices in Twiml.
  • Added support for the Latest Google (Chirp3-HD) voices in Twiml.

🐛 Bug Fixes

  • Removed the non-existent class `ServiceList` (PR #878).

🔧 Affected Symbols

Events.update_subscriptionServiceList