Releases: twilio/twilio-node
Releases · twilio/twilio-node
4.0.0-rc.6
5.5.2
5.5.1
5.5.0
Release Notes
Library - Feature
- PR #1075: MVR release preparations. Thanks to @manisha1997!
Library - Chore
- PR #1074: fix typescript version. Thanks to @manisha1997!
Api
- Add the missing
emergency_enabled
field forAddress Service
endpoints
Messaging
- Add missing enums for A2P and TF
Numbers
- add missing enum values to hosted_number_order_status
Twiml
- Convert Twiml Attribute
speechModel
of type enum to string (breaking change)
5.4.5
Release Notes
Flex
- Adding Digital Transfers APIs under v1/Interactions
Numbers
- Convert webhook_type to ienum type in v1/Porting/Configuration/Webhook/{webhook_type}
Trusthub
- Changing TrustHub SupportingDocument status enum from lowercase to uppercase since kyc-orch returns status capitalized and rest proxy requires strict casing
5.4.4
Release Notes
Library - Chore
- PR #1070: update axios version. Thanks to @manisha1997!
- PR #1071: update readme to include node 22 in supported versions. Thanks to @manisha1997!
Api
- Change downstream url and change media type for file
base/api/v2010/validation_request.json
.
Intelligence
- Add json_results for Generative JSON operator results
Messaging
- Add DestinationAlphaSender API to support Country-Specific Alpha Senders
Video
- Change codec type from enum to case-insensitive enum in recording and room_recording apis
5.4.3
Release Notes
Library - Fix
- PR #1061: validate Twilio signatures with escaped and unescaped query string values fixes #1059. Thanks to @leon19!
Api
- Add open-api file tag to
conference/call recordings
andrecording_transcriptions
.
Events
- Add support for subaccount subscriptions (beta)
Insights
- add new region to conference APIs
Lookups
- Add new
parnter_sub_id
query parameter to the lookup request
5.4.2
5.4.1
5.4.0
Release Notes
Library - Chore
- PR #1058: add v22 support. Thanks to @manisha1997!
Library - Feature
- PR #1057: add support for OAuth and Orgs API. Thanks to @tiwarishubham635!