diff --git a/.changeset/big-sloths-accept.md b/.changeset/big-sloths-accept.md deleted file mode 100644 index 9268dd741..000000000 --- a/.changeset/big-sloths-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Add fields to support AssumeRole in egress S3 uploads diff --git a/.changeset/cuddly-doors-relate.md b/.changeset/cuddly-doors-relate.md deleted file mode 100644 index 28315aef7..000000000 --- a/.changeset/cuddly-doors-relate.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": patch -"github.com/livekit/protocol": patch ---- - -Store SDP cid in TrackInfo. diff --git a/.changeset/dull-trainers-obey.md b/.changeset/dull-trainers-obey.md deleted file mode 100644 index ec4d1e8cc..000000000 --- a/.changeset/dull-trainers-obey.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": patch -"github.com/livekit/protocol": patch ---- - -Support per simulcast codec layers. diff --git a/.changeset/famous-rivers-repeat.md b/.changeset/famous-rivers-repeat.md deleted file mode 100644 index 56b74d79b..000000000 --- a/.changeset/famous-rivers-repeat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": patch -"github.com/livekit/protocol": patch ---- - -Add webhook for aborted participant connection. diff --git a/.changeset/go-sdk-chat.md b/.changeset/go-sdk-chat.md deleted file mode 100644 index fabe69fbd..000000000 --- a/.changeset/go-sdk-chat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Go SDK support for chat messages. \ No newline at end of file diff --git a/.changeset/go-sdk-streams.md b/.changeset/go-sdk-streams.md deleted file mode 100644 index 4f9f21b43..000000000 --- a/.changeset/go-sdk-streams.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Go SDK support for stream data messages. \ No newline at end of file diff --git a/.changeset/late-rats-cheat.md b/.changeset/late-rats-cheat.md deleted file mode 100644 index 0e7efc487..000000000 --- a/.changeset/late-rats-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Updating how ListSIPInboundTrunkRequest filtering occurs by normalising phone number that are being compared diff --git a/.changeset/nine-melons-appear.md b/.changeset/nine-melons-appear.md deleted file mode 100644 index d00bb92fb..000000000 --- a/.changeset/nine-melons-appear.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": patch -"github.com/livekit/protocol": patch ---- - -add hash function to generate common guid diff --git a/.changeset/ninety-dolls-wait.md b/.changeset/ninety-dolls-wait.md deleted file mode 100644 index 1fb51a3c6..000000000 --- a/.changeset/ninety-dolls-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Redact external_id field diff --git a/.changeset/tall-worms-compare.md b/.changeset/tall-worms-compare.md deleted file mode 100644 index c89d79d61..000000000 --- a/.changeset/tall-worms-compare.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": patch -"github.com/livekit/protocol": patch ---- - -Allow adding, removing items and clearing list fields. diff --git a/.changeset/tasty-geese-cross.md b/.changeset/tasty-geese-cross.md deleted file mode 100644 index f6a5914f5..000000000 --- a/.changeset/tasty-geese-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": minor ---- - -Adding SIP Protocol generated call id to SipCall diff --git a/.changeset/twelve-ghosts-warn.md b/.changeset/twelve-ghosts-warn.md deleted file mode 100644 index e49b1195f..000000000 --- a/.changeset/twelve-ghosts-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Add latest CreateRoomRequest fields to RoomConfiguration diff --git a/.changeset/twelve-teachers-sleep.md b/.changeset/twelve-teachers-sleep.md deleted file mode 100644 index 9df8bf909..000000000 --- a/.changeset/twelve-teachers-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -update agent reporter for cloud agents diff --git a/.changeset/unlucky-birds-drive.md b/.changeset/unlucky-birds-drive.md deleted file mode 100644 index a54948f0e..000000000 --- a/.changeset/unlucky-birds-drive.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": patch -"github.com/livekit/protocol": patch ---- - -Allow clients to specify video layers mode. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0effda921..a68f9a9ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # github.com/livekit/protocol +## 1.40.0 + +### Minor Changes + +- Adding SIP Protocol generated call id to SipCall - [#1119](https://github.com/livekit/protocol/pull/1119) ([@nishadmusthafa](https://github.com/nishadmusthafa)) + +### Patch Changes + +- Store SDP cid in TrackInfo. - [#1164](https://github.com/livekit/protocol/pull/1164) ([@boks1971](https://github.com/boks1971)) + +- Support per simulcast codec layers. - [#1157](https://github.com/livekit/protocol/pull/1157) ([@boks1971](https://github.com/boks1971)) + +- Add webhook for aborted participant connection. - [#1166](https://github.com/livekit/protocol/pull/1166) ([@boks1971](https://github.com/boks1971)) + +- Go SDK support for chat messages. - [#1147](https://github.com/livekit/protocol/pull/1147) ([@dennwc](https://github.com/dennwc)) + +- Go SDK support for stream data messages. - [#1148](https://github.com/livekit/protocol/pull/1148) ([@dennwc](https://github.com/dennwc)) + +- Updating how ListSIPInboundTrunkRequest filtering occurs by normalising phone number that are being compared - [#1126](https://github.com/livekit/protocol/pull/1126) ([@nishadmusthafa](https://github.com/nishadmusthafa)) + +- add hash function to generate common guid - [#1163](https://github.com/livekit/protocol/pull/1163) ([@paulwe](https://github.com/paulwe)) + +- Allow adding, removing items and clearing list fields. - [#1142](https://github.com/livekit/protocol/pull/1142) ([@dennwc](https://github.com/dennwc)) + +- Allow clients to specify video layers mode. - [#1158](https://github.com/livekit/protocol/pull/1158) ([@boks1971](https://github.com/boks1971)) + ## 1.39.3 ## 1.39.2 diff --git a/package.json b/package.json index 9606f960e..d3e699672 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.39.3", + "version": "1.40.0", "scripts": { "changeset": "changeset", "ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish" diff --git a/packages/javascript/CHANGELOG.md b/packages/javascript/CHANGELOG.md index d2febd923..6bd067dda 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,29 @@ # @livekit/protocol +## 1.40.0 + +### Patch Changes + +- Add fields to support AssumeRole in egress S3 uploads - [#1124](https://github.com/livekit/protocol/pull/1124) ([@biglittlebigben](https://github.com/biglittlebigben)) + +- Store SDP cid in TrackInfo. - [#1164](https://github.com/livekit/protocol/pull/1164) ([@boks1971](https://github.com/boks1971)) + +- Support per simulcast codec layers. - [#1157](https://github.com/livekit/protocol/pull/1157) ([@boks1971](https://github.com/boks1971)) + +- Add webhook for aborted participant connection. - [#1166](https://github.com/livekit/protocol/pull/1166) ([@boks1971](https://github.com/boks1971)) + +- add hash function to generate common guid - [#1163](https://github.com/livekit/protocol/pull/1163) ([@paulwe](https://github.com/paulwe)) + +- Redact external_id field - [#1152](https://github.com/livekit/protocol/pull/1152) ([@biglittlebigben](https://github.com/biglittlebigben)) + +- Allow adding, removing items and clearing list fields. - [#1142](https://github.com/livekit/protocol/pull/1142) ([@dennwc](https://github.com/dennwc)) + +- Add latest CreateRoomRequest fields to RoomConfiguration - [#1132](https://github.com/livekit/protocol/pull/1132) ([@biglittlebigben](https://github.com/biglittlebigben)) + +- update agent reporter for cloud agents - [#1128](https://github.com/livekit/protocol/pull/1128) ([@paulwe](https://github.com/paulwe)) + +- Allow clients to specify video layers mode. - [#1158](https://github.com/livekit/protocol/pull/1158) ([@boks1971](https://github.com/boks1971)) + ## 1.39.3 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 24ed89f6f..b87cf7263 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.39.3", + "version": "1.40.0", "description": "", "type": "module", "require": "dist/index.cjs",