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.)
Mar 08, 2023
Microvisor developers need a lightweight, scalable, and reliable way to send high volumes of sensor and other device data to their cloud platforms to perform analytics that can then drive business decisions. Microvisor therefore now supports MQTT, a lightweight network protocol for machine-to-machine messaging, predominantly used in low-power IoT architectures.
The general MQTT architecture looks as follows:
Microvisor provides a set of system calls which allow your application, acting as the MQTT client, to communicate with public and private MQTT brokers to subscribe to topics, post messages to those topics, and to be notified of inbound messages.
Your application will ask Microvisor to perform MQTT tasks on its behalf, and Microvisor will respond immediately, either accepting the command or providing a reason why it is unable to do so. It will respond asynchronously with the outcome of accepted operations. Microvisor’s notification system is used to manage this asynchronicity.
For more information, visit How to Issue MQTT Requests Under Microvisor.
Mar 07, 2023
When users reply to a specific WhatsApp message, Twilio now passes additional context to the WhatsApp Sender’s webhook URL. The OriginalRepliedMessageSender and OriginalRepliedMessageSid parameters will include information about the previous message the user replied to. If you need the content of the original message, you can use this API to fetch the Message Resource.
Note that only message replies to messages sent within the last 7 days will contain this additional context. Incoming message replies to messages sent over 7 days ago will still be delivered, but will lack this additional information.
For more information about this and other inbound message parameters, please refer to this page.
Mar 07, 2023
Twilio is making changes to Geo-Permissions in the Twilio Console to better differentiate traffic being sent to both Israel and Palestine. Palestine, which previously was only +970 will now include Palestinian networks operating with +972 prefixes. If you enabled geo permissions for Israel and/or Palestine, then we have updated your selection based on the corrected prefixes. Israel will no longer send traffic to +97256 and +97259 since these two prefixes are associated with Palestinian Jawwal and Wataniya cellular communication company.
If needed, you can enable or disable SMS Geo Permissions to any country at any time in Twilio Console by following the steps in this Support Article.
Mar 02, 2023
The default maximum size for queues has been increased from 100 to 1000; maximum size for existing queues remain unchanged, this change impacts newly created queues only. Maximum queue size can be adjusted using the /Queues API via the max_size parameter.
Feb 22, 2023
In an ongoing effort to raise awareness of the risk of SMS Traffic Pumping fraud, Twilio has added a popup asking customers to acknowledge the risk when opting to send SMS traffic to countries Twilio has identified a rise of SMS Traffic Pumping Fraud. Twilio will update this list from time to time.
What do I need to do?
We recommend review of the current geo-permissions on your account in Console.
(Support Article) Please take the following steps to protect your account from SMS Traffic Pumping Fraud:
Feb 21, 2023
This release addresses issues around increased plugin loading time and list of agents not displaying correctly when the hidden filter property is configured.
Feb 21, 2023
Twilio Application Connect for Programmable Voice is now Generally Available. We have added an <Application> noun to the existing TwiML <Dial> verb, which allows you to place Voice calls from one TwiML Application to another. This allows you to:
For more information on Twilio Application Connect, please check out the Usage and TwiML documentation.
Feb 14, 2023
In order to provide additional information and transparancy around delivery timing we are adding a new parameter (RawDlrDoneDate) to Delivered and Undelivered status update webhooks for MMS and SMS messages. This parameter is a passthrough of the Done Date included on the DLR (Delivery Receipt) that we receive from our carrier partners. It takes the format of YYMMDDhhmm where:
YY = last two digits of the year (00-99)
MM = month (01-12)
DD = day (01-31)
hh = hour (00-23)
mm = minute (00-59)
Important notes on this data:
The format only includes minute level precision.
It is strongly recommended that you use a Twilio provided signature validation library to verify the provenance of all webhooks arriving at your servers. The specific ordering and parameters included with each webhook depend on a number of factors and will evolve over time; thus it is important to follow the full specification of signature validation. This is already fully implemented and tested in the Twilio provided SDKs.
Feb 09, 2023
As of February 9, 2023, access to Twilio Frontline is limited to existing Twilio Frontline customers. Twilio accounts that have added Frontline prior to February 9, 2023 can continue to use Frontline and will be fully supported.
Frontline’s documentation is limited to current Frontline customers while logged in to their Frontline account. For more information, please refer to our support article. For any questions, please contact the Twilio Support team.
Feb 08, 2023
This release adds keyboard shortcuts to the Agent Desktop of Flex UI so that agents can perform common actions quickly. This includes accepting and switching between tasks, putting voice calls on hold and mute, and much more. Full details of the available shortcuts see thethe User guide.
Additionally developers can edit the default shortcuts and add custom shortcuts. Details on how to do this are available here.
For full details on the changes included in this version read the release notes.