Releases: twilio/twilio-node
Releases · twilio/twilio-node
3.39.3
Release Notes
Library - Docs
- PR #524: baseline all the templated markdown docs. Thanks to @childish-sambino!
Api
- Add payments public APIs
- Add optional parameter
byoc
to call create request.
Flex
- Updating a Flex Flow
creation_on_message
parameter documentation
Preview
- Removed Verify v2 from preview in favor of its own namespace as GA (breaking change)
Studio
- Flow definition type update from string to object
Verify
- Add
AppHash
parameter when creating a Verification. - Add
DoNotShareWarningEnabled
parameter to the Service resource.
Twiml
- Add
track
attribute to siprec noun. - Add attribute
byoc
to<Number>
3.39.2
Release Notes
Library - Fix
- PR #519: switch to a URL parsing lib that does not add percent-encoding. Thanks to @childish-sambino!
Numbers
- Add Regulatory Compliance CRUD APIs
Studio
- Add parameter validation for Studio v2 Flows API
Twiml
- Add support for
speech_model
toGather
verb
3.39.1
3.39.0
Release Notes
Api
- Make
twiml
conditional for create. One ofurl
,twiml
, orapplication_sid
is now required. - Add
bundle_sid
parameter to /IncomingPhoneNumbers API - Removed discard / obfuscate parameters from ContentRetention, AddressRetention (breaking change)
Chat
- Added
last_consumed_message_index
andlast_consumption_timestamp
parameters in update method for UserChannel resource (breaking change)
Conversations
- Add Participant SID to Message properties
Messaging
- Fix incorrectly typed capabilities property for ShortCodes. (breaking change)
3.38.0
Release Notes
Library
- PR #515: fix: replace moment with dayjs. Thanks to @cktang88!
- PR #512: docs: add supported language versions to README. Thanks to @childish-sambino!
- PR #501: fix: escape special characters in TwiML attribute values. Thanks to @childish-sambino!
- PR #510: fix: Add optional 'url' property to the webhook request validator type definition. Thanks to @hoshinokanade!
- PR #508: fix: Rename child TwiML methods to be based on tag name and deprecate old methods. Thanks to @eshanholtz!
- PR #509: fix: Improve function deprecation and remove unnecessary dependency. Thanks to @eshanholtz!
- PR #507: chore: upgrade older dependencies. Thanks to @childish-sambino!
- PR #502: fix: add opts check for remove calls. Thanks to @eshanholtz!
- PR #499: BREAKING feat: add support for custom HTTP headers in API requests. Thanks to @eshanholtz! (breaking change)
Api
- Add optional
twiml
parameter for call create
Chat
- Added
delete
method in UserChannel resource
Conversations
- Allow Messaging Service update
Taskrouter
- Support ReEvaluateTasks parameter on Workflow update
Twiml
- Remove unsupported
mixed_track
value from<Stream>
(breaking change) - Add missing fax
<Receive>
optional attributes
3.37.1
Release Notes
Library
- PR #498: fix: Stringify TwiML array attributes as space delimited. Thanks to @mpeltonen!
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
Twiml
- Add support for
<Refer>
verb
3.37.0
Release Notes
Library
- PR #493: Update resources after sorting. Thanks to @childish-sambino!
- PR #491: added request validation for urls with and without ports. Thanks to @eshanholtz!
- PR #490: Fix escape url. Thanks to @pedroprado010!
- PR #484: Fixes missing identity value in token when it's not a string. Thanks to @codedawi!
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.
Twiml
- Add new locales and voices for
Say
from Polly
3.36.0
Release Notes
Library
- PR #488: Update a few property types in the lookups and trunking responses. Thanks to @childish-sambino!
- PR #489: Update instance property ordering. Thanks to @childish-sambino!
- PR #487: Allow for auto-deploy on tagged releases. Thanks to @thinkingserious!
- PR #486: breaking: Correct video composition date types. Thanks to @childish-sambino! (breaking change)
- PR #485: Adding optional ca for specifying CA bundle. Thanks to @ncausey!
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
Twiml
- Update
<Conference>
rename "whisper" attribute to "coach" (breaking change)
3.35.1
Release Notes
Library
- PR #483: Added the ability for users to specify a CA bundle for HTTPS requests. Thanks to @whitebarry!
- PR #482: Typing fix for PolicyOptions. Thanks to @kamolins3!
Conversations
- Add media to Conversations Message resource
Supersim
- Add List endpoint to Sims resource for Super Sim Pilot
3.35.0
Release Notes
Library
- PR #479: Correct the TS return type for various instance and context actions. Thanks to @childish-sambino!
- PR #474: Add missing options interfaces to typescript exports. Thanks to @childish-sambino!
- PR #475: Correct the 'object' type hint for a bunch of resource instance properties. Thanks to @childish-sambino!
- PR #476: breaking: Use specific TS list types and allow non-array TS params. Thanks to @childish-sambino! (breaking change)
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