Skip to content

4.0.0

Compare
Choose a tag to compare
@rtisma rtisma released this 21 Jan 23:55
· 403 commits to develop since this release
a19590f

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

Full Changelog

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: