AWS: 5.0.0 Lab: 1.3.0
srpiatt
released this
08 Dec 16:40
·
17 commits
to byon-main
since this release
New Features
Workspaces
- Update windows sync to auto-start on user login.
- Split bootstrap script by env type to speed up initialization and s3 downloads.
Workspace List
- Add filtering/searching by id in normal and advanced workspace views.
- Add message for windows users when a study is attached to note that study files will take time to sync on start and before stop.
User Management
- Remove permissions accordion from view if a user can't edit a studies permission.
Study management
- Add a modal notice on study permission edit when a user would be impacted by permission change/removal.
- Add created date to study card.
Infrastructure
- Update WAF to limit throttling to api/register route, and reduce default threshold to 200.
Bug Fixes
Workspace List
- Load env types state on workspace detail page to stop workspace configuration deprecation notice errantly showing on workspace view page after reload.
- Add api and ui pagination for workspaces to fix workspace page issue when large number of workspaces are in the database.
- Update workspaces to paginate api return until all workspaces details are returned.
- Update workspace state order in model to fix bug where advanced workspace view status changes to pending because of user start/stop but never changes to the next state.
User Management
- Update regex for user emails to be more in line with email conventions.
Study management
- Update studies api method to use query and filter instead of BatchGet so more than 100 studies can be returned.
Full Changelog: v5.0.0_1.2.0...v5.0.0_1.3.0