Releases: twilio/twilio-cli-core
Releases · twilio/twilio-cli-core
4.3.1
Release Notes
Api
- Make
persistent_action
parameter public - Add
twiml
optional private parameter for call create
Autopilot
- Add Export resource to Autopilot Assistant.
Flex
- Added Integration.RetryCount attribute to Flex Flow
- Updating a Flex Flow
channel_type
options documentation
Insights
- Added edges to events and metrics
- Added new endpoint definitions for Events and Metrics
Messaging
- create support for sender registration
- fetch support for fetching a sender
- update support for sender verification
Supersim
- Add
Direction
filter parameter to list commands endpoint - Allow filtering commands list by Sim Unique Name
- Add
Iccid
filter parameter to list sims endpoint
4.3.0
Release Notes
Library
- PR #73: Include TQ badge for potential contributors. Thanks to @kwhinnery!
- PR #72: Update Open API definitions. Thanks to @maylonpedroso!
Api
- Add new usage categories to the public api
sms-messages-carrierfees
andmms-messages-carrierfees
Conversations
- Add ProjectedAddress to Conversations Participant resource
Preview
- Implemented different
Sid
for Current Calls (Verified by Twilio), instead of relying inCall.Sid
from Voice API team (breaking change)
Supersim
- Add List endpoint to Commands resource for Super Sim Pilot
- Add UsageRecords resource for the Super Sim Pilot
- Add List endpoint to UsageRecords resource for the Super Sim Pilot
- Allow assigning a Sim to a Fleet by Fleet SID or Unique Name for Super SIM Pilot
- Add Update endpoint to Fleets resource for Super Sim Pilot
- Add Fetch endpoint to Commands resource for Super Sim Pilot
- Allow filtering the Sims resource List endpoint by Fleet
- Add List endpoint to Fleets resource for Super Sim Pilot
Wireless
- Added
account_sid
to Sim update parameters.
4.2.1
4.2.0
Release Notes
Library
- PR #70: Rename 'profiles:add' to 'profiles:create'. Thanks to @childish-sambino!
- PR #69: Auto-deploy using Travis CI upon tagged commit to master. Thanks to @thinkingserious!
Api
- Add new property
attempt
to sms_messages - Fixed a typo in the documentation for Feedback outcome enum (breaking change)
- Update the call price to be optional for deserializing (breaking change)
Flex
- Added
JanitorEnabled
attribute to Flex Flow - Change
features_enabled
Flex Configuration key to private (breaking change)
Supersim
- Add Fetch endpoint to Fleets resource for Super Sim Pilot
- Allow assigning a Sim to a Fleet for Super Sim Pilot
- Add Create endpoint to Fleets resource for Super Sim Pilot
4.1.1
4.1.0
Release Notes
Library
- PR #66: Change 'sid_like' parameters to not enforce SID pattern-matching. Thanks to @childish-sambino!
- PR #65: Simplify the 'TwilioClientCommand' constructor to match the parent. Thanks to @childish-sambino!
Numbers
- Add v2 of the Identites API
Preview
- Changed authentication method for SDK Trusted Comms endpoints:
/CPS
,/CurrentCall
, and/Devices
. Please useAuthorization: Bearer <xCNAM JWT>
(breaking change)
Voice
- Add Recordings endpoints
4.0.2
4.0.1
4.0.0
Release Notes
Library
- PR #62: Move keytar to an optional dependency. Thanks to @childish-sambino!
- PR #58: breaking: Remove parameter key translating from OpenAPI client. Thanks to @childish-sambino! (breaking change)
- PR #63: Add limit flags and apply limit when listing resources. Thanks to @childish-sambino!
- PR #60: Add util for recursively translating object values. Thanks to @childish-sambino!
- PR #61: breaking: Move command exception logic to base command. Thanks to @childish-sambino! (breaking change)
- PR #59: Add 'PageSize' parameter to all 'read' actions. Thanks to @childish-sambino!
- PR #57: Allow empty flag values when updating resources. Thanks to @childish-sambino!
Conversations
- Add attributes to Conversations resources
Flex
- Adding
features_enabled
andserverless_service_sids
to Flex Configuration
Messaging
- Message API required params updated (breaking change)
Preview
- Added support for the optional
CallSid
to/BrandedCalls
endpoint
3.0.3
Release Notes
Library
- PR #56: Trim whitespace from profile attributes. Thanks to @childish-sambino!
- PR #54: Drop specific properties from 'phone_number_capabilities' types. Thanks to @childish-sambino!
- PR #41: Add date inequality support. Thanks to @JenniferMah!
- PR #52: OpenAPI spec changes to add date inequality parameters. Thanks to @JenniferMah!
Conversations
- Add Chat Conversation SID to conversation default output properties
Flex
- Adding
outbound_call_flows
object to Flex Configuration - Adding read and fetch to channels API
Supersim
- Add Sims and Commands resources for the Super Sim Pilot
Sync
- Added configuration option for enabling webhooks from REST.
Wireless
- Added
usage_notification_method
andusage_notification_url
properties torate_plan
.