Skip to content

Releases: twilio/twilio-go

v1.26.2

29 May 12:51
Compare
Choose a tag to compare

Release Notes

Library - Chore

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

Docs

v1.26.1

13 May 10:03
Compare
Choose a tag to compare

Release Notes

Library - Docs

Accounts

  • Changes to add date_of_consent param in Bulk Consent API

Api

  • Change friendly_name, date_created and date_updated properties to type string.

Twiml

  • Update twiml definition for <ConversationRelay> and <Assistant>

Docs

v1.26.0

05 May 11:06
528469a
Compare
Choose a tag to compare

Release Notes

Library - Chore

Library - Feature

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 for Usage 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 and transcriptions_configuration from the room resource (breaking change)
  • Added transcribe_participants_on_connect and transcriptions_configuration to the room resource

Docs

v1.25.1

08 Apr 07:19
89be846
Compare
Choose a tag to compare

Release Notes

Library - Chore

  • Retract v1.25.0 due to build issue #276

Docs

v1.25.0

07 Apr 13:54
0543d1e
Compare
Choose a tag to compare

Release Notes

Library - Chore

Library - Feature

Studio

  • Add documentation for parent_step_sid field in Step resource

Docs

v1.24.1

20 Mar 10:46
Compare
Choose a tag to compare

Release Notes

Library - Chore

Accounts

  • Update Safelist API docs as part of prefix supoort

Flex

  • Removing first_name, last_name, and friendly_name from the Flex User API

Messaging

  • Add missing tests under transaction/phone_numbers and transaction/short_code

Docs

v1.24.0

12 Mar 12:26
ca30225
Compare
Choose a tag to compare

Release Notes

Api

  • Add the missing emergency_enabled field for Address 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.

Docs

v1.23.13

20 Feb 14:47
Compare
Choose a tag to compare

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

Docs

v1.23.12

11 Feb 11:54
Compare
Choose a tag to compare

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

Docs

v1.23.11

28 Jan 11:34
Compare
Choose a tag to compare

Release Notes

Api

  • Add open-api file tag to conference/call recordings and recording_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

Docs