The following release notes correspond to May 17, 2022 - May 25, 2022. This release also includes back-end updates to the Data Repository, workflows, interactive analysis, user interface, and Google integrations to improve upcoming features.
User Interface
- We fixed a bug causing ComputeModal pops up briefly when launching Terminal and Spark UIs. This should no longer pop up at all.
- Viewing the dashboard of a read-only workspace with a requester pays bucket will no longer prompt for a workspace to bill to.
- We've added a new option in the UI to create a Google sheet in the user's google drive with Big Query connections to each table in a dataset or snapshot.
- Based on a recent user request, we've added the ability to set a default column view that would be loaded every time someone goes to a workspace. Whereas previously the default ordering was always alphabetical, users can now set the default view of data tables for all other viewers of the workspace by naming the saved column setting ‘Default’.
- Notifications about expiring access to NIH Controlled Access workspaces and data can now be muted.
- We improved the display of data tables whose columns contained list values such that the contents of the lists are now displayed.
- Data table cells containing JSON values can now be edited in the Terra UI.
Data Repo
- The TDR API has two new endpoints:
- PATCH /api/v1/repository/datasets/{id} - can set or override a dataset's PHS ID
- PATCH /api/v1/repository/snapshots/{id} - can set or override a snapshot's consent code
- We fixed a bug that was causing occasional 502 errors in Swagger UI authentication.