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.)

Filter By:

An icon of a close symbol
Twilio Conversations logo

Jul 01, 2022

GA Conversations

WhatsApp Sandbox now works with Twilio Conversations

We are very excited to announce that Twilio's WhatsApp Sandbox number now works with the Conversations API! You can try it out yourself by following the new tutorial in our docs. We can't wait to see what you build!

Twilio Super SIM logo

Jul 01, 2022

Beta Super SIM

Super SIM VPN

We are excited to announce that Super SIM now has VPN support, enabling you to set up secure private networks between Twilio and your application data centers and have your Super SIM connected devices use these private networks.

With a VPN, you get the following benefits:

  • Secure channel between Twilio and your application cloud with the traffic going through a VPN tunnel instead of the open Internet.
  • Static Private IP address per SIM allowing you to initiate connections from your application cloud to your devices
  • No NAT or Firewall timers for UDP and TCP sessions.

If your IoT application needs a Super SIM VPN, please reach out to your Twilio sales representative or Twilio Support to get access to the documentation and to set up a VPN connection for your IoT devices.

Twilio SendGrid Email API logo

Jul 01, 2022

GA Email

Essentials 40k and 100k Pricing and Packaging Have Changed

Effective July 1st, 2022, all Twilio SendGrid Essentials 40k and 100k packages have changed. The Essentials 40k package is now the Essentials 50k package with a new price, and the Essentials 100k package price has changed.

The new Essentials 50k package comes with 50,000 emails/month for $19.95/month, and $0.00133/email overage. The Essentials 100k package price has increased to $34.95/month, and $0.0009/email overage.


We are committed to continued investment in our infrastructure and innovation to provide the best-in-class features you need to build exceptional experiences with email. The features included in the Essentials plan and prices of add-ons are not changing at this time. You can review past invoices and update your Plan and Billing Details in the SendGrid application. If you have any questions please reach out to our knowledgeable support team.

Twilio logo

Jun 30, 2022

New Release Candidates for Twilio Helper Libraries

We are excited to announce that we will be making some changes to the release stages of our Twilio Helper Libraries.

We are adding new Release Candidates (RC), which are a pre-release of a new major version of our helper libraries. RCs will follow the version pattern “X.0.0-rc.Y” where “X” is the current major version + 1 and “Y” is the Yth release of the RC. For example, the current version of the Twilio Java Helper Library is 8.30.0 and the first release of an RC for the next major version will be 9.0.0-rc.1.

Following the Release Candidate (RC), we will release a General Availability (GA) helper library version. This will be a new major version of a helper library, which will remove the pre-release identifier (e.g., 9.0.0). There are to be no expected breaking changes as part of the GA work, though there may be exceptions.

Twilio Video logo

Jun 30, 2022

GA Video

The Video Diagnostics App is now Generally Available

The Video Diagnostics App tests an end user’s ability to have a quality video call with Twilio Programmable Video. It runs through a series of tests to identify issues related to device and software setup, connectivity to the Twilio cloud, and network performance. Upon failed tests, it provides recommendations to help your users help themselves.

With this release, the Video Diagnostics app is now available for your use as
a Twilio-hosted web app. It can be used as part of your onboarding or support processes to assist in diagnosing end-user issues. This hosted version of the Video Diagnostics app supersedes the legacy network test tool (https://networktest.twilio.com/).

If you would rather customize the app and embed it into your application, the code is freely available as an open source ReactJS app and provides a reference for how to utilize Twilio’s RTC Diagnostics SDK and the Javascript Preflight API.

For more information on the Video Diagnostics application, check it out live by visiting https://video-diagnostics.twilio.com or learn more in the README.

Twilio Programmable Voice logo

Jun 28, 2022

GA Voice

New Amazon Polly Neural Voices available for <Say>

The Twilio Programmable Voice <Say> TwiML Text-to-Speech verb now supports additional Amazon Polly Neural Voices for the following languages: Portuguese (Portugal) (pt-PT), Portuguese (Brazil) (pt-BR), German (Austria) (de-AT), Spanish (Mexico) (es-MX), and Catalan (Spain) (ca-ES).

You can try the new enhanced voices in your voice applications by selecting them in the Text-to-Speech section of the Twilio Console, by setting them in your TwiML <Say> attributes, or by configuring the Say/Play Widget in Studio. For more information on the voices and on pricing, please visit Twilio Text-to-Speech docs.

Twilio Programmable Voice logo

Jun 27, 2022

Beta Voice

Call Annotation API Beta

The Call Annotation API allows customers to programmatically provide subjective experience details including call quality issues, spam labeling, and customer-internal tags and metadata. Customers can use the Call Annotation API to update the call summary records during or after a call. Annotations can be updated as long as the Call Summary record is addressable via the API i.e. 30 days.

Currently the Call Annotation API is only available for the United States (US1) Region. For more information on Twilio Regions see here.

For more information on Call Annotation API see here

Twilio Flex logo

Jun 27, 2022

GA Flex

TaskRouter out-of-box Task Channel renamed to “Chat”

We changed the TaskRouter out-of-box Task Channel’s friendly name from “Programmable Chat” to “Chat”. The unique name “chat” did not change. This is mostly just for information and should not have a significant impact on how you use TaskRouter or Flex.

Twilio logo

Jun 22, 2022

GA Twilio SendGrid Platform

Updated Limitations to Category Statistics for All Customers

Twilio SendGrid started limiting category statistics for all customers on May 16, 2022. Beginning June 22, 2022, Twilio SendGrid will limit all category statistics created before May 16, 2022 on a seven-day rolling basis. This means all categories will be available for the first seven days. After seven days, the top 100 categories will be retained for free customers, and the top 1,000 will be retained for paying customers.

Customers who require access to all category statistics can use the Event Webhook to retrieve and retain the data on their own systems as long as they save it within seven days of first sending the event.

For more information about how this change works, please see the "Limitations" section of our "Working with Categories" documentation.

Many customers find that Unique Arguments, which are not limited, are the best solution for their needs. See the "Categories vs Unique Arguments: Benefits & Limitations" blog post to better understand these two tracking tools.

Twilio Super SIM logo

Jun 15, 2022

Beta Super SIM

Enhancements to Data Session Connection Events for Super SIM

Data Session events on Super SIM Connection Events now show more information about your total data usage over a data session. The newly added data_session_data_download, data_session_data_upload, and data_session_data_total properties show the cumulative amounts of data exchanged over the course of the data session. Previously, to get this information from Connection Events, you would have needed to subscribe to and aggregate the amounts from all of the data-session.updated and data-session.ended events.

If you don’t need to do near-real time usage billing or metering, you can now get your SIMs’ data usage streamed to you by just subscribing to data-session.ended events, reducing the number of events you need to handle by over 90%, reducing both the complexity and cost of using Connection Events to understand your data usage.

Your subscription needs to use the latest version of the Connection Events schema to see the new properties.

Refer to the docs for more details.

Loading

Error: Unable to load changelog