9.8.5
Breaking Changes📦 twilio-sdkView on GitHub →
⚠ 1 breaking✨ 6 features🔧 3 symbols
Summary
This release introduces several feature enhancements across Ai, Intelligence, and Accounts modules, including new status enums and API changes, alongside a breaking change in the Chat v2 UserChannel status value.
⚠️ Breaking Changes
- The Chat v2 UserChannel `channel_status` enum value was changed from `not_participating` to `notParticipating`. Code relying on the old value will fail and must be updated to use `notParticipating`.
Migration Steps
- If using Chat v2 UserChannel status checks, update any instances of `not_participating` to `notParticipating`.
✨ New Features
- Added `error` as a possible transcript status in the Ai module.
- Intelligence module now works with RestProxy.
- Added additional enums in Intelligence to better represent possible states.
- Added `error` enum to transcription status in Intelligence for better alignment with possible outputs.
- Added `json` output type to text classification in Intelligence.
- Added Messaging GeoPermissions API changes to the Accounts module.
🔧 Affected Symbols
Chat v2 UserChannel `channel_status`compliance_inquirycompliance_inquiry_individual