Migrating to Twilio SDK 9.8.0
Version 9.8.0 introduces 1 breaking change. This guide details how to update your code.
Released: 9/4/2025
1
Breaking Changes
1
Migration Steps
2
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
usage record APIusage triggers APIBreaking Changes
●Issue #1
Usage category enum has been removed from the usage record and usage triggers API. Consumers relying on this enum must update their code to use alternative methods for categorization or remove reliance on the enum entirely.
Migration Steps
- 1Review usage record and usage triggers API calls to remove any dependency on the removed usage category enum.
Release Summary
This release removes the usage category enum from the usage record and usage triggers API, constituting a breaking change for consumers using those endpoints.
Need More Details?
View the full release notes and all changes for Twilio SDK 9.8.0.
View Full Changelog