Changelog
Product changelog and announcements
See additions and changes to the Twilio platform and Twilio Segment Customer Data Platform. You can also subscribe to our Changelog RSS feed below.
Subscribe to Changelog RSS feed (an RSS feed reader is required)
Feb 01, 2022
React Native 2.0 Public Beta
React Native 2.0 is a major version upgrade to the existing React Native library. Analytics React Native provides a lightweight, modern, JavaScript-centric instrumentation experience for mobile apps.
For more information, see the documentation for React Native 2.0.
Feb 01, 2022
Analytics.js Classic to be Deprecated
On August 31, 2022, Segment will end support and maintenance for Analytics.js Classic, and on February 28, 2023, Segment will remove access to Analytics.js Classic.
For additional information and instructions on how to upgrade to Analytics.js 2.0, see the migration documentation.
Jan 31, 2022
Verify Geo Permissions available in console now
Verify Geographic(Geo) Permissions are now available in the Console to block/unblock desired destinations for SMS and Voice, helping you to prevent unexpected high messaging or voice costs caused by malicious actors creating unwanted verification requests.
Check them out on the Verify Geo permissions page:
https://www.twilio.com/docs/verify/preventing-toll-fraud/verify-geo-permissions
Jan 31, 2022
New Twilio Console SSO with self-service UI and domain based enforcement
We have launched a new SSO management experience in public beta. This new SSO UI will be available in the admin center for customers who have purchased Administrative or Enterprise editions.
Customers can configure and manage their SSO for Twilio Console by themselves using this UI. Earlier, they were required to create support tickets and exchange the SSO configuration data over emails which would take a few days to configure correctly. Now SSO configuration can be setup and enabled for managed users in a few minutes.
Customers also don’t need to enable SSO for every user manually. With the new Domain based enforcement feature, all existing as well as new users will get SSO enforced automatically. So customers won’t have to track whether SSO is enabled for every new user invited to their Twilio Organization.
Learn more about this feature in Twilio Console SSO documentation.
Jan 31, 2022
Announcing Adaptive Simulcast for Video Group Rooms
We are excited to announce the JavaScript SDK release of Adaptive Simulcast, a new feature that improves client performance by dynamically switching off unused simulcast spatial layers.
When using adaptive simulcast, a publisher will only encode video layers up to the highest spatial layer being used by subscribers.
For example, a common presentation layout in video chat will have the active speaker’s video in a large format and the remaining participants as thumbnails. In this situation, adaptive simulcast will encode all spatial layers for the active speaker and only the smallest spatial layer for the thumbnail participants. As speakers change, the respective publishing participants will automatically have their spatial layers turned on / off based on what is being used by subscribers in the room.
Compared to standard simulcast, adaptive simulcast will provide significant CPU and bandwidth improvements for your publishing clients, and we recommend all users switch from standard simulcast to adaptive simulcast.
This feature is currently only available in the JavaScript SDK. Please read our simulcast documentation to learn how to use this new feature.
Jan 31, 2022
Regional Segment Limited Availability
Regional Segment in the EU gives you Connections, Protocols, and Personas with data ingestion, processing, storage, and audience creation done on infrastructure hosted in the EU. It is currently available to New Business Tier customers.
Segment makes it easy to collect, unify, and activate your customer data in any system where you need it while giving you the tools and controls to help enable compliance with EU data regulations like GDPR and Schrems II.
For more details, see the Regional Segment documentation and blog post.
Jan 28, 2022
Usage Insights by Time for Super SIM in Console
Usage Insights provides a convenient way to view your Super SIM usage over time as graphs and tables. This lets you monitor upward/downward trends in usage as well as anomalous spikes or dips in your Super SIM activity. You can specify different ways to slice-and-dice your data, You can filter by:
- a customizable date range
- SIM
- Fleet
- Network
- Country
Drill into an hour-by-hour view by clicking on the date hyperlinks in the bar chart.
Access Usage Insights in Console via Monitor > Insights > Super SIM.
Jan 19, 2022
Flex Plugins CLI now provides additional cleanup of plugin packages of archived plugins
The Flex Plugins CLI now automatically deletes the package of a plugin when it is being archived. When a plugin is archived, it deletes the built packages of all the versions of the plugins stored in Twilio Assets and when a particular plugin version is archived, it will only remove the plugin package of that particular version. This feature is automatically available with the archive command of the Flex Plugins CLI. This feature also enables you to cleanup your plugins when you hit the plugin limits on your Flex application.
Upgrade your plugins to the latest version of the Flex Plugins CLI to leverage this feature.
Jan 19, 2022
Journey Re-entry General Availability
Journey designers can now configure time criteria to set when users exit a journey and how long until they can re-enter. This helps customers personalize the customer experience at scale to deepen customer relationships.
Learn more in Segment’s Journey Re-entry documentation.
Jan 12, 2022
Message Scheduling is in public beta
We are excited to announce that Message Scheduling is in public beta!
You can now schedule a message over SMS, MMS and Whatsapp using the Programmable Messaging API. Today, when you make an API request to Twilio’s Programmable Messaging API, a message is sent out instantaneously. With this new feature, you can intentionally delay or schedule the time a message is sent out up to 7 days in the future. This means you no longer have to rely on internal cron jobs or scheduling services.
Check out our documentation and blog post to learn more and try scheduling a message.