9.4.5
Breaking Changes📦 twilio-sdk
⚠ 1 breaking✨ 3 features🔧 4 symbols
Summary
This release introduces new features like DestinationAlphaSender API and json_results for JSON operators, alongside an update to codec type handling in Video APIs to use case-insensitive enums.
⚠️ Breaking Changes
- The codec type in recording and room_recording APIs has changed from an enum to a case-insensitive enum. Users relying on strict enum matching might need to update their code to handle case-insensitive string matching for codec types.
Migration Steps
- If using recording or room_recording APIs, ensure that codec type handling is updated to accommodate the new case-insensitive enum structure.
✨ New Features
- Added json_results support for Generative JSON operator results in Intelligence.
- Added DestinationAlphaSender API to support Country-Specific Alpha Senders in Messaging.
- Codec type in recording and room_recording APIs is now a case-insensitive enum.
🔧 Affected Symbols
base/api/v2010/validation_request.jsonrecording APIsroom_recording APIsDestinationAlphaSender API