Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changeset/chilled-rivers-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-crews-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funky-showers-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-pigs-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-seals-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-melons-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-beans-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/refer-sips.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-coins-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-goats-rule.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# github.com/livekit/protocol

## 1.45.1

### Patch Changes

- Dropping use of an affinity function in CreateSIPParticipant - [#1456](https://github.com/livekit/protocol/pull/1456) ([@alexlivekit](https://github.com/alexlivekit))

## 1.45.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.45.0",
"version": "1.45.1",
"scripts": {
"changeset": "changeset",
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"
Expand Down
22 changes: 22 additions & 0 deletions packages/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @livekit/protocol

## 1.45.1

### Patch Changes

- add generic list type - [#1449](https://github.com/livekit/protocol/pull/1449) ([@paulwe](https://github.com/paulwe))

- add livekit_agent_simulation service, agent remote session proto & cli dev proto - [#1404](https://github.com/livekit/protocol/pull/1404) ([@theomonnom](https://github.com/theomonnom))

- fix flaky test - [#1445](https://github.com/livekit/protocol/pull/1445) ([@paulwe](https://github.com/paulwe))

- require logger name - [#1444](https://github.com/livekit/protocol/pull/1444) ([@paulwe](https://github.com/paulwe))

- normalize protobuf "id" log field names - [#1451](https://github.com/livekit/protocol/pull/1451) ([@paulwe](https://github.com/paulwe))

- encode monotonic time in wall clock - [#1439](https://github.com/livekit/protocol/pull/1439) ([@paulwe](https://github.com/paulwe))

- Allow sips: scheme in transfer URIs. - [#1446](https://github.com/livekit/protocol/pull/1446) ([@dennwc](https://github.com/dennwc))

- export discard logger - [#1457](https://github.com/livekit/protocol/pull/1457) ([@paulwe](https://github.com/paulwe))

- Rename log field pID to participantID - [#1452](https://github.com/livekit/protocol/pull/1452) ([@paulwe](https://github.com/paulwe))

## 1.45.0

### Minor Changes
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.45.0",
"version": "1.45.1",
"description": "",
"type": "module",
"require": "dist/index.cjs",
Expand Down
Loading