Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/eighty-emus-marry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/light-views-throw.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/packet-trailer-user-data.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/room-rpc-sip.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sip-trunk-codecs.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
16 changes: 16 additions & 0 deletions packages/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/protocol",
"version": "1.47.0",
"version": "1.48.0",
"description": "",
"type": "module",
"require": "dist/index.cjs",
Expand Down
Loading