Skip to content

Releases: twilio/twilio-cli

2.0.3

20 May 19:59
Compare
Choose a tag to compare

Release Notes

Chore

  • upgrade dependencies

2.0.2

13 May 20:43
Compare
Choose a tag to compare

Release Notes

Api

  • Add optional emergency_caller_sid parameter to SIP Domain
  • Updated call_reason optional property to be treated as PII
  • Added optional BYOC Trunk Sid property to Sip Domain API resource

Autopilot

  • Add Restore resource to Autopilot Assistant

Contacts

  • Added contacts Create API definition

Events

  • Subscriptions API initial release

Numbers

  • Add Evaluations API

Supersim

  • Allow filtering the Fleets resource by Network Access Profile
  • Allow assigning a Network Access Profile when creating and updating a Fleet
  • Add Network Access Profiles resource

Verify

  • Add CustomCode optional parameter on Verification creation.
  • Add delete action on Service resource.

Voice

  • Added endpoints for BYOC trunks, SIP connection policies and source IP mappings

2.0.1

29 Apr 20:30
Compare
Choose a tag to compare

Release Notes

Library - Fix

Preview

  • Added Dispatch version to preview

Studio

  • Reroute Create Execution for V2 to the V2 downstream

Supersim

  • Add Networks resource

2.0.0

15 Apr 21:09
Compare
Choose a tag to compare

Release Notes

Library - Chore

Library - Feature

Api

  • Updated description for property call_reason in the call create request

Contacts

  • Added Read, Delete All, and Delete by SID docs
  • Initial Release

Studio

  • Rename flow_valid to flow_validate
  • Removed errors and warnings from flows error response and added new property named details
  • Add Update Execution endpoints to v1 and v2 to end execution via API
  • Add new warnings attribute v2 flow POST api

1.12.0

01 Apr 20:03
Compare
Choose a tag to compare

Release Notes

Library - Chore

Library - Docs

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 and wfm_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 by inactive (breaking change)

1.11.0

18 Mar 22:21
Compare
Choose a tag to compare

Release Notes

Library - Chore

Api

  • Add optional emergency_calling_enabled parameter to SIP Domain
  • Add optional property call_reason in the call create request

Authy

  • Added friendly_name and config as optional params to Factor update
  • Added config param to Factor creation (breaking change)

Preview

  • Renamed SuccessRate endpoint to ImpressionsRate for Branded Calls (fka. Verified by Twilio) (breaking change)

1.10.0

04 Mar 23:36
Compare
Choose a tag to compare

Release Notes

Library - Feature

Library - Fix

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 from preview subdomain in favor to verify subdomain. (breaking change)

Serverless

  • Add UI-Editable field to Services

Supersim

  • Add inactive status for Super SIM which is an alias for deactivated

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

19 Feb 22:43
Compare
Choose a tag to compare

Release Notes

Api

  • Make call create parameters async_amd, async_amd_status_callback, and async_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 and longest_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 the video_layout, but one of them has to be provided
  • [Composer] audio_sources type on the composer HTTP POST command, changed from sid[] to string[] (breaking change)
  • [Composer] Clarification for the composition creation documentation: one source is mandatory, either the audio_sources or the video_layout, but one of them has to be provided

1.9.5

05 Feb 20:37
Compare
Choose a tag to compare

Release Notes

Library - Docs

Library - Fix

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 or video_layout, but on of them has to be provided

1.9.4

23 Jan 19:00
Compare
Choose a tag to compare

Release Notes

Library - Fix