Releases: twilio/twilio-cli-core
Releases · twilio/twilio-cli-core
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
.
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!
3.0.0
2.0.5
Release Notes
Library
- PR #48: Make the account-sid flag an add-on flag that custom commands can use. Thanks to @childish-sambino!
- PR #47: Add prompt message utility to base command. Thanks to @childish-sambino!
- PR #46: Add support for next page links that are relative or absolute. Thanks to @childish-sambino!
- PR #45: Handle dot-separated strings when converting to camelCase (or PascalCase). Thanks to @childish-sambino!
- PR #44: Update dot-separated parameter names. Thanks to @childish-sambino!