github twilio/twilio-go v1.26.0

latest releases: v1.28.0, v1.27.2, v1.27.1...
4 months ago

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

Don't miss a new twilio-go release

NewReleases is sending notifications on new releases.