Change8

9.7.1

📦 twilio-sdk
6 features🐛 2 fixes🔧 6 symbols

Summary

This release introduces passkeys support for the Verify API and updates various APIs including Flex, Trusthub, and Conversations with new parameters, categories, and minor state spelling corrections.

Migration Steps

  1. If using Conversations APIs, be aware of the updated or corrected spelling for the `initializing` state enum value.

✨ New Features

  • Added support for passkeys in Verify API service creation and updates.
  • Added passkeys as a supported challenge and factor type in Verify API.
  • Added optional parameter `identity` to `web_channels` API in Flex version `v2`.
  • Added required Permissions to the ComplianceInquiries API in Trusthub.
  • Added multiple missing usage categories to usage records and usage triggers API.
  • Added usage categories `channels-whatsapp-template-marketing` and `channels-whatsapp-template-utility`.

🐛 Bug Fixes

  • Fixed spelling of `initializing` enum value for `state` in Conversations.
  • Updated `state` in ServiceConversationWithParticipants and ConversationWithParticipants to include the corrected spelling `intializing` (Note: This seems to be adding a typo/variant, but is listed as a fix/update).

🔧 Affected Symbols

ComplianceInquiries APIVerify API (Service creation/update)Verify API (Factor creation)web_channels API (v2)ServiceConversationWithParticipantsConversationWithParticipants