Skip to content

v1.26.0

Choose a tag to compare

@github-actions github-actions released this 05 May 11:06
· 36 commits to main since this release
528469a

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