Skip to content

Releases: livekit/server-sdk-kotlin

v0.10.0

19 Jun 11:19
b9b739b
Compare
Choose a tag to compare

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

v0.9.0

13 Mar 11:33
a80f509
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • Fix: updateIngress incorrectly sets participantIdentity to null - #108 (@juancarmore)

v0.8.5

22 Feb 11:37
b072669
Compare
Choose a tag to compare

Patch Changes

  • Update protobufVersion to 3.25.6 - #103 (@jmini)

  • Add ability to set room configuration on access token - #105 (@davidliu)

v0.8.4

11 Feb 07:11
978646e
Compare
Choose a tag to compare

Patch Changes

  • Update protocol and add nonce to SendDataRequest - #97 (@lukasIO)

v0.8.3

24 Oct 06:44
8fca194
Compare
Choose a tag to compare

Patch Changes

v0.8.2

08 Oct 08:39
7689ba3
Compare
Choose a tag to compare

Patch Changes

v0.8.1

03 Oct 13:31
05fc971
Compare
Choose a tag to compare

Patch Changes

v0.8.0

29 Aug 16:32
f010d41
Compare
Choose a tag to compare

Minor Changes

v0.7.0

20 Aug 06:25
b759c67
Compare
Choose a tag to compare

Minor Changes

  • Allow updating participant attributes with updateParticipant - #77 (@davidliu)

v0.6.2

28 Jul 08:57
Compare
Choose a tag to compare

What's Changed

  • Add sip grants and attributes support to access tokens by @davidliu in #69
  • Change Call<Void> signatures to return Call<Void?> by @davidliu in #70

Full Changelog: v0.6.1...v0.6.2