diff --git a/.changeset/big-snails-type.md b/.changeset/big-snails-type.md deleted file mode 100644 index f1572cf..0000000 --- a/.changeset/big-snails-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Add a workaround for invalid IP masks in SIP. diff --git a/.changeset/healthy-turtles-knock.md b/.changeset/healthy-turtles-knock.md deleted file mode 100644 index 0f20623..0000000 --- a/.changeset/healthy-turtles-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": minor ---- - -Use SIP statuses as Go and gRPC errors. diff --git a/.changeset/perfect-forks-draw.md b/.changeset/perfect-forks-draw.md deleted file mode 100644 index d4d803c..0000000 --- a/.changeset/perfect-forks-draw.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": minor -"github.com/livekit/protocol": minor ---- - -Add flag to make CreateSIPParticipant synchronous. diff --git a/.changeset/red-fans-work.md b/.changeset/red-fans-work.md deleted file mode 100644 index ebc1a52..0000000 --- a/.changeset/red-fans-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": minor ---- - -Add Twirp options to preserve error details and client timeouts. diff --git a/.changeset/six-humans-lick.md b/.changeset/six-humans-lick.md deleted file mode 100644 index 33dfa9b..0000000 --- a/.changeset/six-humans-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Proto to "report" different kinds of data. diff --git a/.changeset/strong-eggs-grow.md b/.changeset/strong-eggs-grow.md deleted file mode 100644 index fc60c95..0000000 --- a/.changeset/strong-eggs-grow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Add backup codec policy to AddTrackRequest diff --git a/.changeset/thin-coats-wait.md b/.changeset/thin-coats-wait.md deleted file mode 100644 index 7e9cdcd..0000000 --- a/.changeset/thin-coats-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Add Ingress OutOfNetwork attribute keys. Add the CanUpdateOwnMetadata claim to the ingress token diff --git a/CHANGELOG.md b/CHANGELOG.md index d4bec3e..233625a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # github.com/livekit/protocol +## 1.33.0 + +### Minor Changes + +- Use SIP statuses as Go and gRPC errors. - [#960](https://github.com/livekit/protocol/pull/960) ([@dennwc](https://github.com/dennwc)) + +- Add flag to make CreateSIPParticipant synchronous. - [#952](https://github.com/livekit/protocol/pull/952) ([@dennwc](https://github.com/dennwc)) + +- Add Twirp options to preserve error details and client timeouts. - [#963](https://github.com/livekit/protocol/pull/963) ([@dennwc](https://github.com/dennwc)) + +### Patch Changes + +- Add a workaround for invalid IP masks in SIP. - [#956](https://github.com/livekit/protocol/pull/956) ([@dennwc](https://github.com/dennwc)) + +- Add backup codec policy to AddTrackRequest - [#947](https://github.com/livekit/protocol/pull/947) ([@cnderrauber](https://github.com/cnderrauber)) + ## 1.32.1 ### Patch Changes diff --git a/package.json b/package.json index 1917bd5..8022cb2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.32.1", + "version": "1.33.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 acad638..fb89db2 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,19 @@ # @livekit/protocol +## 1.33.0 + +### Minor Changes + +- Add flag to make CreateSIPParticipant synchronous. - [#952](https://github.com/livekit/protocol/pull/952) ([@dennwc](https://github.com/dennwc)) + +### Patch Changes + +- Proto to "report" different kinds of data. - [#962](https://github.com/livekit/protocol/pull/962) ([@boks1971](https://github.com/boks1971)) + +- Add backup codec policy to AddTrackRequest - [#947](https://github.com/livekit/protocol/pull/947) ([@cnderrauber](https://github.com/cnderrauber)) + +- Add Ingress OutOfNetwork attribute keys. Add the CanUpdateOwnMetadata claim to the ingress token - [#965](https://github.com/livekit/protocol/pull/965) ([@biglittlebigben](https://github.com/biglittlebigben)) + ## 1.32.1 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 3d0f044..7960ecf 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.32.1", + "version": "1.33.0", "description": "", "type": "module", "require": "dist/index.cjs",