From 839cfa4b80eed3e0f8b550e971d3f5259f1bc3fc Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 1 Sep 2026 16:21:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(docs)=20document=20v1.30.0=20in=20?= =?UTF-8?q?UPGRADE.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the missing v1.30.0 entry in `UPGRADE.md`, which was overlooked when the release was published. --- UPGRADE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADE.md b/UPGRADE.md index ba5ad10b..908428ff 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -16,6 +16,8 @@ the following command inside your docker container: ## [Unreleased] +## v1.30.0 + ### Removing S3 storage-event webhooks for recordings Recordings were previously confirmed as saved by an S3 storage-event webhook posting to `/api/v1.0/recordings/storage-hook/`. That endpoint has been removed: recordings are now always finalized from LiveKit's own `egress_ended` webhook, which has been the default path since v1.22.0.