From 8485b67ea92894bcd313c51ca0ed64a156445f49 Mon Sep 17 00:00:00 2001 From: Max Marrone Date: Thu, 1 Feb 2024 21:47:19 -0500 Subject: [PATCH] chore(release): Add release notes for v7.2.0 database migrations (#14409) --- api/release-notes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/api/release-notes.md b/api/release-notes.md index 3a580da4fba..e1f872563de 100644 --- a/api/release-notes.md +++ b/api/release-notes.md @@ -12,11 +12,18 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr - In the `/runs/commands`, `/maintenance_runs/commands`, and `/protocols` endpoints, the `dispense` command will now return an error if you try to dispense more than you've aspirated, instead of silently clamping. - The `/notifications/subscribe` WebSocket endpoint has been removed. See https://github.com/Opentrons/opentrons/pull/14280 for details. +- The `/runs/commands` endpoints are significantly faster when you request a small number of commands from a stored run. ### Other Changes - The `notify_server` Python package has been removed. See https://github.com/Opentrons/opentrons/pull/14280 for details. +### Upgrade Notes + +This update may take longer than usual if your robot has a lot of long protocols and runs stored on it. Allow **approximately 25 minutes** for your robot to restart. This delay will only happen once. + +If you don't care about preserving your labware offsets and run history, you can avoid the delay. Clear your runs and protocols before starting this update. Go to **Robot Settings** > **Device Reset** and select **Clear protocol run history**. + --- ## Opentrons Robot Software Changes in 7.1.1