Change8

9.10.5

📦 twilio-sdkView on GitHub →
5 features🐛 3 fixes🔧 27 symbols

Summary

This release introduces significant updates across multiple services, including new attributes for Twiml conversation relays, new public APIs for IPNs, and extensive additions/modifications to Data-ingress and Memory APIs, alongside new Insights Domains endpoints.

Migration Steps

  1. If using Data-ingress APIs, note that the `datasetId` parameter has been added to `GetDataSync`.
  2. If using Data-ingress APIs, note that `config` property was added to `CloudAppSourceUpdate` and `WarehouseSourceUpdate`.
  3. If using Data-ingress APIs, note that `schedule` property was added to `CloudAppDatasetUpdate` and `WarehouseDatasetUpdate`.
  4. If using Memory APIs, note that properties were removed from `TraitDefinition`: displayName (as of 2026-03-25).

✨ New Features

  • Added `backgroundNoiseReduction`, `speechTimeout`, `deepgramSmartFormat`, `ignoreBackchannel`, `events` attributes to Twiml's <ConversationRelay>.
  • Enabled incoming phone numbers (IPN) public apis in stage-ie1.
  • Added 10 new paths for DataSyncs, CloudAppSources, WarehouseSources, and DataSample operations.
  • Added Insights Domains endpoints under /v3/InsightsDomains/* for versioned, GA-ready namespace.
  • Added /v1/docs path for InvokeDocsMcp.

🐛 Bug Fixes

  • Restored schema oneOf back without discriminator in Data-ingress.
  • Used `explode: true` for query params when getting by ids and limited max items to 25 in Data-ingress.
  • Made schema description for `Schema` more specific by using oneOf without discriminator in Data-ingress.

Affected Symbols