Skip to content

Commit 9e8d1e3

Browse files
Version Packages (#918)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 70efefb commit 9e8d1e3

File tree

11 files changed

+38
-42
lines changed

11 files changed

+38
-42
lines changed

.changeset/gentle-houses-grin.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/lemon-otters-teach.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/proud-boats-clean.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shy-planets-impress.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strong-seahorses-hug.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/tall-colts-invent.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/thick-pens-sit.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# github.com/livekit/protocol
22

3+
## 1.30.0
4+
5+
### Minor Changes
6+
7+
- Add filters to SIP list APIs. - [#913](https://github.com/livekit/protocol/pull/913) ([@dennwc](https://github.com/dennwc))
8+
9+
- Add headers for SIP call transfer. - [#926](https://github.com/livekit/protocol/pull/926) ([@dennwc](https://github.com/dennwc))
10+
11+
- Add headers for CreateSipParticipant - [#911](https://github.com/livekit/protocol/pull/911) ([@s-hamdananwar](https://github.com/s-hamdananwar))
12+
13+
- Allow mapping all SIP headers to attributes. - [#920](https://github.com/livekit/protocol/pull/920) ([@dennwc](https://github.com/dennwc))
14+
15+
### Patch Changes
16+
17+
- Allow SIP inbound to specify room configuration - [#923](https://github.com/livekit/protocol/pull/923) ([@davidzhao](https://github.com/davidzhao))
18+
19+
- Relax SIP header validation. - [#925](https://github.com/livekit/protocol/pull/925) ([@dennwc](https://github.com/dennwc))
20+
321
## 1.29.4
422

523
## 1.29.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github.com/livekit/protocol",
33
"private": true,
4-
"version": "1.29.4",
4+
"version": "1.30.0",
55
"scripts": {
66
"changeset": "changeset",
77
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"

packages/javascript/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @livekit/protocol
22

3+
## 1.30.0
4+
5+
### Minor Changes
6+
7+
- Add filters to SIP list APIs. - [#913](https://github.com/livekit/protocol/pull/913) ([@dennwc](https://github.com/dennwc))
8+
9+
- Add headers for SIP call transfer. - [#926](https://github.com/livekit/protocol/pull/926) ([@dennwc](https://github.com/dennwc))
10+
11+
- Add headers for CreateSipParticipant - [#911](https://github.com/livekit/protocol/pull/911) ([@s-hamdananwar](https://github.com/s-hamdananwar))
12+
13+
- Allow mapping all SIP headers to attributes. - [#920](https://github.com/livekit/protocol/pull/920) ([@dennwc](https://github.com/dennwc))
14+
15+
### Patch Changes
16+
17+
- Allow SIP inbound to specify room configuration - [#923](https://github.com/livekit/protocol/pull/923) ([@davidzhao](https://github.com/davidzhao))
18+
19+
- Add EgressSourceType to EgressInfo - [#894](https://github.com/livekit/protocol/pull/894) ([@biglittlebigben](https://github.com/biglittlebigben))
20+
321
## 1.29.4
422

523
### Patch Changes

0 commit comments

Comments
 (0)