Skip to content

Release 0.4.0

Latest
Compare
Choose a tag to compare
@lepsalex lepsalex released this 06 May 19:50
· 31 commits to main since this release
ed6fa47
  • Added the ability to upload additional molecular file-types: .fa, .fasta.gz, .fa.gz
  • Implemented study-level permission model for data submission with configurable prefix and suffix
  • Method security applied to support study-level permissions
  • Uploads are now batch queued using @transactional with Submission creation
  • StudyIds added to Submission data model
  • Dates now correctly displaying in API using ISO OffsetDateTime standard
  • General code cleanup and refactoring
  • Many tests added and/or updated