这是indexloc提供的服务,不要输入任何密码
Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@davidliu davidliu released this 19 Jun 11:19
· 3 commits to main since this release
b9b739b

Minor Changes

Patch Changes

  • Add support for destination_country in outbound trunks - #123 (@biglittlebigben)

  • Support array values in AccessToken's roomConfiguration - #121 (@bcherry)

  • Remove the redundant jti claim from JWT tokens generated by - #124 (@ByeongUkChoi)
    AccessToken.toJwt() to align with the LiveKit CLI and other Server SDKs.

  • Kotlin - #119 (@ericsanjaya)

    • Update to Kotlin 1.9.25
      Upgraded to the latest patch version for better stability and compatibility with newer tools.
      Reference: Kotlin 1.9.25 Release Notes

    Protobuf

    • Update protobufVersion to 4.29.4
      Ensures compatibility with the MySQL JDBC connector.
      Note: Previous versions had compatibility issues when working with certain database drivers.

    Retrofit


    Auth0 Java JWT

    • Update com.auth0:java-jwt to 4.5.0
      Addresses security issues in earlier releases and includes bug fixes.
      Reference: java-jwt GitHub Releases