Releases: twilio/twilio-go
Releases · twilio/twilio-go
v1.26.5
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
method
casing for ConfgurationAddress, ConversationScopedWebhook, and ServiceConversationScopedWebhook for RestProxy compatibility
Proxy
- remove shortcodes resource as its no longer used
Serverless
- Change log field level from type
ienum
tostring
in Logs api
Taskrouter
- Remove
URL-encoded
from attributes param definition in tasks
Trunking
- Added
symmetric_rtp_enabled
property on Trunks.
Twiml
- Add support for
<WhatsApp>
noun under<Dial>
verb
v1.26.3
Release Notes
Api
- Change DependentPhoneNumber
capabilities
typeobject
anddate_created
,date_updated
todate_time<rfc2822>
- Updated the
Default
value from 0 to 1 in the Recordings Resourcechannels
property
Serverless
- Update
ienum
type level in Logs api
Verify
- Update Channel list in Verify Attempst API
- Update
ienum
type for Conversion_Status in Verify Attempts API
Twiml
- Add
us2
to 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_record
API
Numbers
- Update the porting documentation
Verify
- Update
ienum
type 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_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.