All Versions
200
Latest Version
Avg Release Cycle
14 days
Latest Release
657 days ago
Changelog History
Page 9
Changelog History
Page 9
-
v5.30.0 Changes
December 04, 2019๐ Release Notes
Library
- ๐ PR #485: docs: add supported language versions to README. Thanks to @childish-sambino!
- ๐ PR #445: fix: handle building the HTTP client proxy URI without authentication. Thanks to @laka3000!
Api
- โ Add optional
twiml
parameter for call create
Chat
- โ Added
delete
method in UserChannel resource
Conversations
- ๐ Allow Messaging Service update
Taskrouter
- ๐ Support ReEvaluateTasks parameter on Workflow update
Twiml
- Remove unsupported
mixed_track
value from<Stream>
(breaking change) - โ Add missing fax
<Receive>
optional attributes
๐ Docs
-
v5.29.1 Changes
November 13, 2019๐ Release Notes
Api
- ๐ Make
persistent_action
parameter public - โ Add
twiml
optional private parameter for call create
Autopilot
- โ Add Export resource to Autopilot Assistant.
Flex
- โ Added Integration.RetryCount attribute to Flex Flow
- ๐ Updating a Flex Flow
channel_type
options documentation
Insights
- โ Added edges to events and metrics
- โ Added new endpoint definitions for Events and Metrics
Messaging
- create support for sender registration
- fetch support for fetching a sender
- โก๏ธ update support for sender verification
Supersim
- โ Add
Direction
filter parameter to list commands endpoint - ๐ Allow filtering commands list by Sim Unique Name
- โ Add
Iccid
filter parameter to list sims endpoint
Twiml
- โ Add support for
<Refer>
verb
๐ Docs
- ๐ Make
-
v5.29.0 Changes
October 30, 2019๐ Release Notes
Library
- ๐ PR #481: added request validation for urls with and without ports. Thanks to @eshanholtz!
- โก๏ธ PR #480: Update resources after sorting. Thanks to @childish-sambino!
- ๐ PR #479: Auto-deploy via Travis CI upon tagged commit to master. Thanks to @thinkingserious!
Api
- โ Add new usage categories to the public api
sms-messages-carrierfees
andmms-messages-carrierfees
Conversations
- โ Add ProjectedAddress to Conversations Participant resource
Preview
- Implemented different
Sid
for Current Calls (Verified by Twilio), instead of relying inCall.Sid
from Voice API team (breaking change)
Supersim
- โ Add List endpoint to Commands resource for Super Sim Pilot
- โ Add UsageRecords resource for the Super Sim Pilot
- โ Add List endpoint to UsageRecords resource for the Super Sim Pilot
- ๐ Allow assigning a Sim to a Fleet by Fleet SID or Unique Name for Super SIM Pilot
- โ Add Update endpoint to Fleets resource for Super Sim Pilot
- โ Add Fetch endpoint to Commands resource for Super Sim Pilot
- ๐ Allow filtering the Sims resource List endpoint by Fleet
- โ Add List endpoint to Fleets resource for Super Sim Pilot
Wireless
- โ Added
account_sid
to Sim update parameters.
Twiml
- โ Add new locales and voices for
Say
from Polly
๐ Docs
-
v5.28.0 Changes
October 16, 2019๐ Release Notes
Library
- โก๏ธ PR #476: Update a few property types in the lookups and trunking responses. Thanks to @childish-sambino!
- โก๏ธ PR #477: Update instance property ordering. Thanks to @childish-sambino!
- โก๏ธ PR #475: Update the call price to be optional for deserializing. Thanks to @childish-sambino!
- PR #474: breaking: Correct video composition date types. Thanks to @childish-sambino! (breaking change)
Api
- โ Add new property
attempt
to sms_messages - Fixed a typo in the documentation for Feedback outcome enum (breaking change)
- Update the call price to be optional for deserializing (breaking change)
Flex
- โ Added
JanitorEnabled
attribute to Flex Flow - ๐ง Change
features_enabled
Flex Configuration key to private (breaking change)
Supersim
- โ Add Fetch endpoint to Fleets resource for Super Sim Pilot
- ๐ Allow assigning a Sim to a Fleet for Super Sim Pilot
- โ Add Create endpoint to Fleets resource for Super Sim Pilot
Twiml
- Update
<Conference>
rename "whisper" attribute to "coach" (breaking change)
๐ Docs
-
v5.27.1 Changes
October 02, 2019๐ Release Notes
Library
- ๐ PR #473: Wrap any Faraday error as a TwilioError. Thanks to @childish-sambino!
- ๐ PR #472: Fix the Dockerfile to use the latest Ruby 2.4 and ignore the Gem lock file. Thanks to @childish-sambino!
Conversations
- โ Add media to Conversations Message resource
Supersim
- โ Add List endpoint to Sims resource for Super Sim Pilot
๐ Docs
-
v5.27.0 Changes
September 18, 2019๐ Release Notes
Library
- PR #470: breaking: Catch and wrap Faraday client errors. Thanks to @childish-sambino! (breaking change)
- ๐ PR #471: Drop support for Ruby < 2.4 and add 2.6. Thanks to @childish-sambino!
- ๐ PR #468: Add URI encoding for phone numbers. Thanks to @childish-sambino!
- ๐ PR #469: Add TwiML FaxResponse require to top-level file. Thanks to @childish-sambino!
- ๐ PR #450: Update encode64 to strict_encode64 in RequestValidator#build_signature_for. Thanks to @kitallis!
- ๐ง PR #467: Add a global configuration for the HTTP client. Thanks to @childish-sambino!
- ๐ PR #466: Use the 'base_url' instead of the 'host' for HTTP client URL. Thanks to @childish-sambino!
Numbers
- โ Add v2 of the Identites API
Preview
- Changed authentication method for SDK Trusted Comms endpoints:
/CPS
,/CurrentCall
, and/Devices
. Please useAuthorization: Bearer <xCNAM JWT>
(breaking change)
Voice
- โ Add Recordings endpoints
๐ Docs
-
v5.26.0 Changes
September 04, 2019๐ Release Notes
Library
- ๐ PR #463: Reduce line length to satisfy rubocop constraints. Thanks to @igracia!
- PR #399: breaking: Added proxy protocol to HTTP Client constructor. Thanks to @po5i! (breaking change)
- ๐ PR #462: Correct 'delete' method doc to indicate 'false' when resource not deleted. Thanks to @childish-sambino!
- ๐ PR #441: Link to actual documentation. Thanks to @alexford!
Api
- โก๏ธ Pass Twiml in call update request
Conversations
- โ Add attributes to Conversations resources
Flex
- Adding
features_enabled
andserverless_service_sids
to Flex Configuration
Messaging
- Message API required params updated (breaking change)
Preview
- โ Added support for the optional
CallSid
to/BrandedCalls
endpoint
๐ Docs
-
v5.25.4 Changes
August 21, 2019๐ Release Notes
Library
- โก๏ธ PR #460: Update the IP messaging domain name to be 'chat'. Thanks to @childish-sambino!
- โก๏ธ PR #458: Update TwiML docs for naming overrides. Thanks to @childish-sambino!
Conversations
- โ Add Chat Conversation SID to conversation default output properties
Flex
- Adding
outbound_call_flows
object to Flex Configuration - โ Adding read and fetch to channels API
Supersim
- โ Add Sims and Commands resources for the Super Sim Pilot
๐ Sync
- โ Added configuration option for enabling webhooks from REST.
Wireless
- Added
usage_notification_method
andusage_notification_url
properties torate_plan
.
Twiml
- โ Add support for
ach-debit
transactions inPay
verb
๐ Docs
-
v5.25.3 Changes
August 05, 2019๐ Release Notes
Preview
- โ Added support for the header
Twilio-Sandbox-Mode
to mock all Voice dependencies
Twiml
- โ Add support for
<Siprec>
noun - โ Add support for
<Stream>
noun - Create verbs
<Start>
and<Stop>
๐ Docs
- โ Added support for the header
-
v5.25.2 Changes
July 24, 2019๐ Release Notes
Insights
- โ Added
properties
to summary.
Preview
- โ Added endpoint to brand a call without initiating it, so it can be initiated manually by the Customer
Twiml
- Update
<Conference>
recording events (breaking change)
๐ Docs
- โ Added