9.6.1
Breaking Changes📦 twilio-sdkView on GitHub →
⚠ 1 breaking✨ 2 features🔧 6 symbols
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.
⚠️ Breaking Changes
- 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
- Review code that consumes `friendly_name`, `date_created`, or `date_updated` properties from API responses to handle them as strings instead of previous types.
✨ New Features
- Added `date_of_consent` parameter to the Bulk Consent API in Accounts.
- Updated TwiML definitions for `<ConversationRelay>` and `<Assistant>`.
🔧 Affected Symbols
Bulk Consent APIfriendly_namedate_createddate_updatedtwiml.<ConversationRelay>twiml.<Assistant>