v1.3.0
Summary
- The sequence editor now supports the latest version of seq-json-schema (v1.0.17)
- You can now make simulation optional per scheduling specification goal via the API. The UI will be included in a later release.
- If an exception occurs during simulation, the time of the the exception is now reported
- All fields from Seq JSON are now supported in the sequencing EDSL
What's Changed
Breaking Changes
Please see our latest upgrade guide for complete instructions for upgrading from 1.2.0
to 1.3.0
.
- Remove GQL schema validation by @goetzrrGit in #716
New Features
- Report the time at which an exception occurs during simulation by @mattdailis in #724
- Support Full export and import of SeqJson by @goetzrrGit in #735
- Make simulation optional for scheduling goals by @JoelCourtney in #708
Bug Fixes
- Use enums for "enum boolean" types for sequences by @camargo in #727
- Output non-matching eDSL objects to String by @goetzrrGit in #746
Refactoring
- Add Bulk Anchor Delete Functions by @Mythicaeda in #712
- Refactor app file in sequencing server by @cohansen in #715
- Refactor sequencing tests by @cohansen in #729
Documentation
Build System and Dependencies
- Upgrade seq-json-schema in sequencing server to use 1.0.17 by @camargo in #733
- Upgrade override qs to 6.11.0 by @JoelCourtney in #752
Full Changelog: v1.2.0...v1.3.0