diff --git a/.changeset/chilled-rivers-dream.md b/.changeset/chilled-rivers-dream.md deleted file mode 100644 index cacd73249..000000000 --- a/.changeset/chilled-rivers-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -add generic list type diff --git a/.changeset/curvy-crews-invent.md b/.changeset/curvy-crews-invent.md deleted file mode 100644 index 9ac09a3e2..000000000 --- a/.changeset/curvy-crews-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -add livekit_agent_simulation service, agent remote session proto & cli dev proto diff --git a/.changeset/funky-showers-count.md b/.changeset/funky-showers-count.md deleted file mode 100644 index 3d3742ef2..000000000 --- a/.changeset/funky-showers-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Dropping use of an affinity function in CreateSIPParticipant diff --git a/.changeset/grumpy-pigs-hammer.md b/.changeset/grumpy-pigs-hammer.md deleted file mode 100644 index 1d10854cf..000000000 --- a/.changeset/grumpy-pigs-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -fix flaky test diff --git a/.changeset/long-seals-sleep.md b/.changeset/long-seals-sleep.md deleted file mode 100644 index 77daa094d..000000000 --- a/.changeset/long-seals-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -require logger name diff --git a/.changeset/mean-melons-unite.md b/.changeset/mean-melons-unite.md deleted file mode 100644 index eb91336dc..000000000 --- a/.changeset/mean-melons-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -normalize protobuf "id" log field names diff --git a/.changeset/mighty-beans-taste.md b/.changeset/mighty-beans-taste.md deleted file mode 100644 index d01e63a50..000000000 --- a/.changeset/mighty-beans-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -encode monotonic time in wall clock diff --git a/.changeset/refer-sips.md b/.changeset/refer-sips.md deleted file mode 100644 index 67d13b6e6..000000000 --- a/.changeset/refer-sips.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Allow sips: scheme in transfer URIs. diff --git a/.changeset/shiny-coins-relate.md b/.changeset/shiny-coins-relate.md deleted file mode 100644 index 8ada704c8..000000000 --- a/.changeset/shiny-coins-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -export discard logger diff --git a/.changeset/smart-goats-rule.md b/.changeset/smart-goats-rule.md deleted file mode 100644 index 4cf5aa5f6..000000000 --- a/.changeset/smart-goats-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Rename log field pID to participantID diff --git a/CHANGELOG.md b/CHANGELOG.md index e0aa80b95..2ac9929f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 639d860c7..8eb143400 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/packages/javascript/CHANGELOG.md b/packages/javascript/CHANGELOG.md index d08456ed9..aa887753e 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -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 diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 2d87f15fd..b7931ec27 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.45.0", + "version": "1.45.1", "description": "", "type": "module", "require": "dist/index.cjs",