Releases: twilio/twilio-go
Releases · twilio/twilio-go
v1.26.2
v1.26.1
Release Notes
Library - Docs
- PR #285: add changelog for jwt v5. Thanks to @tiwarishubham635!
Accounts
- Changes to add date_of_consent param in Bulk Consent API
Api
- Change
friendly_name
,date_created
anddate_updated
properties to typestring
.
Twiml
- Update twiml definition for
<ConversationRelay>
and<Assistant>
v1.26.0
Release Notes
Library - Chore
- PR #282: add access token example. Thanks to @manisha1997!
- PR #277: retract 1.25.0. Thanks to @tiwarishubham635!
- PR #275: cluster test. Thanks to @manisha1997!
Library - Feature
- PR #281: orgs api. Thanks to @manisha1997!
Library - Fix
- PR #280: update github.com/golang-jwt/jwt to address vulnerability. Thanks to @sigi-glovebox! (breaking change)
- The JWT library been updated to version v5 and may require changes to your code. We recommend adding indirect dependency to your go.mod file to ensure compatibility. For example, you can add the following line to your go.mod file:
require ( github.com/golang-jwt/jwt/v5 v5.2.2 // indirect )
Api
- Add
response_key
forUsage Triggers
fetch endpoint.
Flex
- Add Update Interaction API
- Adding
webhook_ttid
as optional parameter in Interactions API
Serverless
- Add node22 as a valid Build runtime
- Add node20 as a valid Build runtime
Video
- removed
transcribe_participants_on_connect
andtranscriptions_configuration
from the room resource (breaking change) - Added
transcribe_participants_on_connect
andtranscriptions_configuration
to the room resource
v1.25.1
v1.25.0
Release Notes
Library - Chore
- PR #268: Added patch method support. Thanks to @sbansla!
- PR #274: Readme changes. Thanks to @manisha1997!
- PR #273: update readme. Thanks to @manisha1997!
Library - Feature
- PR #272: Oauth design (#269). Thanks to @manisha1997!
Studio
- Add documentation for parent_step_sid field in Step resource
v1.24.1
Release Notes
Library - Chore
- PR #265: update go versions. Thanks to @manisha1997!
Accounts
- Update Safelist API docs as part of prefix supoort
Flex
- Removing
first_name
,last_name
, andfriendly_name
from the Flex User API
Messaging
- Add missing tests under transaction/phone_numbers and transaction/short_code
v1.24.0
Release Notes
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)
DataType Changes
- Some attributes in multiple APIs has changed from Dictionary to Object (breaking change). Please refer to the API documentation for more details.
v1.23.13
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
v1.23.12
Release Notes
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