Change8

Migrating to Twilio SDK 9.10.4

Version 9.10.4 introduces 2 breaking changes. This guide details how to update your code.

Released: 3/24/2026

2
Breaking Changes
2
Migration Steps
3
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

LongRunningOperationResponseGetControlPlaneOperationStatusFetchOperation

Breaking Changes

Issue #1

The field `estimatedCompletionTime` has been removed from `LongRunningOperationResponse`.

Issue #2

The `operationId` has been moved from the body of `LongRunningOperationResponse` to the response headers.

Migration Steps

  1. 1
    Consumers relying on `estimatedCompletionTime` in `LongRunningOperationResponse` must update their code to read the completion time from the response headers instead, or remove the dependency if it is no longer needed.
  2. 2
    Consumers relying on `operationId` being present in the body of `LongRunningOperationResponse` must update their code to read `operationId` from the response headers.

Release Summary

This release introduces API changes for Data-ingress, including moving operationId to headers and removing estimated completion time, alongside new operation endpoints in both Data-ingress and Memory modules.

Need More Details?

View the full release notes and all changes for Twilio SDK 9.10.4.

View Full Changelog