Skip to content

Commit 17f16c6

Browse files
Protocol release 1.14.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fd19ad2 commit 17f16c6

File tree

7 files changed

+30
-22
lines changed

7 files changed

+30
-22
lines changed

.changeset/new-owls-notice.md

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

.changeset/tidy-pigs-burn.md

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

.changeset/two-dogs-change.md

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

CHANGELOG.md

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

3+
## 1.14.0
4+
5+
### Minor Changes
6+
7+
- Added real-time Transcription protocol - [#686](https://github.com/livekit/protocol/pull/686) ([@davidzhao](https://github.com/davidzhao))
8+
9+
- WHIP protocol change - [#680](https://github.com/livekit/protocol/pull/680) ([@biglittlebigben](https://github.com/biglittlebigben))
10+
11+
Deprecate the bypass_transcoding property in all ingress APIs and introduce the optional enable_transcoding property. This property will default to false for WHIP and to true for all other ingress types.
12+
13+
### Patch Changes
14+
15+
- Add SIP participant name. - [#687](https://github.com/livekit/protocol/pull/687) ([@dennwc](https://github.com/dennwc))
16+
317
## 1.13.0
418

519
### Minor Changes

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.13.0",
4+
"version": "1.14.0",
55
"scripts": {
66
"changeset": "changeset",
77
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"

packages/javascript/CHANGELOG.md

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

3+
## 1.14.0
4+
5+
### Minor Changes
6+
7+
- Added real-time Transcription protocol - [#686](https://github.com/livekit/protocol/pull/686) ([@davidzhao](https://github.com/davidzhao))
8+
9+
- WHIP protocol change - [#680](https://github.com/livekit/protocol/pull/680) ([@biglittlebigben](https://github.com/biglittlebigben))
10+
11+
Deprecate the bypass_transcoding property in all ingress APIs and introduce the optional enable_transcoding property. This property will default to false for WHIP and to true for all other ingress types.
12+
13+
### Patch Changes
14+
15+
- Add SIP participant name. - [#687](https://github.com/livekit/protocol/pull/687) ([@dennwc](https://github.com/dennwc))
16+
317
## 1.13.0
418

519
### Minor Changes

packages/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/protocol",
3-
"version": "1.13.0",
3+
"version": "1.14.0",
44
"description": "",
55
"type": "module",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)