|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 | 5 |
|
6 |
| -## [6.2.1-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.2...v6.2.1-alpha.3) (2023-01-23) |
7 |
| - |
8 |
| - |
9 |
| -### Bug Fixes |
10 |
| - |
11 |
| -* **app:** minimize command page length when only retrieving run total length ([#12036](https://github.com/Opentrons/opentrons/issues/12036)) ([d05440c](https://github.com/Opentrons/opentrons/commit/d05440cf72ab950d0d20a572aba7f6963b8f7013)) |
12 |
| - |
13 |
| - |
14 |
| -### Performance Improvements |
15 |
| - |
16 |
| -* **api:** Do not block the event loop when loading JSONv6 protocols ([#12039](https://github.com/Opentrons/opentrons/issues/12039)) ([f885f44](https://github.com/Opentrons/opentrons/commit/f885f44e87e3f54cec646031610944924a7f0d40)) |
17 |
| -* **api:** Regularly yield to the event loop when executing Protocol Engine commands ([#12038](https://github.com/Opentrons/opentrons/issues/12038)) ([fab3ef2](https://github.com/Opentrons/opentrons/commit/fab3ef20f550f20aa2be49f4f543cbd0d16cb3e9)) |
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| -## [6.2.1-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.2) (2023-01-13) |
24 |
| - |
25 |
| -**Note:** Version bump only for package opentrons |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| -## [6.2.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.1) (2023-01-13) |
32 |
| - |
33 |
| -**Note:** Version bump only for package opentrons |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| -## [6.2.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1-alpha.0) (2023-01-12) |
| 6 | +## [6.2.1](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1) (2023-01-25) |
40 | 7 |
|
41 | 8 |
|
42 | 9 | ### Bug Fixes
|
43 | 10 |
|
44 | 11 | * **api:** Safely map 0-volume aspirates and dispenses in Python protocols ([#11969](https://github.com/Opentrons/opentrons/issues/11969)) ([8a67aa0](https://github.com/Opentrons/opentrons/commit/8a67aa06b6d4f158ab44ea8748860e01c84b4986))
|
| 12 | +* **app:** minimize command page length when only retrieving run total length ([#12036](https://github.com/Opentrons/opentrons/issues/12036)) ([d05440c](https://github.com/Opentrons/opentrons/commit/d05440cf72ab950d0d20a572aba7f6963b8f7013)) |
45 | 13 | * **app:** allow access to robot settings if robot server is down, but update server is up ([#11892](https://github.com/Opentrons/opentrons/issues/11892)) ([3b4d127](https://github.com/Opentrons/opentrons/commit/3b4d127851b240f94c24e0a1a997f658bd47f540))
|
46 | 14 | * **robot-server:** Fix async concurrency hazards in lazy-initialized dependencies ([#11927](https://github.com/Opentrons/opentrons/issues/11927)) ([c69fe00](https://github.com/Opentrons/opentrons/commit/c69fe006919d6706bd4a53887a2579df164fbe3f))
|
47 | 15 |
|
48 | 16 |
|
49 | 17 | ### Performance Improvements
|
50 | 18 |
|
| 19 | +* **api:** Do not block the event loop when loading JSONv6 protocols ([#12039](https://github.com/Opentrons/opentrons/issues/12039)) ([f885f44](https://github.com/Opentrons/opentrons/commit/f885f44e87e3f54cec646031610944924a7f0d40)) |
| 20 | +* **api:** Regularly yield to the event loop when executing Protocol Engine commands ([#12038](https://github.com/Opentrons/opentrons/issues/12038)) ([fab3ef2](https://github.com/Opentrons/opentrons/commit/fab3ef20f550f20aa2be49f4f543cbd0d16cb3e9)) |
51 | 21 | * **robot-server:** Do only minimal parsing when rehydrating ProtocolStore ([#11891](https://github.com/Opentrons/opentrons/issues/11891)) ([c5338b8](https://github.com/Opentrons/opentrons/commit/c5338b84eee767fafe53c6634e5dd04254f5a6bc))
|
52 | 22 | * **robot-server:** Initialize database eagerly and in the background ([#11615](https://github.com/Opentrons/opentrons/issues/11615)) ([227e334](https://github.com/Opentrons/opentrons/commit/227e334c6312d661d1e5344e9203099eca09053d))
|
53 | 23 |
|
|
0 commit comments