diff --git a/.changeset/famous-rocks-cover.md b/.changeset/famous-rocks-cover.md deleted file mode 100644 index 3e0d34420e..0000000000 --- a/.changeset/famous-rocks-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Update protocol diff --git a/.changeset/rare-hairs-deny.md b/.changeset/rare-hairs-deny.md deleted file mode 100644 index c5ee561179..0000000000 --- a/.changeset/rare-hairs-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Add support for generic RequestResponse diff --git a/.changeset/shaggy-moons-tease.md b/.changeset/shaggy-moons-tease.md deleted file mode 100644 index d9b909cd06..0000000000 --- a/.changeset/shaggy-moons-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Clear pingInterval at start of disconnect processing diff --git a/.changeset/silver-badgers-prove.md b/.changeset/silver-badgers-prove.md deleted file mode 100644 index 97fb4a2117..0000000000 --- a/.changeset/silver-badgers-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Log offer before munging diff --git a/.changeset/sixty-foxes-refuse.md b/.changeset/sixty-foxes-refuse.md deleted file mode 100644 index ef08d2b2b5..0000000000 --- a/.changeset/sixty-foxes-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Add internal LocalTrackSubscribed engine event diff --git a/.changeset/tidy-apricots-battle.md b/.changeset/tidy-apricots-battle.md deleted file mode 100644 index 2cff45459e..0000000000 --- a/.changeset/tidy-apricots-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": minor ---- - -Add RemoteTrack.setPlayoutDelay and make receiver non-optional in RemoteTrack constructor diff --git a/.changeset/warm-shirts-notice.md b/.changeset/warm-shirts-notice.md deleted file mode 100644 index 6a05ca3802..0000000000 --- a/.changeset/warm-shirts-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Use kind instead of mediaType for outbound-rtp stats in PublishVideoCheck and PublishAudioCheck helpers diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c1f571429..91dbeea5b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Change Log +## 2.5.0 + +### Minor Changes + +- Add RemoteTrack.setPlayoutDelay and make receiver non-optional in RemoteTrack constructor - [#1209](https://github.com/livekit/client-sdk-js/pull/1209) ([@lukasIO](https://github.com/lukasIO)) + +### Patch Changes + +- Update protocol - [#1214](https://github.com/livekit/client-sdk-js/pull/1214) ([@lukasIO](https://github.com/lukasIO)) + +- Add support for generic RequestResponse - [#1221](https://github.com/livekit/client-sdk-js/pull/1221) ([@lukasIO](https://github.com/lukasIO)) + +- Clear pingInterval at start of disconnect processing - [#1217](https://github.com/livekit/client-sdk-js/pull/1217) ([@lukasIO](https://github.com/lukasIO)) + +- Log offer before munging - [#1218](https://github.com/livekit/client-sdk-js/pull/1218) ([@lukasIO](https://github.com/lukasIO)) + +- Add internal LocalTrackSubscribed engine event - [#1222](https://github.com/livekit/client-sdk-js/pull/1222) ([@lukasIO](https://github.com/lukasIO)) + +- Use kind instead of mediaType for outbound-rtp stats in PublishVideoCheck and PublishAudioCheck helpers - [#1207](https://github.com/livekit/client-sdk-js/pull/1207) ([@svajunas-budrys](https://github.com/svajunas-budrys)) + ## 2.4.2 ### Patch Changes diff --git a/package.json b/package.json index 486b1566b8..99e58983e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.4.2", + "version": "2.5.0", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",