Skip to content

Commit 094be6e

Browse files
authored
chore(release): 8.2.0 alpha release notes (#16619)
# 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
1 parent a77ce13 commit 094be6e

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

api/release-notes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ By installing and using Opentrons software, you agree to the Opentrons End-User
88

99
---
1010

11+
## Opentrons Robot Software Changes in 8.2.0
12+
13+
Welcome to the v8.2.0 release of the Opentrons robot software! This release adds support for the Opentrons Absorbance Plate Reader Module.
14+
15+
### New Features
16+
17+
- Create and run Python protocols that use the Opentrons Absorbance Plate Reader.
18+
19+
### Improved Features
20+
21+
- Liquid presence detection no longer checks for liquid before every aspiration in a `mix()` command.
22+
23+
### Bug Fixes
24+
25+
- Error recovery no longer causes an `AssertionError` when a Python protocol changes the pipette speed.
26+
27+
---
28+
1129
## Opentrons Robot Software Changes in 8.1.0
1230

1331
Welcome to the v8.1.0 release of the Opentrons robot software!

app-shell/build/release-notes.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,30 @@ By installing and using Opentrons software, you agree to the Opentrons End-User
88

99
---
1010

11+
## Opentrons App Changes in 8.2.0
12+
13+
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.
14+
15+
### New Features
16+
17+
- Run protocols that use the Absorbance Plate Reader and check the status of the module on the robot details screen for your Flex.
18+
- 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.
19+
20+
### Improved Features
21+
22+
- Error recovery now works in more situations and has more options.
23+
- Recover from gripper errors.
24+
- Recover from failure to drop tips.
25+
- Indicate that an error was improperly detected and skip similar errors later in the run.
26+
- Choose from more options of where to drop tips as part of recovery.
27+
- Disable error recovery entirely, if your application requires it. Runs will fail on any error.
28+
29+
### Bug Fixes
30+
31+
- Fixed an app crash when performing certain error recovery steps with Python API version 2.15 protocols.
32+
33+
---
34+
1135
## Opentrons App Changes in 8.1.0
1236

1337
Welcome to the v8.1.0 release of the Opentrons App!

0 commit comments

Comments
 (0)