Releases: twilio/twilio-go
Releases · twilio/twilio-go
v1.27.0
Release Notes
Library - Docs
- PR #294: Remove preview messaging reference. Thanks to @tiwarishubham635!
Events
- Remove
SinkSidparameter when updating subscriptions. (breaking change)
Twiml
- Remove Duplicates.
- Add Polly Generative voices.
- Add Latest Google (Chirp3-HD) voices.
v1.26.5
Release Notes
Library - Fix
- PR #291: revert cluster test change to interface. Thanks to @tiwarishubham635!
Flex
- update team name for web_channel, webchat_init_token, webchat_refresh_token
v1.26.4
Release Notes
Bulkexports
- Changed the type of 'details' field to be a list of objects instead of a single object
Conversations
- Updates to
methodcasing for ConfgurationAddress, ConversationScopedWebhook, and ServiceConversationScopedWebhook for RestProxy compatibility
Proxy
- remove shortcodes resource as its no longer used
Serverless
- Change log field level from type
ienumtostringin Logs api
Taskrouter
- Remove
URL-encodedfrom attributes param definition in tasks
Trunking
- Added
symmetric_rtp_enabledproperty on Trunks.
Twiml
- Add support for
<WhatsApp>noun under<Dial>verb
v1.26.3
Release Notes
Api
- Change DependentPhoneNumber
capabilitiestypeobjectanddate_created,date_updatedtodate_time<rfc2822> - Updated the
Defaultvalue from 0 to 1 in the Recordings Resourcechannelsproperty
Serverless
- Update
ienumtype level in Logs api
Verify
- Update Channel list in Verify Attempst API
- Update
ienumtype for Conversion_Status in Verify Attempts API
Twiml
- Add
us2to the list of supported values for the region attribute in the<Conference>TwiML noun.
v1.26.2
Release Notes
Library - Chore
- PR #289: add mocking for Oauth. Thanks to @manisha1997!
Api
- Added several usage category enums to
usage_recordAPI
Numbers
- Update the porting documentation
Verify
- Update
ienumtype for Channels in Verify Attempts API
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_createdanddate_updatedproperties 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_keyforUsage Triggersfetch endpoint.
Flex
- Add Update Interaction API
- Adding
webhook_ttidas 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_connectandtranscriptions_configurationfrom the room resource (breaking change) - Added
transcribe_participants_on_connectandtranscriptions_configurationto 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_namefrom the Flex User API
Messaging
- Add missing tests under transaction/phone_numbers and transaction/short_code