From 2131e7da9ebad86279d5ce91615404ce11c76e4f Mon Sep 17 00:00:00 2001 From: Jacob Gelman <3182119+ladvoc@users.noreply.github.com> Date: Wed, 10 Jun 2026 11:16:59 -0700 Subject: [PATCH] Release v0.3.9 [livekit] --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- README.md | 4 ++-- .../livekit/examples/custom_hardware/main/idf_component.yml | 2 +- components/livekit/examples/minimal/main/idf_component.yml | 2 +- .../livekit/examples/minimal_video/main/idf_component.yml | 2 +- .../livekit/examples/voice_agent/main/idf_component.yml | 2 +- components/livekit/idf_component.yml | 2 +- docs/Doxyfile | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7b4a1a0..4c3af27 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -9,7 +9,7 @@ body: attributes: label: LiveKit SDK Version description: What version of LiveKit SDK are you using? - placeholder: "v0.3.8" + placeholder: "v0.3.9" - type: input id: idf-version validations: { required: true } diff --git a/README.md b/README.md index 7c54656..ecc1004 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ One of the best ways to get started with LiveKit is by reviewing the [examples]( Once you have chosen an example to be your starting point, create a fresh project from it locally using the following command: ```sh -idf.py create-project-from-example "livekit/livekit=0.3.8:" +idf.py create-project-from-example "livekit/livekit=0.3.9:" ``` Substitute *\* for the example's directory name. @@ -54,7 +54,7 @@ Substitute *\* for the example's directory name. If you would like to add LiveKit to your existing application, add it as a dependency using IDF: ```sh -idf.py add-dependency "livekit/livekit=0.3.8" +idf.py add-dependency "livekit/livekit=0.3.9" ``` > [!IMPORTANT] diff --git a/components/livekit/examples/custom_hardware/main/idf_component.yml b/components/livekit/examples/custom_hardware/main/idf_component.yml index df181ff..c3a18aa 100644 --- a/components/livekit/examples/custom_hardware/main/idf_component.yml +++ b/components/livekit/examples/custom_hardware/main/idf_component.yml @@ -1,7 +1,7 @@ dependencies: idf: ">=5.4" livekit/livekit: - version: "0.3.8" + version: "0.3.9" override_path: ../../../ livekit/sandbox_token: version: ~0.1.0 diff --git a/components/livekit/examples/minimal/main/idf_component.yml b/components/livekit/examples/minimal/main/idf_component.yml index 0f7256c..70b4a58 100644 --- a/components/livekit/examples/minimal/main/idf_component.yml +++ b/components/livekit/examples/minimal/main/idf_component.yml @@ -1,7 +1,7 @@ dependencies: idf: ">=5.4" livekit/livekit: - version: "0.3.8" + version: "0.3.9" override_path: ../../../ livekit/sandbox_token: version: ~0.1.0 diff --git a/components/livekit/examples/minimal_video/main/idf_component.yml b/components/livekit/examples/minimal_video/main/idf_component.yml index b663741..d21e5ac 100644 --- a/components/livekit/examples/minimal_video/main/idf_component.yml +++ b/components/livekit/examples/minimal_video/main/idf_component.yml @@ -1,7 +1,7 @@ dependencies: idf: ">=5.4" livekit/livekit: - version: "0.3.8" + version: "0.3.9" override_path: ../../../ livekit/sandbox_token: version: ~0.1.0 diff --git a/components/livekit/examples/voice_agent/main/idf_component.yml b/components/livekit/examples/voice_agent/main/idf_component.yml index bcbc5c6..a053b75 100644 --- a/components/livekit/examples/voice_agent/main/idf_component.yml +++ b/components/livekit/examples/voice_agent/main/idf_component.yml @@ -1,7 +1,7 @@ dependencies: idf: ">=5.4" livekit/livekit: - version: "0.3.8" + version: "0.3.9" override_path: ../../../ livekit/sandbox_token: version: ~0.1.0 diff --git a/components/livekit/idf_component.yml b/components/livekit/idf_component.yml index c9acb4e..9c6f8bf 100644 --- a/components/livekit/idf_component.yml +++ b/components/livekit/idf_component.yml @@ -1,4 +1,4 @@ -version: "0.3.8" +version: "0.3.9" description: LiveKit Client SDK for ESP32 tags: [Agents, RPC, Media, WebRTC] targets: [esp32s3, esp32p4] diff --git a/docs/Doxyfile b/docs/Doxyfile index a1c4f38..89ed80c 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -21,7 +21,7 @@ SHOW_FILES = NO TOC_EXPAND = YES LAYOUT_FILE = ./layout.xml HTML_HEADER = customization/header.html -PROJECT_NUMBER = v0.3.8 +PROJECT_NUMBER = v0.3.9 FULL_SIDEBAR = NO HTML_EXTRA_STYLESHEET = customization/doxygen-awesome.css \ customization/custom.css