Change8

9.10.6

📦 twilio-sdkView on GitHub →
3 features🐛 2 fixes🔧 20 symbols

Summary

This release introduces the Authy API v1 endpoints and updates to the Voice Transcriptions V3 API. It also includes several minor content updates and response code additions across various services like Twiml, Api, and Memory.

Migration Steps

  1. If using Memory APIs, note the removal of Prefer/Async-Operation headers.
  2. If using Memory APIs, be aware of new 301 and 308 response codes for specific operations.

✨ New Features

  • Added Authy API v1 under /v1, including Public API (/v1/protected/*), Device API (/v1/json/*), and Dashboard API (/v1/dashboard/*) endpoints.
  • Added initial version of Transcriptions V3 API in Voice.
  • Added POST /v3/Transcriptions endpoint to create a new transcription from a source ID or media URL.

🐛 Bug Fixes

  • Added 301 response for ListIdentifiers and GetIdentifier in Memory.
  • Added 308 response for DeleteProfile, CreateIdentifier, PatchIdentifier, and DeleteIdentifier in Memory.

Affected Symbols