From d3a9455eb3cb269c49934195be783a250acb1425 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 12 Jun 2026 03:43:29 +0000 Subject: [PATCH] upstream(lasuite-meet): document livekit v1.13.1 TURN-auth note + redis 8.8.0 --- cc-ci-plan/upstream/lasuite-meet.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cc-ci-plan/upstream/lasuite-meet.md b/cc-ci-plan/upstream/lasuite-meet.md index 597ff07..462d343 100644 --- a/cc-ci-plan/upstream/lasuite-meet.md +++ b/cc-ci-plan/upstream/lasuite-meet.md @@ -17,3 +17,5 @@ - v1.19.0: security fix for CVE-2026-45409 (idna ≥3.15) — no operator action needed (baked into image). - Recipe version label convention: 0.X.Y+vA.B.C where A.B.C is the meet version. - LiveKit version is decoupled from meet version; only bump if explicitly required. +- v1.13.1: removes backwards compatibility for TURN auth without TTL (deprecated in v1.12.0). Operators who never set TURN TTL must add it before upgrading LiveKit to v1.13.x. No new required env vars for standard deployments. +- Redis 8.8.0: compatible drop-in upgrade; includes ReJSON module with V5–V7 API exported. No config or persistence-format changes.