|
1 | 1 | # server-sdk-kotlin
|
2 | 2 |
|
| 3 | +## 0.10.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- RoomService: MoveParticipant API - [#120](https://github.com/livekit/server-sdk-kotlin/pull/120) ([@anunaym14](https://github.com/anunaym14)) |
| 8 | + |
| 9 | +- SIP Update APIs, Sync mode, Egress audio mixing - [#117](https://github.com/livekit/server-sdk-kotlin/pull/117) ([@anunaym14](https://github.com/anunaym14)) |
| 10 | + |
| 11 | +- RoomService: implement forward participant api - [#115](https://github.com/livekit/server-sdk-kotlin/pull/115) ([@anunaym14](https://github.com/anunaym14)) |
| 12 | + |
| 13 | +### Patch Changes |
| 14 | + |
| 15 | +- Add support for destination_country in outbound trunks - [#123](https://github.com/livekit/server-sdk-kotlin/pull/123) ([@biglittlebigben](https://github.com/biglittlebigben)) |
| 16 | + |
| 17 | +- Support array values in AccessToken's roomConfiguration - [#121](https://github.com/livekit/server-sdk-kotlin/pull/121) ([@bcherry](https://github.com/bcherry)) |
| 18 | + |
| 19 | +- Remove the redundant `jti` claim from JWT tokens generated by - [#124](https://github.com/livekit/server-sdk-kotlin/pull/124) ([@ByeongUkChoi](https://github.com/ByeongUkChoi)) |
| 20 | + `AccessToken.toJwt()` to align with the LiveKit CLI and other Server SDKs. |
| 21 | + |
| 22 | +- ### Kotlin - [#119](https://github.com/livekit/server-sdk-kotlin/pull/119) ([@ericsanjaya](https://github.com/ericsanjaya)) |
| 23 | + |
| 24 | + - **Update to Kotlin 1.9.25** |
| 25 | + Upgraded to the latest patch version for better stability and compatibility with newer tools. |
| 26 | + _Reference_: [Kotlin 1.9.25 Release Notes](https://kotlinlang.org/docs/whatsnew1920.html) |
| 27 | + |
| 28 | + *** |
| 29 | + |
| 30 | + ### Protobuf |
| 31 | + |
| 32 | + - **Update `protobufVersion` to 4.29.4** |
| 33 | + Ensures compatibility with the MySQL JDBC connector. |
| 34 | + _Note_: Previous versions had compatibility issues when working with certain database drivers. |
| 35 | + |
| 36 | + *** |
| 37 | + |
| 38 | + ### Retrofit |
| 39 | + |
| 40 | + - **Update `com.squareup.retrofit2:retrofit` to 2.11.0** |
| 41 | + - **Update `com.squareup.retrofit2:converter-protobuf` to 2.11.0** |
| 42 | + Fixes vulnerabilities reported in older versions of Retrofit. |
| 43 | + _Reference_: [Retrofit 2.11.0 Changelog](https://github.com/square/retrofit/blob/master/CHANGELOG.md) |
| 44 | + _Security Advisory_: - [CVE-2023-2976](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-2976) - [CVE-2022-24329](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24329) - [CVE-2020-8908](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8908) - [CVE-2020-29582](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-29582) - [CVE-2020-15250](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15250) |
| 45 | + |
| 46 | + *** |
| 47 | + |
| 48 | + ### Auth0 Java JWT |
| 49 | + |
| 50 | + - **Update `com.auth0:java-jwt` to 4.5.0** |
| 51 | + Addresses security issues in earlier releases and includes bug fixes. |
| 52 | + _Reference_: [java-jwt GitHub Releases](https://github.com/auth0/java-jwt/releases) |
| 53 | + |
| 54 | + *** |
| 55 | + |
3 | 56 | ## 0.9.0
|
4 | 57 |
|
5 | 58 | ### Minor Changes
|
|
0 commit comments