From 88eadcfb106f7312d5e7be344eb5c7267781eb46 Mon Sep 17 00:00:00 2001 From: shijing xian Date: Tue, 8 Sep 2026 13:37:09 -0700 Subject: [PATCH] docs(rtc-node): remove outdated Developer Preview notice from README The README stated the SDK was "in Developer Preview mode and not ready for production use". That has not been accurate for some time: the package has shipped regular releases since 2024 (currently 0.13.x) and @livekit/agents declares @livekit/rtc-node as a peer dependency. Removes the notice block entirely to match the Python realtime SDK README, which has no such banner. The feedback/Slack line it contained is already covered by the "Getting help / Contributing" section at the bottom of this README. Co-Authored-By: Claude Opus 5 (1M context) --- .changeset/clever-pandas-shave.md | 5 +++++ packages/livekit-rtc/README.md | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .changeset/clever-pandas-shave.md diff --git a/.changeset/clever-pandas-shave.md b/.changeset/clever-pandas-shave.md new file mode 100644 index 00000000..567a83e5 --- /dev/null +++ b/.changeset/clever-pandas-shave.md @@ -0,0 +1,5 @@ +--- +'@livekit/rtc-node': patch +--- + +Remove the outdated "Developer Preview / not ready for production" notice from the README diff --git a/packages/livekit-rtc/README.md b/packages/livekit-rtc/README.md index 7ed929b6..0e25dfa3 100644 --- a/packages/livekit-rtc/README.md +++ b/packages/livekit-rtc/README.md @@ -11,11 +11,6 @@ SPDX-License-Identifier: Apache-2.0 Use this SDK to add realtime video, audio and data features to your Node app. By connecting to a self- or cloud-hosted LiveKit server, you can quickly build applications like interactive live streaming or video calls with just a few lines of code. - -> This SDK is currently in Developer Preview mode and not ready for production use. There will be bugs and APIs may change during this period. -> -> We welcome and appreciate any feedback or contributions. You can create issues here or chat live with us in the #dev channel within the [LiveKit Community Slack](https://livekit.io/join-slack). - ### Warning Avoid running this with hot reloads (ex. [bun's hot reload](https://bun.sh/guides/http/hot)). This is known to cause issues with WebRTC connectivity.