Migrating to Twilio SDK 9.8.3
Version 9.8.3 introduces 1 breaking change. This guide details how to update your code.
Released: 9/30/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:
Reports API Request FiltersReports API Response Metadata FiltersBreaking Changes
●Issue #1
The parameter name `field` has been replaced with `key` in Request Filters and Response Metadata Filters for the Reports API. Code using `field` will fail and must be updated to use `key`.
Migration Steps
- 1Update any usage of `field` parameter in Request Filters and Response Metadata Filters for the Reports API to use `key` instead.
Release Summary
This release updates the OAuth token endpoint and renames parameters in the Reports API Filters from 'field' to 'key'.
Need More Details?
View the full release notes and all changes for Twilio SDK 9.8.3.
View Full Changelog