Skip to content

Commit

Permalink
chore(release): 8.2.0 alpha release notes (#16619)
Browse files Browse the repository at this point in the history
# Overview

Release notes for 8.2.0 alpha 0. Addresses RTC-536.

## Test Plan and Hands on Testing

To check in first alpha cut.

## Changelog

Bullets for major new and improved features.

## Review requests

Any bug fixes worth noting here? Can add to this PR or later in the
alpha process.

## Risk assessment

v low
  • Loading branch information
ecormany authored Oct 30, 2024
1 parent a77ce13 commit 094be6e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
18 changes: 18 additions & 0 deletions api/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@ By installing and using Opentrons software, you agree to the Opentrons End-User

---

## Opentrons Robot Software Changes in 8.2.0

Welcome to the v8.2.0 release of the Opentrons robot software! This release adds support for the Opentrons Absorbance Plate Reader Module.

### New Features

- Create and run Python protocols that use the Opentrons Absorbance Plate Reader.

### Improved Features

- Liquid presence detection no longer checks for liquid before every aspiration in a `mix()` command.

### Bug Fixes

- Error recovery no longer causes an `AssertionError` when a Python protocol changes the pipette speed.

---

## Opentrons Robot Software Changes in 8.1.0

Welcome to the v8.1.0 release of the Opentrons robot software!
Expand Down
24 changes: 24 additions & 0 deletions app-shell/build/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,30 @@ By installing and using Opentrons software, you agree to the Opentrons End-User

---

## Opentrons App Changes in 8.2.0

Welcome to the v8.2.0 release of the Opentrons App! This release adds support for the Opentrons Absorbance Plate Reader Module, as well as other features.

### New Features

- Run protocols that use the Absorbance Plate Reader and check the status of the module on the robot details screen for your Flex.
- Run protocols that use the new Opentrons Tough PCR Auto-Sealing Lid with the Thermocycler Module GEN2. Stacks of these lids appear in a consolidated view when setting up labware.

### Improved Features

- Error recovery now works in more situations and has more options.
- Recover from gripper errors.
- Recover from failure to drop tips.
- Indicate that an error was improperly detected and skip similar errors later in the run.
- Choose from more options of where to drop tips as part of recovery.
- Disable error recovery entirely, if your application requires it. Runs will fail on any error.

### Bug Fixes

- Fixed an app crash when performing certain error recovery steps with Python API version 2.15 protocols.

---

## Opentrons App Changes in 8.1.0

Welcome to the v8.1.0 release of the Opentrons App!
Expand Down

0 comments on commit 094be6e

Please sign in to comment.