Skip to content

Releases: livekit/server-sdk-kotlin

v0.13.0

11 May 14:23
57360de

Choose a tag to compare

Minor Changes

  • Update agent dispatch and connector clients for new proto fields: restartPolicy on createDispatch, disconnectReason on disconnectWhatsAppCall, waitUntilAnswered on acceptWhatsAppCall, and ringingTimeout on WhatsAppCallOptions - #157 (@anunaym14)

v0.12.1

06 Mar 12:17
adcba25

Choose a tag to compare

Patch Changes

  • Update "com.auth0:java-jwt" to version 4.5.1 - #153 (@jmini)

v0.9.2

26 Jan 15:32
189c25a

Choose a tag to compare

Patch Changes

v0.9.1

26 Jan 11:55
c2b9fcc

Choose a tag to compare

Patch Changes

  • Support array values in AccessToken's roomConfiguration - #148 (@davidliu)

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

v0.12.0

19 Jan 20:06
68d383a

Choose a tag to compare

Minor Changes

  • Add attributes, roomPreset, and roomConfig to CreateSipDispatchRuleOptions - #145 (@davidliu)

v0.11.1

15 Jan 01:18
31b59dd

Choose a tag to compare

Patch Changes

v0.11.0

06 Jan 04:44
dc9d1ec

Choose a tag to compare

Minor Changes

v0.10.1

24 Sep 17:08
c1efcb3

Choose a tag to compare

Patch Changes

v0.10.0

19 Jun 11:19
b9b739b

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

Choose a tag to compare

Minor Changes

Patch Changes

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