From 4f2dd96c852f5c44ea9c5d53355ecc91b353aeaf Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Mon, 13 Jul 2026 23:04:49 +0000 Subject: [PATCH] upstream(lasuite-meet): release-notes for meet v1.22/v1.23 + livekit v1.13.2/v1.13.3 --- cc-ci-plan/upstream/lasuite-meet.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cc-ci-plan/upstream/lasuite-meet.md b/cc-ci-plan/upstream/lasuite-meet.md index 462d343..d458f71 100644 --- a/cc-ci-plan/upstream/lasuite-meet.md +++ b/cc-ci-plan/upstream/lasuite-meet.md @@ -18,4 +18,8 @@ - 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. +- v1.13.2: patch (Added/Changed/Fixed — Prometheus metrics for join latency, 512 KiB metadata cap, egress v2 api, etc.); no breaking changes within v1.13.x. +- v1.13.3: patch (mock API server for SDK testing, data track schema metadata, whip ingress bitrates, webrtc interop fix for bundled datachannel, WHIP notifier fix); no breaking changes. +- v1.22.0: feature release (purge deleted/pending files, generalized STT API, LiveKit egress_ended fallback for recordings, PiP tile cap/pagination, reject user access tokens on API, dedicated PostHog feature-flag domain, backend analytics). No breaking changes; no new required env vars for the standalone meet recipe. +- v1.23.0: feature release (migrate visio integration to summary API v2, summary feature flag, Sentry monitoring for agents, MuteEveryoneButton admin/owner gate, dep upgrades). ⚠️ Special mention: removed `api/v1` code from the `summary` sub-project BUT kept meet→summary v1-API compatibility as the DEFAULT — `SUMMARY_SERVICE_VERSION: 2` is only needed if deploying the latest meet AND summary from the monorepo together. The lasuite-meet recipe deploys meet standalone (no summary service, no `SUMMARY_SERVICE_VERSION` env), so NO operator action is required for this recipe. - Redis 8.8.0: compatible drop-in upgrade; includes ReJSON module with V5–V7 API exported. No config or persistence-format changes.