From 49b11367d6e6ef836df144877bedb33da2714268 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 05:58:19 +0000 Subject: [PATCH] Version Packages --- .changeset/eighty-emus-marry.md | 6 ------ .changeset/light-views-throw.md | 6 ------ .changeset/packet-trailer-user-data.md | 6 ------ .changeset/room-rpc-sip.md | 6 ------ .changeset/sip-trunk-codecs.md | 6 ------ CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- packages/javascript/CHANGELOG.md | 16 ++++++++++++++++ packages/javascript/package.json | 2 +- 9 files changed, 34 insertions(+), 32 deletions(-) delete mode 100644 .changeset/eighty-emus-marry.md delete mode 100644 .changeset/light-views-throw.md delete mode 100644 .changeset/packet-trailer-user-data.md delete mode 100644 .changeset/room-rpc-sip.md delete mode 100644 .changeset/sip-trunk-codecs.md diff --git a/.changeset/eighty-emus-marry.md b/.changeset/eighty-emus-marry.md deleted file mode 100644 index a8c6c6f2e..000000000 --- a/.changeset/eighty-emus-marry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": patch -"github.com/livekit/protocol": patch ---- - -Add capabilities to ParticipantInfo diff --git a/.changeset/light-views-throw.md b/.changeset/light-views-throw.md deleted file mode 100644 index 590e3656b..000000000 --- a/.changeset/light-views-throw.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -agent dev protocol to send down ServerInfo diff --git a/.changeset/packet-trailer-user-data.md b/.changeset/packet-trailer-user-data.md deleted file mode 100644 index 78f21e0fc..000000000 --- a/.changeset/packet-trailer-user-data.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": minor -"@livekit/protocol": minor ---- - -Add PTF_USER_DATA to the PacketTrailerFeature enum for arbitrary per-frame user data. diff --git a/.changeset/room-rpc-sip.md b/.changeset/room-rpc-sip.md deleted file mode 100644 index bd9c2f5fe..000000000 --- a/.changeset/room-rpc-sip.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": minor -"@livekit/protocol": minor ---- - -Introduce a participant RPC protobuf registry for well-known LiveKit RPCs. diff --git a/.changeset/sip-trunk-codecs.md b/.changeset/sip-trunk-codecs.md deleted file mode 100644 index 538b9230d..000000000 --- a/.changeset/sip-trunk-codecs.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": minor -"@livekit/protocol": minor ---- - -Add codec config to inbound and outbound SIP trunks. diff --git a/CHANGELOG.md b/CHANGELOG.md index f2ccdbf47..7c08eadc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # github.com/livekit/protocol +## 1.48.0 + +### Minor Changes + +- Add PTF_USER_DATA to the PacketTrailerFeature enum for arbitrary per-frame user data. - [#1639](https://github.com/livekit/protocol/pull/1639) ([@chenosaurus](https://github.com/chenosaurus)) + +- Introduce a participant RPC protobuf registry for well-known LiveKit RPCs. - [#1618](https://github.com/livekit/protocol/pull/1618) ([@dennwc](https://github.com/dennwc)) + +- Add codec config to inbound and outbound SIP trunks. - [#1620](https://github.com/livekit/protocol/pull/1620) ([@dennwc](https://github.com/dennwc)) + +### Patch Changes + +- Add capabilities to ParticipantInfo - [#1637](https://github.com/livekit/protocol/pull/1637) ([@1egoman](https://github.com/1egoman)) + +- agent dev protocol to send down ServerInfo - [#1638](https://github.com/livekit/protocol/pull/1638) ([@davidzhao](https://github.com/davidzhao)) + ## 1.47.0 ### Minor Changes diff --git a/package.json b/package.json index 8d22b1b8a..9ce8c2cf9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.47.0", + "version": "1.48.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 e65dd28e1..4dcdaac60 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,21 @@ # @livekit/protocol +## 1.48.0 + +### Minor Changes + +- Add PTF_USER_DATA to the PacketTrailerFeature enum for arbitrary per-frame user data. - [#1639](https://github.com/livekit/protocol/pull/1639) ([@chenosaurus](https://github.com/chenosaurus)) + +- Introduce a participant RPC protobuf registry for well-known LiveKit RPCs. - [#1618](https://github.com/livekit/protocol/pull/1618) ([@dennwc](https://github.com/dennwc)) + +- Add codec config to inbound and outbound SIP trunks. - [#1620](https://github.com/livekit/protocol/pull/1620) ([@dennwc](https://github.com/dennwc)) + +### Patch Changes + +- Add capabilities to ParticipantInfo - [#1637](https://github.com/livekit/protocol/pull/1637) ([@1egoman](https://github.com/1egoman)) + +- agent dev protocol to send down ServerInfo - [#1638](https://github.com/livekit/protocol/pull/1638) ([@davidzhao](https://github.com/davidzhao)) + ## 1.47.0 ## 1.46.8 diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 480a29cf6..ca6746d16 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.47.0", + "version": "1.48.0", "description": "", "type": "module", "require": "dist/index.cjs",