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