From ee4b428148d97efa447ca7e4acd01ca2cd744b92 Mon Sep 17 00:00:00 2001 From: Jacob Gelman <3182119+ladvoc@users.noreply.github.com> Date: Tue, 23 Jun 2026 11:44:01 -0700 Subject: [PATCH] Release v0.3.10 [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 4c3af27..e3d5626 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.9" + placeholder: "v0.3.10" - type: input id: idf-version validations: { required: true } diff --git a/README.md b/README.md index ecc1004..4bf8547 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.9:" +idf.py create-project-from-example "livekit/livekit=0.3.10:" ``` 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.9" +idf.py add-dependency "livekit/livekit=0.3.10" ``` > [!IMPORTANT] diff --git a/components/livekit/examples/custom_hardware/main/idf_component.yml b/components/livekit/examples/custom_hardware/main/idf_component.yml index c3a18aa..6fc4f0b 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.9" + version: "0.3.10" 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 70b4a58..27fcede 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.9" + version: "0.3.10" 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 d21e5ac..7706f52 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.9" + version: "0.3.10" 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 a053b75..c895752 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.9" + version: "0.3.10" override_path: ../../../ livekit/sandbox_token: version: ~0.1.0 diff --git a/components/livekit/idf_component.yml b/components/livekit/idf_component.yml index 8551868..8b509d7 100644 --- a/components/livekit/idf_component.yml +++ b/components/livekit/idf_component.yml @@ -1,4 +1,4 @@ -version: "0.3.9" +version: "0.3.10" description: LiveKit Client SDK for ESP32 tags: [Agents, RPC, Media, WebRTC] targets: [esp32s3, esp32p4] diff --git a/docs/Doxyfile b/docs/Doxyfile index 89ed80c..0b0831e 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.9 +PROJECT_NUMBER = v0.3.10 FULL_SIDEBAR = NO HTML_EXTRA_STYLESHEET = customization/doxygen-awesome.css \ customization/custom.css