Change8

9.9.0

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

Summary

This release includes a fix for delete operations returning 2XX responses and introduces breaking type corrections for Trunk phone number capabilities, alongside updates to the Trusthub API examples and parameters.

⚠️ Breaking Changes

  • The type used for phone number capabilities when accessed through a Trunk has been corrected. Users relying on the previous incorrect type must update their code to use the new, correct type.
  • The type used for phone number capabilities when accessed through a Trunk has been corrected. Users relying on the previous incorrect type must update their code to use the new, correct type.

Migration Steps

  1. Review usage of phone number capabilities accessed via a Trunk and update the expected types to match the corrected types in this release.

✨ New Features

  • Added new parameters in the toll-free initialize API payload (Trusthub).
  • Removed the invalid status transition to Draft from the examples (Trusthub).
  • Changed the value of email to a valid one in the examples (Trusthub).

🐛 Bug Fixes

  • Allow 2XX response for delete operation.

🔧 Affected Symbols

Trunk phone number capabilities access