Skip to content

Releases: twilio/twilio-cli

2.16.1

27 Jan 22:53
Compare
Choose a tag to compare

Release Notes

Studio

  • Studio V2 API is now GA

Supersim

  • Allow updating CommandsUrl and CommandsMethod on a Fleet

2.16.0

13 Jan 23:00
Compare
Choose a tag to compare

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

06 Jan 23:37
Compare
Choose a tag to compare

Release Notes

Library - Chore

2.15.1

16 Dec 21:17
Compare
Choose a tag to compare

Release Notes

Api

  • Updated call_event default_output_properties to request and response.

Conversations

  • Added last_read_message_index and last_read_timestamp to Participant's resource update operation
  • Added is_notifiable and is_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

08 Dec 22:48
Compare
Choose a tag to compare

Release Notes

Library - Chore

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

02 Dec 21:58
Compare
Choose a tag to compare

Release Notes

Library - Fix

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 and carrier properties type to object (breaking change)

Trunking

  • Added dual channel recording options for Trunks.

2.13.0

18 Nov 23:52
Compare
Choose a tag to compare

Release Notes

Library - Fix

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 and HiddenDetails properties are now marked as PII
  • 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.

2.12.0

05 Nov 22:31
Compare
Choose a tag to compare

Release Notes

Api

  • Added verify-push to usage_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 to beta
  • twilio_sandbox_mode header was removed from Verify Push resources (breaking change)

Video

  • [Rooms] Add Recording Rules API

2.11.0

14 Oct 19:55
Compare
Choose a tag to compare

Release Notes

Ai

  • Add Annotation Project and Annotation 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 and binding) 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 and hidden_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 from push service configuration object. Add Push.IncludeDate, Push.ApnCredentialSid and Push.FcmCredentialSid service configuration parameters. (breaking change)

2.10.3

30 Sep 02:33
Compare
Choose a tag to compare

Release Notes

Library - Chore

  • updating api spec