Releases: livekit/server-sdk-kotlin
Releases · livekit/server-sdk-kotlin
v0.5.3
What's Changed
- fix participantPermission update bug by @duqingjiao in #26
New Contributors
- @duqingjiao made their first contribution in #26
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- Add CanPublishSources video grant by @davidliu in #22
- Ignore unknown fields when parsing incoming webhooks by @davidzhao in #24
New Contributors
- @davidzhao made their first contribution in #24
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Add CanUpdateOwnMetadata video grant by @davidliu in #14
- Fix crash when executing egress requests by @davidliu in #17
New Contributors
- @davideberlein made their first contribution in #12
- @Ocupe made their first contribution in #15
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Web egress by @frostbyte73 in #2
- Switch to auth0 to allow for arbitrary key lengths by @davidliu in #3
- update egress client by @frostbyte73 in #7
- Add metadata to CreateRoom request by @davidliu in #9
- Add support for the ingress API by @biglittlebigben in #10
New Contributors
- @frostbyte73 made their first contribution in #2
- @davidliu made their first contribution in #3
- @biglittlebigben made their first contribution in #10
Full Changelog: v0.3.0...v0.5.0
v0.4.0
What's Changed
- Web egress by @frostbyte73 in #2
- Switch to auth0 to allow for arbitrary key lengths in #3
Full Changelog: v0.3.0...v0.4.0
v0.3.0
- WebhookReceiver token validation
- Use gson for jwt serialization/deserialization instead of Jackson
- Jackson currently has a vulnerability associated with it, whereas GSON is already included in protobuf's libraries.
- RoomName video grant
Room
conflicted with the protobuf model of the same name, so this should be a little clearer.
v0.2.0
Minor build script changes for releasing onto Maven Central instead of JitPack.
Full Changelog: v0.1.0...v0.2.0