diff --git a/.changeset/great-birds-work.md b/.changeset/great-birds-work.md deleted file mode 100644 index b72d78585..000000000 --- a/.changeset/great-birds-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -add local protojson with permissive defaults diff --git a/.changeset/sip-fix-trunk-encryption.md b/.changeset/sip-fix-trunk-encryption.md deleted file mode 100644 index f1838449f..000000000 --- a/.changeset/sip-fix-trunk-encryption.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": patch -"github.com/livekit/protocol": patch ---- - -Fix SIP trunk-level MediaEncryption being silently dropped on outbound and inbound calls. The early `req.Upgrade()` / `rule.Upgrade()` calls pinned `Media.Encryption` to the (legacy) request/rule field before the trunk's MediaEncryption was merged, causing INVITEs to omit SRTP when only the trunk had it configured. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a5b5411c..4f5be2df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # github.com/livekit/protocol +## 1.45.9 + +### Patch Changes + +- Fix SIP trunk-level MediaEncryption being silently dropped on outbound and inbound calls. The early `req.Upgrade()` / `rule.Upgrade()` calls pinned `Media.Encryption` to the (legacy) request/rule field before the trunk's MediaEncryption was merged, causing INVITEs to omit SRTP when only the trunk had it configured. - [#1540](https://github.com/livekit/protocol/pull/1540) ([@hechen-eng](https://github.com/hechen-eng)) + ## 1.45.8 ### Patch Changes diff --git a/package.json b/package.json index 9aeb1db91..67cc0f0ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.45.8", + "version": "1.45.9", "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 9a788d63e..b43bb3636 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/protocol +## 1.45.9 + +### Patch Changes + +- add local protojson with permissive defaults - [#1542](https://github.com/livekit/protocol/pull/1542) ([@paulwe](https://github.com/paulwe)) + +- Fix SIP trunk-level MediaEncryption being silently dropped on outbound and inbound calls. The early `req.Upgrade()` / `rule.Upgrade()` calls pinned `Media.Encryption` to the (legacy) request/rule field before the trunk's MediaEncryption was merged, causing INVITEs to omit SRTP when only the trunk had it configured. - [#1540](https://github.com/livekit/protocol/pull/1540) ([@hechen-eng](https://github.com/hechen-eng)) + ## 1.45.8 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 6bc7311dd..f84f71284 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.45.8", + "version": "1.45.9", "description": "", "type": "module", "require": "dist/index.cjs",