Twilio Changelog
See additions and changes to the Twilio platform.
You can also subscribe to our Changelog RSS feed below.
(In order to subscribe to our Changelog RSS feed, an RSS feed reader is required.)
See additions and changes to the Twilio platform.
You can also subscribe to our Changelog RSS feed below.
(In order to subscribe to our Changelog RSS feed, an RSS feed reader is required.)
Jan 21, 2021
The Studio REST API v2 with Flow publishing support is now Generally Available. Now developers can create, publish, and manage Flows programmatically -- without having to log in to Twilio Console -- and all with the backing of Twilio's service level agreement.
With the Flows endpoint you can
To learn more, read the announcement on our blog or try the quickstart.
Jan 19, 2021
You can now clone variations of an A/B test for a Single Send. You can have a maximum of 6 variations per test.
Jan 15, 2021
Twilio accounts now support the creation of up to 1,000 IP Access Control Lists (ACLs). Each Access Control List can hold up to 100 IP ranges. You can review the user docs for more information.
Jan 13, 2021
You can now purchase Twilio Super SIMs in the MFF2 form factor in Console. These SIMs, often referred to as "embedded SIMs", come in a smaller form factor, are solderable to the device, and can operate under wider temperature ranges compared to plastic SIM cards. Embedded (MFF2) Super SIMs are available in packs of 10, 100, and 1000.
Jan 13, 2021
In order to enhance security for all of our users, Twilio SendGrid now requires customers on free plans to use API Key authentication on all API requests and SMTP configurations. Customers impacted by this breaking change will experience authentication errors when making API calls or SMTP requests using basic authentication with their username and password. Customers must also enable Two-Factor Authentication (2FA) for all users. Visit our docs for more information on Upgrading to API Keys and Enabling Two-Factor Authentication. If you did not receive notifications about this change please update your account email address.
Jan 12, 2021
You can now manually select the winner of an A/B test for a Single Send. The ability to manually select a test winner allows you to make more nuanced decisions about how to best engage your audience and prioritize the metrics that are most important to you, such as unsubscribes, spam reports, or conversions. To learn more about A/B testing, see A/B Testing Your Single Send.
Jan 11, 2021
The Functions V2 UI now allows users to automatically include latest dependencies by adding * or latest in version text box. This will include the latest version and keep your functions up to date with each deploy.
Jan 07, 2021
You can now delete specific variations of an A/B test for a Single Send. If there is only one variation remaining after a second is deleted, the A/B test will turn off and the remaining variation will become the default.
Dec 18, 2020
Voice Insights Call Summary records now include the queue time parameter in properties.queue_time. Queue time is the estimated time between the API request to create a new call and when the call actually begins. Programmable Voice calls are queued when the rate of call creation via API exceeds the calls per second (CPS) setting of the account.
Warning-level events have been also updated to include the warning event trigger threshold and the detected values that resulted in the warning being raised by the SDK. These details are available under sdk_edge.metric.threshold and sdk_edge.metric.values and can help developers fine tune when to display visual indicators of quality degradation in their apps or identify calls whose performance exceeds a defined condition without needing to look at the underlying Metrics.
For more information see our Call Summary and Events docs.
Dec 18, 2020
The Voice Insights Subaccount Dashboard has been updated with a new graph that displays the subaccounts with the highest average queue time. Queue time is the estimated time between the API request to create a new call and when the call actually begins.
Programmable Voice calls are queued when the rate of call creation via API exceeds the calls per second (CPS) setting of the account. Subaccounts with high average queue times may indicate suboptimal CPS settings. CPS can be adjusted in the Programmable Voice Settings section of Console.
For more information see our docs.