All Versions
210
Latest Version
Avg Release Cycle
15 days
Latest Release
44 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v6.18.0 Changes
February 24, 2021Events
- โก๏ธ Update description of types in the create sink resource
Messaging
- โ Add WA template header and footer
- Remove A2P campaign and use cases API (breaking change)
- Add number_registration_status field to read and fetch campaign responses
Trusthub
- ๐ Make all resources public
๐ Verify
- ๐ Verify List Attempts API endpoints added.
-
v6.17.0 Changes
February 10, 2021Library - Fix
- PR #675: shortcut syntax for new non-GA versions. Thanks to @eshanholtz!
Api
- โช Revert change that conference participant create
from
andto
param to be endpoint type for supporting client identifier and sip address - โก๏ธ Update the conference participant create
from
andto
param to be endpoint type for supporting client identifier and sip address
Events
- ๐ Documentation should state that no fields are PII
Flex
- โ Adding
notifications
andmarkdown
to Flex Configuration
Messaging
- โ Add A2P use cases API
- โ Add Brand Registrations API
- โ Add Campaigns API
Serverless
- โ Add runtime field to Build response and as an optional parameter to the Build create endpoint.
- โ Add @twilio/runtime-handler dependency to Build response example.
๐ Sync
- Remove If-Match header for Document (breaking change)
Twiml
- Add
refer_url
andrefer_method
toDial
.
-
v6.16.1 Changes
January 27, 2021Studio
- Studio V2 API is now GA
Supersim
- ๐ Allow updating
CommandsUrl
andCommandsMethod
on a Fleet
Twiml
- Add
status_callback
andstatus_callback_method
toStream
.
-
v6.16.0 Changes
January 13, 2021Api
- โ Add 'Electric Imp v1 Usage' to usage categories
Conversations
- Changed
last_read_message_index
type in Participant's resource (breaking change)
Insights
- โ Added
created_time
to call summary.
๐ Sync
- Remove HideExpired query parameter for filtering Sync Documents with expired (breaking change)
Video
- [Rooms] Expose maxConcurrentPublishedTracks property in Room resource
-
v6.15.1 Changes
December 16, 2020Api
- 0๏ธโฃ Updated
call_event
default_output_properties to request and response.
Conversations
- Added
last_read_message_index
andlast_read_timestamp
to Participant's resource update operation - Added
is_notifiable
andis_online
to User's resource - โ Added
reachability_enabled
parameters to update method for Conversation Service Configuration resource
Messaging
- โ Added WA template quick reply, URL, and phone number buttons
Twiml
- โ Add
sequential
toDial
.
- 0๏ธโฃ Updated
-
v6.15.0 Changes
December 08, 2020๐ Release Notes
Api
- โ Added optional
RecordingTrack
parameter for create calls, create participants, and create call recordings - Removed deprecated Programmable Chat usage record categories (breaking change)
Twiml
- โ Add
recordingTrack
toDial
.
๐ Docs
- โ Added optional
-
v6.14.0 Changes
December 02, 2020๐ Release Notes
Api
- Remove
RecordingTrack
parameter for create calls, create participants, and create call recordings (breaking change) - โ Added
RecordingTrack
parameter for create calls and create call recordings - โ Add optional property
recording_track
in the participant create request
Lookups
- Changed
caller_name
andcarrier
properties type to object (breaking change)
Trunking
- โ Added dual channel recording options for Trunks.
Twiml
- โ Add
jitterBufferSize
andparticipantLabel
toConference
.
๐ Docs
- Remove
-
v6.13.0 Changes
November 18, 2020๐ Release Notes
Library - Feature
- ๐ฒ PR #667: add http logging for php. Thanks to @JenniferMah!
Api
- Add new call events resource - GET /2010-04-01/Accounts/{account_sid}/Calls/{call_sid}/Events.json
Conversations
- ๐ Fixed default response property issue for Service Notifications Configuration
Insights
- Removing call_sid from participant summary. (breaking change)
Serverless
- ๐ Allow Service unique name to be used in path (in place of SID) in Service update request
๐ Sync
- โ Added HideExpired query parameter for filtering Sync Documents with expired
๐ Verify
- Challenge
Details
andHiddenDetails
properties are now marked asPII
- โก๏ธ Challenge
expiration_date
attribute updated to set a default value of five (5) minutes and to allow max dates of one (1) hour after creation. - โก๏ธ Entity
identity
attribute updated to allow values between 8 and 64 characters. - ๐ Verify Service frinedly_name attribute updated from 64 max lenght to 30 characters.
๐ Docs
-
v6.12.0 Changes
November 05, 2020๐ Release Notes
Library - Feature
- PR #669: Add region to access token. Thanks to @ryan-rowland!
- ๐ PR #664: Remove final from RequestValidator declaration. Thanks to @hdimitrov1!
Api
- โ Added
verify-push
tousage_record
API
Bulkexports
- When creating a custom export the StartDay, EndDay, and FriendlyName fields were required but this was not reflected in the API documentation. The API itself failed the request without these fields. (breaking change)
- โ Added property descriptions for Custom Export create method
- Clarified WebhookUrl and WebhookMethod must be provided together for Custom Export
Insights
- โ Added video room and participant summary apis.
Ip_messaging
- Create separate definition for ip-messaging
- โช Restore v2 endpoints for ip-messaging
๐ Verify
- ๐ Verify Push madurity were updated from
preview
tobeta
twilio_sandbox_mode
header was removed from Verify Push resources (breaking change)
Video
- [Rooms] Add Recording Rules API
๐ Docs
-
v6.11.0 Changes
October 14, 2020๐ Release Notes
Ai
- โ Add
Annotation Project
andAnnotation Task
endpoints - โ Add
Primitives
endpoints - โ Add
meta.total
to the search endpoint
Conversations
- Mutable Conversation Unique Names
Insights
- โ Added
trust
to summary.
Preview
- Simplified
Channels
resource. The path is now/BrandedChannels/branded_channel_sid/Channels
(breaking change)
๐ Verify
- Changed parameters (
config
andbinding
) to use dot notation instead of JSON string (e.i. Before:binding={"alg":"ES256", "public_key": "xxx..."}
, Now:Binding.Alg="ES256"
,Binding.PublicKey="xxx..."
). (breaking change) - โ
Changed parameters (
details
andhidden_details
) to use dot notation instead of JSON string (e.i. Before:details={"message":"Test message", "fields": "[{\"label\": \"Action 1\", \"value\":\"value 1\"}]"}
, Now:details.Message="Test message"
,Details.Fields=["{\"label\": \"Action 1\", \"value\":\"value 1\"}"]
). (breaking change) - Removed
notify_service_sid
frompush
service configuration object. AddPush.IncludeDate
,Push.ApnCredentialSid
andPush.FcmCredentialSid
service configuration parameters. (breaking change)
๐ Docs
- โ Add