diff --git a/.changeset/breezy-bats-cry.md b/.changeset/breezy-bats-cry.md deleted file mode 100644 index fcc864482..000000000 --- a/.changeset/breezy-bats-cry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Add fuzz test for data track packet deserialization diff --git a/.changeset/eighty-waves-run.md b/.changeset/eighty-waves-run.md deleted file mode 100644 index fb2edad19..000000000 --- a/.changeset/eighty-waves-run.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Move data track packet serialization from livekit package diff --git a/.changeset/plain-loops-drop.md b/.changeset/plain-loops-drop.md deleted file mode 100644 index ebf894213..000000000 --- a/.changeset/plain-loops-drop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Change GRPC code mapping for SIP 480/486 diff --git a/.changeset/psrpc-bus-compression.md b/.changeset/psrpc-bus-compression.md deleted file mode 100644 index b12e67018..000000000 --- a/.changeset/psrpc-bus-compression.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Add psrpc bus compression settings to PSRPCConfig diff --git a/.changeset/quiet-moons-guard.md b/.changeset/quiet-moons-guard.md deleted file mode 100644 index f1ae5830c..000000000 --- a/.changeset/quiet-moons-guard.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -sdp: harden SDPFragment.Unmarshal against out-of-range accesses diff --git a/.changeset/simulation-run-ci.md b/.changeset/simulation-run-ci.md deleted file mode 100644 index 2c3a8a944..000000000 --- a/.changeset/simulation-run-ci.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Add `SimulationRun.CI` — the provider, commit, ref, pull request, run URL, and actor of the pipeline that started a run — to `SimulationRun.Create.Request` and to `SimulationRun`, so the dashboard can link a run back to the CI job that produced it. diff --git a/.changeset/tidy-hounds-argue.md b/.changeset/tidy-hounds-argue.md deleted file mode 100644 index e8acf1cbb..000000000 --- a/.changeset/tidy-hounds-argue.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -sip: fix panic in EvaluateDispatchRule on an empty From user part diff --git a/CHANGELOG.md b/CHANGELOG.md index fac81a33a..838472935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # github.com/livekit/protocol +## 1.51.1 + +### Patch Changes + +- Add fuzz test for data track packet deserialization - [#1759](https://github.com/livekit/protocol/pull/1759) ([@ladvoc](https://github.com/ladvoc)) + +- Move data track packet serialization from livekit package - [#1757](https://github.com/livekit/protocol/pull/1757) ([@ladvoc](https://github.com/ladvoc)) + +- Change GRPC code mapping for SIP 480/486 - [#1766](https://github.com/livekit/protocol/pull/1766) ([@ChelseaBradbury](https://github.com/ChelseaBradbury)) + +- Add psrpc bus compression settings to PSRPCConfig - [#1771](https://github.com/livekit/protocol/pull/1771) ([@paulwe](https://github.com/paulwe)) + +- sdp: harden SDPFragment.Unmarshal against out-of-range accesses - [#1767](https://github.com/livekit/protocol/pull/1767) ([@boks1971](https://github.com/boks1971)) + +- Add `SimulationRun.CI` — the provider, commit, ref, pull request, run URL, and actor of the pipeline that started a run — to `SimulationRun.Create.Request` and to `SimulationRun`, so the dashboard can link a run back to the CI job that produced it. - [#1758](https://github.com/livekit/protocol/pull/1758) ([@u9g](https://github.com/u9g)) + +- sip: fix panic in EvaluateDispatchRule on an empty From user part - [#1768](https://github.com/livekit/protocol/pull/1768) ([@hechen-eng](https://github.com/hechen-eng)) + ## 1.51.0 ### Minor Changes diff --git a/package.json b/package.json index bbc5040a0..0fc551709 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.51.0", + "version": "1.51.1", "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 d38816326..53498f4e9 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,23 @@ # @livekit/protocol +## 1.51.1 + +### Patch Changes + +- Add fuzz test for data track packet deserialization - [#1759](https://github.com/livekit/protocol/pull/1759) ([@ladvoc](https://github.com/ladvoc)) + +- Move data track packet serialization from livekit package - [#1757](https://github.com/livekit/protocol/pull/1757) ([@ladvoc](https://github.com/ladvoc)) + +- Change GRPC code mapping for SIP 480/486 - [#1766](https://github.com/livekit/protocol/pull/1766) ([@ChelseaBradbury](https://github.com/ChelseaBradbury)) + +- Add psrpc bus compression settings to PSRPCConfig - [#1771](https://github.com/livekit/protocol/pull/1771) ([@paulwe](https://github.com/paulwe)) + +- sdp: harden SDPFragment.Unmarshal against out-of-range accesses - [#1767](https://github.com/livekit/protocol/pull/1767) ([@boks1971](https://github.com/boks1971)) + +- Add `SimulationRun.CI` — the provider, commit, ref, pull request, run URL, and actor of the pipeline that started a run — to `SimulationRun.Create.Request` and to `SimulationRun`, so the dashboard can link a run back to the CI job that produced it. - [#1758](https://github.com/livekit/protocol/pull/1758) ([@u9g](https://github.com/u9g)) + +- sip: fix panic in EvaluateDispatchRule on an empty From user part - [#1768](https://github.com/livekit/protocol/pull/1768) ([@hechen-eng](https://github.com/hechen-eng)) + ## 1.51.0 ### Minor Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 5f4d6d1a5..2ce164e4c 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.51.0", + "version": "1.51.1", "description": "", "type": "module", "require": "dist/index.cjs",