Releases: AAFC-BICoE/seqdb-api
Releases · AAFC-BICoE/seqdb-api
2.19.0
2.18.0
What's Changed
- Added metagenomic workflow
- Add managed attribute support for generic molecular analysis
- Added quality control sample
Full Changelog: v2.17.0...v2.18.0
2.17.0
What's Changed
- Added attachments to MolecularAnalysisRun
- Added usageType to MolecularAnalysisRunItem
- Added new generic concept for molecular analysis
Full Changelog: v2.16.0...v2.17.0
2.16.0
What's Changed
- Added molecular analysis run concept
- Changed seq submission to molecular analysis submission (breaking change, won't run if contains existing data)
Full Changelog: v2.15.0...v2.16.0
2.15.0
What's Changed
- Updated sequencing facility
- Removed MolecularSample related classes
- Added OpenAPI specs Integration Test for IndexSet
- Added OpenAPI specs Integration Test for ngs index
- Added OpenAPI specs Integration Test for ThermocyclerProfile
Full Changelog: v2.14.0...v2.15.0
2.14.0
2.13.0
What's Changed
- Removed storage restriction and storage-unit-type from seq batch and pcr batch
Full Changelog: v2.12.0...v2.13.0
2.12.0
What's Changed
- Change
pcr-batch-item
to usestorage-unit-usage
(db migration will not run if some coordinates are present) - Change
seq-reaction
to usestorage-unit-usage
(db migration will not run if some coordinates are present) - Use vocabulary methods from dina base
Full Changelog: v2.11.0...v2.12.0
2.11.0
What's Changed
- Removed step resource and related classes and tables (backup required if it was used)
- Updated dina base
- Updated to Java 21
Full Changelog: v2.10.0...v2.11.0
2.10.0
Warning
The entire concept of StepResource
will be removed in 2.11.0. Due to the nature of those tables (dynamic) no data migration is provided and the user of the project is responsible to backup and migrate data related to StepResource
.
- Replaced
StepResource
inLibraryPrep
by relationship betweenPreLibraryPrep
andLibraryPrep
(breaking change)