Releases: twilio/twilio-node
Releases · twilio/twilio-node
3.27.1
3.27.0
3.26.1
3.26.0
Release Notes
Library
- PR #405: Fix security audits. Thanks to @cjcodes!
- PR #393: Updates scmp to version 2.0.0. Thanks to @philnash!
Authy
- Reverted the change to
FactorType
andFormType
, avoiding conflicts with Helper Libraries reserved words (type
) (breaking change)
Proxy
- Remove incorrect parameter for Session List
Studio
- Support date created filtering on list of executions
Taskrouter
- Adding ability to Create, Modify and Delete Task Channels.
Verify
- Add
SkipSmsToLandlines
,TtsName
,DtmfInputRequired
optional parameters on Service resource creation or update.
Wireless
- Added delete action on Command resource.
- Added delete action on Sim resource.
Twiml
- Change
currency
from enum to string forPay
(breaking change)
3.25.0
Release Notes
Api
- Add
interactive_data
optional param to Messages create request
Authy
- Required authentication for
/v1/Forms/{type}
endpoint (breaking change) - Removed
Challenge.reason
toChallenge.responded_reason
- Removed
verification_sid
from Challenge responses - Removed
config
param from the Factor creation - Replaced all occurrences of
FactorType
andFormType
in favor of a unifiedType
(breaking change)
Chat
- Add Member attributes
Preview
- Removed
Authy
version frompreview
subdomain in favor toauthy
subdomain. (breaking change)
Verify
- Add
CustomCode
optional parameter on Verication creation.
3.24.0
3.23.2
3.23.1
3.23.0
Release Notes
Library
Api
- Add
coaching
andcall_sid_to_coach
to participant properties, create and update requests.
Authy
- Set public library visibility, and added PII stanza
- Dropped support for
FactorType
param given new Factor prefixes (breaking change) - Supported
DELETE
actions for Authy resources - Move Authy Services resources to
authy
subdomain
Autopilot
- Introduce
autopilot
subdomain with all resources frompreview.understand
Preview
- Renamed Understand intent to task (breaking change)
- Deprecated Authy endpoints from
preview
toauthy
subdomain
Taskrouter
- Allow TaskQueue ReservationActivitySid and AssignmentActivitySid to not be configured for MultiTask Workspaces
Verify
- Add
LookupEnabled
optional parameter on Service resource creation or update. - Add
SendDigits
optional parameter on Verification creation. - Add delete action on Service resourse.
Twiml
- Add custom parameters to TwiML
Client
noun and renamed the optionalname
field toidentity
. This is a breaking change in Ruby, and applications will need to transition fromdial.client ''
anddial.client 'alice'
formats todial.client
anddial.client(identity: alice)
formats. (breaking change)