Skip to content

Commit 66bddeb

Browse files
v0.10.0
1 parent ff97515 commit 66bddeb

File tree

9 files changed

+21
-30
lines changed

9 files changed

+21
-30
lines changed

.changeset/four-ads-occur.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/happy-points-fail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nasty-dolphins-train.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/remove-jti-claim.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/spicy-frogs-tease.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# server-sdk-kotlin
22

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+
- Support array values in AccessToken's roomConfiguration - [#121](https://github.com/livekit/server-sdk-kotlin/pull/121) ([@bcherry](https://github.com/bcherry))
16+
17+
- 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))
18+
`AccessToken.toJwt()` to align with the LiveKit CLI and other Server SDKs.
19+
320
## 0.9.0
421

522
### Minor Changes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This SDK is available as a Maven package through [Maven Central](https://search.
2626
<dependency>
2727
<groupId>io.livekit</groupId>
2828
<artifactId>livekit-server</artifactId>
29-
<version>0.9.0</version>
29+
<version>0.10.0</version>
3030
</dependency>
3131
</dependencies>
3232
```
@@ -35,7 +35,7 @@ This SDK is available as a Maven package through [Maven Central](https://search.
3535

3636
```groovy title="build.gradle"
3737
dependencies {
38-
implementation 'io.livekit:livekit-server:0.9.0'
38+
implementation 'io.livekit:livekit-server:0.10.0'
3939
}
4040
```
4141

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kotlin.code.style=official
33
###############################################################
44

55
GROUP=io.livekit
6-
VERSION_NAME=0.9.1-SNAPSHOT
6+
VERSION_NAME=0.10.0
77

88
POM_NAME=LiveKit Server SDK
99
POM_ARTIFACT_ID=livekit-server

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server-sdk-kotlin",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"main": "index.js",
55
"repository": "https://github.com/livekit/server-sdk-kotlin.git",
66
"license": "Apache License 2.0",

0 commit comments

Comments
 (0)