Releases: twilio/twilio-cli
Releases · twilio/twilio-cli
2.12.0
Release Notes
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
2.11.0
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)
2.10.3
2.10.2
2.10.1
Release Notes
Api
- Add optional property
call_reason
in the participant create request - Make sip-domain-service endpoints available in stage-au1 and prod-au1
Messaging
- Removed beta feature gate from WhatsApp Templates API
Serverless
- Add Build Status endpoint
Video
- [Rooms] Add new room type "go" for WebRTC Go
2.10.0
2.9.0
Release Notes
Library - Feature
Conversations
- Expose Configuration and Service Configuration resources
- Add Unique Name support for Conversations
- Add Services Push Notification resource
- Add Service scoped Conversation resources
- Support Identity in Users resource endpoint
Messaging
- GA Deactivation List API
- Add domain cert API's(fetch, update, create) for link tracker
Numbers
- Add API endpoint for Supporting Document deletion
Proxy
- Updated usage of FailOnParticipantConflict param to apply only to accounts with ProxyAllowParticipantConflict account flag
Supersim
- Add
AccountSid
parameter to Sim resource update request - Add
ready
status as an available status for a Sim resource
2.8.1
Release Notes
Ai
- Initial release
Bulkexports
- removing public beta feature flag from BulkExports Jobs API
Messaging
- Add Deactivation List API
- Added page token parameter for fetch in WhatsApp Templates API
Numbers
- Add API endpoint for End User deletion
Routes
- Add Resource Route Configurations API
- Add Route Configurations API
- Initial Release
Trunking
- Added
transfer_mode
property on Trunks.
2.8.0
Release Notes
Library - Chore
- PR #213: Upgrade @sendgrid/mail from 7.2.1 to 7.2.2. Thanks to @snyk-bot!
- PR #214: Upgrade inquirer from 7.3.2 to 7.3.3. Thanks to @snyk-bot!
- PR #210: update GitHub branch references to use HEAD. Thanks to @thinkingserious!
Conversations
- Allow Identity addition to Participants
Events
- Sinks API Get all Sinks
Proxy
- Clarified usage of FailOnParticipantConflict param as experimental
- Add FailOnParticipantConflict param to Proxy Session create and Proxy Participant create
Supersim
- Add fleet, network, and isoCountryCode to the UsageRecords resource
- Change sort order of UsageRecords from ascending to descending with respect to start time field, records are now returned newest to oldest
Wireless
- Removed
Start
andEnd
parameters from the Data Sessions list endpoint. (breaking change)
2.7.0
Release Notes
Library - Feature
- PR #208: block installation via npm when Node.js requirement not met. Thanks to @childish-sambino!
Library - Docs
- PR #206: add regional flag and regional/edge env vars to general usage doc. Thanks to @childish-sambino!
Library - Chore
- PR #204: lint using twilio-style. Thanks to @ktalebian!
Messaging
- Add rejection reason support to WhatsApp API
- Removed status parameter for create and update in WhatsApp Templates API
Proxy
- Add FailOnParticipantConflict param to Proxy Session update
Verify
- Add
CustomFriendlyName
optional parameter on Verification creation. - Changes in
Challenge
resource to update documentation of bothdetails
andhidden_details
properties.