8000 Releases · twilio/twilio-go · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: twilio/twilio-go

v1.26.5

10 Jul 12:07
Compare
Choose a tag to compare

Release Notes

Library - Fix

Flex

  • update team name for web_channel, webchat_init_token, webchat_refresh_token

Docs

v1.26.4

03 Jul 11:44
58f03c0
Compare
Choose a tag to compare

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 to string 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

Docs

v1.26.3

12 Jun 10:47
Compare
Choose a tag to compare

Release Notes

Api

  • Change DependentPhoneNumber capabilities type object and date_created, date_updated to date_time<rfc2822>
  • Updated the Default value from 0 to 1 in the Recordings Resource channels 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.

Docs

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

0