4.0.0
Summary
Breaking Changes
- changed the base schema for song (for more details on the exact changes, refer to the description in PR #573)
- renamed /upload endpoint to /submit
- changed study to studyId in payload
- removed info fields from displaying at each level when not being used in payload
- renamed sample to samples in payload
- renamed file to files in payload
Bug Fixes
- fixed export command on song-client to write to directory
Cleanup
- removed dcc-common and dcc-id dependencies
Automatic Schema Migrations
- gender values automatically migrated to Male, Female, Other
Docker Images
Song Client: docker pull overture/song-client:4.0.0
Song Server: docker pull overture/song-server:4.0.0
Distributions
song-server 4.0.0 distribution
song-client 4.0.0 distribution
Details
Fixed bugs:
- BUG - client export not writing to directory #545
Closed issues:
- Change base schema of song #559
- Update Permissible values in Song to match Argo Clinical #557
- Remove dcc-common & dcc-id dependency #503
Merged pull requests:
- Release Candidate 4.0.0 #579 (rtisma)
- Fixed client sample output #578 (rtisma)
- Fix matched normal #577 (rtisma)
- base-schema-migration-fix #575 (rtisma)
- Remove dcc common and dcc id dependency#503 #574 (KevinFHartmann)
- Song 559 change base schema #573 (rtisma)
- Bug client export not writing to directory#545 #572 (KevinFHartmann)
- File study submit sample rename #570 (rtisma)
- Song 557 gender filetype #568 (rtisma)
- Mergeback 3.1.1 snapshot #567 (rtisma)