Skip to content

Commit fdea70b

Browse files
authored
chore(release-notes): 6.0.0 production release notes (#11099)
* removed beta mentions * LPC clarifications * expanded API release note
1 parent 27bed72 commit fdea70b

File tree

2 files changed

+24
-18
lines changed

2 files changed

+24
-18
lines changed

api/release-notes.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,29 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
66

77
---
88

9-
# OT-2 Software Changes in 6.0.0-beta.2
9+
# OT-2 Software Changes in 6.0.0
1010

11-
Welcome to the v6.0.0 beta release of the OT-2 software!
11+
Welcome to the v6.0.0 release of the OT-2 software!
1212

13-
In conjunction with changes on the app side, the 6.0.0 release reshapes the way your OT-2 stores runs and protocols.
14-
15-
This is beta software! You may experience unexpected crashes or missing features not detailed here. Please see the [issue tracker][] for more details and to leave feedback.
16-
17-
[issue tracker]: https://github.com/Opentrons/opentrons/issues/new?assignees=y3rsh%2Cnusrat813&labels=6.0-feedback&template=testing_feedback.yml&title=6.0+Feedback%3A++%3Ctitle%3E
13+
In conjunction with [changes on the app side](https://github.com/Opentrons/opentrons/blob/edge/app-shell/build/release-notes.md), the 6.0.0 release reshapes the way your OT-2 stores runs and protocols.
1814

1915
## New Features
2016

2117
- The OT-2 will retain the past 20 protocol runs on the robot, even across reboots.
18+
- Supports renaming robots via the Opentrons App.
19+
20+
## Bug Fixes
21+
22+
- The `opentrons` Python module is now compatible with Python 3.10.
23+
- Protocols will correctly fail analysis when attempting to place a Thermocycler in a slot that conflicts with already-placed labware.
24+
- Improved handling of loading multiple modules of the same type.
25+
- Fixed various pipette bugs in protocol analysis.
26+
- Fixed [a bug](https://github.com/Opentrons/opentrons/issues/10126) where a robot would be undiscoverable if it happened to have the same name as another device on the network.
27+
28+
## Known Issues
29+
30+
- Sometimes module load order is affected by the order in which you power the modules on. We strongly suggest connecting and powering on modules in the order they will be used in the protocol.
31+
2232

2333
---
2434

@@ -37,7 +47,7 @@ This release is a complete refactor of how the OT-2 communicates with the Opentr
3747

3848
### 5.0.1 to 5.0.2
3949

40-
The 5.0.2 hotfix release contains two fixes in the robot software:
50+
The 5.0.2 hotfix release contains three fixes in the robot software:
4151

4252
1. The robot now understands how to use labware loaded via `load_labware_from_definition` during Labware Position Check.
4353
2. User-defined labware labels are now returned to the Opentrons App from protocol analyses and runs.
@@ -92,7 +102,7 @@ The 4.6.2 hotfix release contains a small bug fix for an issue where the OT-2's
92102

93103
The 4.6.1 hotfix release contains a small configuration change to fix an issue with installing the `opentrons` PyPI package on computers running Python 3.8 and later. It does not affect the software running on your OT-2.
94104

95-
## Known Issues
105+
### Known Issues
96106

97107
In 4.6.0 and previous releases, the OT-2 will only use TLS 1.0 for WPA2 Enterprise association. Some RADIUS servers have disabled this version of TLS; it must be enabled to connect the OT-2 to a RADIUS-secured network.
98108

app-shell/build/release-notes.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
66

77
---
88

9-
# Opentrons App Changes in 6.0.0-beta.2
9+
# Opentrons App Changes in 6.0.0
1010

11-
Welcome to the v6.0.0 beta release of the Opentrons App! This release focuses on a visual redesign of the app that offers more ways to manage protocols even when you're not connected to a robot.
11+
Welcome to the v6.0.0 release of the Opentrons App! This release focuses on a visual redesign of the app that offers more ways to manage protocols even when you're not connected to a robot.
1212

13-
This release includes updates to the robot operating system, so be sure to update any OT-2s before running protocols with this version of the app.
14-
15-
This is beta software! You may experience unexpected crashes or missing features not detailed here. Please see the [issue tracker][] for more details and to leave feedback.
16-
17-
[issue tracker]: https://github.com/Opentrons/opentrons/issues/new?assignees=y3rsh%2Cnusrat813&labels=6.0-feedback&template=testing_feedback.yml&title=6.0+Feedback%3A++%3Ctitle%3E
13+
This release also includes updates to the robot operating system, so be sure to update any OT-2s before running protocols with this version of the app.
1814

1915
## New Features
2016

@@ -35,8 +31,8 @@ This is beta software! You may experience unexpected crashes or missing features
3531
## Improved features
3632

3733
- Labware Position Check
38-
- When re-running a protocol, the app will now automatically recommend stored Labware Offset data that applies to the same labware and deck slot.
39-
- When performing a Labware Position Check, see live offset values as you jog the pipette.
34+
- When re-running a protocol, the app will now automatically recommend stored Labware Offset data (from the last 20 runs on that robot) that applies to the same labware and deck slot.
35+
- When running Labware Position Check, you will see live offset values as you jog the pipette.
4036

4137
---
4238

0 commit comments

Comments
 (0)