Releases: twilio/twilio-cli-core
Releases · twilio/twilio-cli-core
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
attemptto 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
JanitorEnabledattribute to Flex Flow - Change
features_enabledFlex 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_enabledandserverless_service_sidsto Flex Configuration
Messaging
- Message API required params updated (breaking change)
Preview
- Added support for the optional
CallSidto/BrandedCallsendpoint
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_flowsobject 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_methodandusage_notification_urlproperties torate_plan.
3.0.2
3.0.1
Release Notes
Library
- PR #51: Add user prompt config storage and utils. Thanks to @childish-sambino!
- PR #50: Change 'Twilio profile' to just 'profile' for the flag description. Thanks to @childish-sambino!