From 1022780027db11430f471cf65c094ff052ffeb08 Mon Sep 17 00:00:00 2001 From: Florent Chehab Date: Thu, 9 Jul 2026 13:04:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(upgrade)=20add=20note=20related=20?= =?UTF-8?q?to=20summary=20v1=20removal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add upgrade notes related to the summary changes in v1.23.0 --- UPGRADE.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/UPGRADE.md b/UPGRADE.md index a905f77a..9827f99d 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -15,3 +15,15 @@ the following command inside your docker container: (Note : in your development environment, you can `make migrate`.) ## [Unreleased] + +## v1.23.0 + +As part of the 1.23.0 release, the legacy `api/v1` implementation has been removed from the _experimental_ Summary service and Meet has been migrated to the new `api/v2`. + +**To avoid a breaking change, the Meet backend continues to use the Summary service's v1-compatible API format by default (`SUMMARY_SERVICE_VERSION` setting defaults to `1`).** + +If you are deploying both Meet and Summary from this repository, you must configure the Meet backend to use the v2 API by setting the following environment variable `SUMMARY_SERVICE_VERSION=2`. + +If you are upgrading only the Meet deployment while keeping an older Summary v1 compatible deployment, no action is required, as the v1-compatible API remains the default. + +Note that we plan on removing the legacy `v1` summary compatibility in a future major version. If you have your own implementation for the summary service, we recommend updating its API contract and setting `SUMMARY_SERVICE_VERSION=2`.