From 6c8cb7b54212661ccbeda07e06d1bf92458f537d Mon Sep 17 00:00:00 2001 From: Jacob Gelman <3182119+ladvoc@users.noreply.github.com> Date: Wed, 11 Feb 2026 15:02:16 +1100 Subject: [PATCH] Release v0.3.5 [livekit] --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- README.md | 4 ++-- 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 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 27817ad..08a72e8 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.4" + placeholder: "v0.3.5" - type: input id: idf-version validations: { required: true } diff --git a/README.md b/README.md index 15016bf..e49318f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,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.4:" +idf.py create-project-from-example "livekit/livekit=0.3.5:" ``` Substitute *\* for the example's directory name. @@ -53,7 +53,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.4" +idf.py add-dependency "livekit/livekit=0.3.5" ``` > [!IMPORTANT] diff --git a/components/livekit/examples/minimal/main/idf_component.yml b/components/livekit/examples/minimal/main/idf_component.yml index 8889e75..0996fd9 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.4" + version: "0.3.5" 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 43b7441..e83ebb5 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.4" + version: "0.3.5" 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 d0e22ff..aea4555 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.4" + version: "0.3.5" override_path: ../../../ livekit/sandbox_token: version: ~0.1.0 diff --git a/components/livekit/idf_component.yml b/components/livekit/idf_component.yml index d835612..f5dc52a 100644 --- a/components/livekit/idf_component.yml +++ b/components/livekit/idf_component.yml @@ -1,4 +1,4 @@ -version: "0.3.4" +version: "0.3.5" description: LiveKit Client SDK for ESP32 tags: [Agents, RPC, Media, WebRTC] targets: [esp32s3, esp32p4] diff --git a/docs/Doxyfile b/docs/Doxyfile index e9151fe..ccad05d 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.4 +PROJECT_NUMBER = v0.3.5 FULL_SIDEBAR = NO HTML_EXTRA_STYLESHEET = customization/doxygen-awesome.css \ customization/custom.css