Skip to content

v2.1.21

Choose a tag to compare

@github-actions github-actions released this 19 Mar 15:22
· 213 commits to develop since this release
fcebdbb
CSV file config (#24)

- Fixed non-S3 storage
- DataUnit and DataColumnType are now owned by a Team and have access management as other resources
- DataUnits and DataColumnTypes can be created and edited (but not deleted). The `is_default` property is always false for created items.
- Default DataUnits and DataColumnTypes belong to no team, and are publicly-viewable
- The `team` field for relevant PATCH requests can now be blank and will be autopopulated if possible by the User's only team. If the User has more than one Team, `team` must be specified.
- DataColumns are now editable by users who can edit their associated ObservedFiles. Only the `type` field can be changed.