Releases: twilio/twilio-cli
Releases · twilio/twilio-cli
2.19.0
Release Notes
Library - Chore
- PR #243: remove preview gate. Thanks to @eshanholtz!
Events
- Set maturity to beta
Messaging
- Adjust A2P brand registration status enum (breaking change)
Studio
- Remove internal safeguards for Studio V2 API usage now that it's GA
Verify
- Add support for creating and verifying totp factors. Support for totp factors is behind the
api.verify.totp
beta feature.
2.18.0
Release Notes
Events
- 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.
2.17.0
Release Notes
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)
2.16.1
2.16.0
Release Notes
Api
- 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
2.15.2
2.15.1
Release Notes
Api
- 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
2.15.0
Release Notes
Library - Chore
- PR #234: replace tags with vendor extension. Thanks to @thinkingserious!
Api
- Added optional
RecordingTrack
parameter for create calls, create participants, and create call recordings - Removed deprecated Programmable Chat usage record categories (breaking change)
2.14.0
Release Notes
Library - Fix
- PR #230: commands with actions without parameters. Thanks to @sergiofbsilva!
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.
2.13.0
Release Notes
Library - Fix
- PR #226: remove the profile option from the "profiles:remove" command. Thanks to @childish-sambino!
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.