diff --git a/.changeset/gentle-houses-grin.md b/.changeset/gentle-houses-grin.md deleted file mode 100644 index b7dc81e9..00000000 --- a/.changeset/gentle-houses-grin.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Allow SIP inbound to specify room configuration diff --git a/.changeset/lemon-otters-teach.md b/.changeset/lemon-otters-teach.md deleted file mode 100644 index bcb820ec..00000000 --- a/.changeset/lemon-otters-teach.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": minor -"github.com/livekit/protocol": minor ---- - -Add filters to SIP list APIs. diff --git a/.changeset/proud-boats-clean.md b/.changeset/proud-boats-clean.md deleted file mode 100644 index 1c66487b..00000000 --- a/.changeset/proud-boats-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Relax SIP header validation. diff --git a/.changeset/shy-planets-impress.md b/.changeset/shy-planets-impress.md deleted file mode 100644 index 5ac63744..00000000 --- a/.changeset/shy-planets-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Add EgressSourceType to EgressInfo diff --git a/.changeset/strong-seahorses-hug.md b/.changeset/strong-seahorses-hug.md deleted file mode 100644 index ab73242b..00000000 --- a/.changeset/strong-seahorses-hug.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": minor -"github.com/livekit/protocol": minor ---- - -Add headers for SIP call transfer. diff --git a/.changeset/tall-colts-invent.md b/.changeset/tall-colts-invent.md deleted file mode 100644 index dac07327..00000000 --- a/.changeset/tall-colts-invent.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": minor -"github.com/livekit/protocol": minor ---- - -Add headers for CreateSipParticipant diff --git a/.changeset/thick-pens-sit.md b/.changeset/thick-pens-sit.md deleted file mode 100644 index 223ae858..00000000 --- a/.changeset/thick-pens-sit.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": minor -"github.com/livekit/protocol": minor ---- - -Allow mapping all SIP headers to attributes. diff --git a/CHANGELOG.md b/CHANGELOG.md index 14cc5f64..bf59ac82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # github.com/livekit/protocol +## 1.30.0 + +### Minor Changes + +- Add filters to SIP list APIs. - [#913](https://github.com/livekit/protocol/pull/913) ([@dennwc](https://github.com/dennwc)) + +- Add headers for SIP call transfer. - [#926](https://github.com/livekit/protocol/pull/926) ([@dennwc](https://github.com/dennwc)) + +- Add headers for CreateSipParticipant - [#911](https://github.com/livekit/protocol/pull/911) ([@s-hamdananwar](https://github.com/s-hamdananwar)) + +- Allow mapping all SIP headers to attributes. - [#920](https://github.com/livekit/protocol/pull/920) ([@dennwc](https://github.com/dennwc)) + +### Patch Changes + +- Allow SIP inbound to specify room configuration - [#923](https://github.com/livekit/protocol/pull/923) ([@davidzhao](https://github.com/davidzhao)) + +- Relax SIP header validation. - [#925](https://github.com/livekit/protocol/pull/925) ([@dennwc](https://github.com/dennwc)) + ## 1.29.4 ## 1.29.3 diff --git a/package.json b/package.json index 9548a5a3..59fb7f48 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.29.4", + "version": "1.30.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 19f5d960..302e425f 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,23 @@ # @livekit/protocol +## 1.30.0 + +### Minor Changes + +- Add filters to SIP list APIs. - [#913](https://github.com/livekit/protocol/pull/913) ([@dennwc](https://github.com/dennwc)) + +- Add headers for SIP call transfer. - [#926](https://github.com/livekit/protocol/pull/926) ([@dennwc](https://github.com/dennwc)) + +- Add headers for CreateSipParticipant - [#911](https://github.com/livekit/protocol/pull/911) ([@s-hamdananwar](https://github.com/s-hamdananwar)) + +- Allow mapping all SIP headers to attributes. - [#920](https://github.com/livekit/protocol/pull/920) ([@dennwc](https://github.com/dennwc)) + +### Patch Changes + +- Allow SIP inbound to specify room configuration - [#923](https://github.com/livekit/protocol/pull/923) ([@davidzhao](https://github.com/davidzhao)) + +- Add EgressSourceType to EgressInfo - [#894](https://github.com/livekit/protocol/pull/894) ([@biglittlebigben](https://github.com/biglittlebigben)) + ## 1.29.4 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index a5281e2a..3c31599e 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.29.4", + "version": "1.30.0", "description": "", "type": "module", "require": "dist/index.cjs",