Releases: twilio/twilio-cli
Releases · twilio/twilio-cli
1.12.0
Release Notes
Library - Chore
- PR #161: move the debugger command out of the debugger plugin. Thanks to @childish-sambino!
Library - Docs
- PR #159: pin a specific version of the Twilio CLI. Thanks to @thinkingserious!
Api
- Add optional 'secure' parameter to SIP Domain
Authy
- Added an endpoint to list the challenges of a factor
- Added optional parameter
Push
when updating a service to send the service level push factor configuration
Bulkexports
- exposing bulk exports (vault/slapchop) API as public beta API
Flex
- Adding
queue_stats_configuration
andwfm_integrations
to Flex Configuration
Serverless
- Add Function Version Content endpoint
- Allow build_sid to be optional for deployment requests
Supersim
- Remove
deactivated
status for Super SIM which is replaced byinactive
(breaking change)
1.11.0
Release Notes
Library - Chore
- PR #158: refactor reading data from file or stdin. Thanks to @childish-sambino!
- PR #157: upgrade dev dependencies and fix eslint errors/warnings. Thanks to @childish-sambino!
Api
- Add optional
emergency_calling_enabled
parameter to SIP Domain - Add optional property
call_reason
in the call create request
Authy
- Added
friendly_name
andconfig
as optional params to Factor update - Added
config
param to Factor creation (breaking change)
Preview
- Renamed
SuccessRate
endpoint toImpressionsRate
for Branded Calls (fka. Verified by Twilio) (breaking change)
1.10.0
Release Notes
Library - Feature
- PR #156: update the mechanics of the login command. Thanks to @childish-sambino!
- PR #153: sanity check the account SID and auth token when creating profiles. Thanks to @thinkingserious!
Library - Fix
- PR #155: allow login when no user has no username. Thanks to @childish-sambino!
Authy
- Added the
configuration
property to services to return the service level configurations - Added optional parameter
Push
when creating a service to send the service level push factor configuration - Remove FactorStrength support for Factors and Challenges (breaking change)
Messaging
- Correct the alpha sender capabilities property type (breaking change)
Preview
- Removed
/Devices
register Branded Calls endpoint, as per iOS sample app deprecation (breaking change) - Removed
Twilio-Sandbox-Mode
request header from the Branded Calls endpoints, as not officially supported (breaking change) - Removed
Verify
version frompreview
subdomain in favor toverify
subdomain. (breaking change)
Serverless
- Add UI-Editable field to Services
Supersim
- Add
inactive
status for Super SIM which is an alias fordeactivated
Taskrouter
- Adding value range to
priority
in task endpoint
Verify
- Fix
SendCodeAttempts
type. It's an array of objects instead of a unique object. (breaking change)
1.9.6
Release Notes
Api
- Make call create parameters
async_amd
,async_amd_status_callback
, andasync_amd_status_callback_method
public - Add
trunk_sid
as an optional field to Call resource fetch/read responses - Add property
queue_time
to successful response of create, fetch, and update requests for Call - Add optional parameter
byoc
to conference participant create.
Authy
- Added support for challenges associated to push factors
Flex
- Adding
ui_dependencies
to Flex Configuration
Messaging
- Deprecate Session API (breaking change)
Numbers
- Add Regulations API
Studio
- Add Execution and Step endpoints to v2 API
- Add webhook_url to Flow response and add new /TestUsers endpoint to v2 API
Taskrouter
- Adding
longest_relative_task_age_in_queue
andlongest_relative_task_sid_in_queue
to TaskQueue Real Time Statistics API. - Add
wait_duration_in_queue_until_accepted
aggregations to TaskQueues Cumulative Statistics endpoint - Add TaskQueueEnteredDate property to Tasks.
Video
- [Composer] Clarification for the composition hooks creation documentation: one source is mandatory, either the
audio_sources
or thevideo_layout
, but one of them has to be provided - [Composer]
audio_sources
type on the composer HTTP POST command, changed fromsid[]
tostring[]
(breaking change) - [Composer] Clarification for the composition creation documentation: one source is mandatory, either the
audio_sources
or thevideo_layout
, but one of them has to be provided
1.9.5
Release Notes
Library - Docs
- PR #152: baseline all the templated markdown docs. Thanks to @childish-sambino!
Library - Fix
- PR #151: update travis build badge link. Thanks to @thinkingserious!
Api
- Making content retention and address retention public
- Update
status
enum for Messages to include 'partially_delivered'
Authy
- Added support for push factors
Autopilot
- Add one new property in Query i.e dialogue_sid
Verify
- Add
SendCodeAttempts
to create verification response.
Video
- Clarification in composition creation documentation: one source is mandatory, either
audio_sources
orvideo_layout
, but on of them has to be provided
1.9.4
1.9.3
Release Notes
Api
- Add payments public APIs
- Add optional parameter
byoc
to call create request.
Flex
- Updating a Flex Flow
creation_on_message
parameter documentation
Preview
- Removed Verify v2 from preview in favor of its own namespace as GA (breaking change)
Studio
- Flow definition type update from string to object
Verify
- Add
AppHash
parameter when creating a Verification. - Add
DoNotShareWarningEnabled
parameter to the Service resource.
1.9.2
1.9.1
Release Notes
Library - Fix
- PR #144: rollback the lock file changes and remove the lock file during install. Thanks to @childish-sambino!
Preview
- Add
/Insights/SuccessRate
endpoint for Businesses Branded Calls (Verified by Twilio)
Studio
- StudioV2 API in beta
Verify
- Add
MailerSid
property to Verify Service resource.
Wireless
- Added
data_limit_strategy
to Rate Plan resource.
1.9.0
Release Notes
Library
- PR #143: fix: drop the lock file since it doesn't get published. Thanks to @childish-sambino!
Api
- Make
twiml
conditional for create. One ofurl
,twiml
, orapplication_sid
is now required. - Add
bundle_sid
parameter to /IncomingPhoneNumbers API - Removed discard / obfuscate parameters from ContentRetention, AddressRetention (breaking change)
Chat
- Added
last_consumed_message_index
andlast_consumption_timestamp
parameters in update method for UserChannel resource (breaking change)
Conversations
- Add Participant SID to Message properties
Messaging
- Fix incorrectly typed capabilities property for ShortCodes. (breaking change)