Release Notes¶
v0.9¶
Features:
- Support for storing and using third party API keys from Zenodo, Dataverse, and DataONE
- Support for registering data from Zenodo
- Added support for publishing and importing Tales to and from Zenodo
v0.8¶
Features:
- A re-designed main page for the dashboard
- A new, unified, notification system
- Support for Dataverse hierarchy
- Added ability to change compute environments
v0.6¶
Features:
- Restructured Dashboard “Run” view
- Tale workspace support
- Ability to add/remove data to a running Tale (note: removed Data panel from Run and Compose views)
- Change to registered data model (note: now limits operations on external datasets)
- Analyze in WT support for DataONE
Bugfixes:
- Handle failures of Dataverse installation list
- Fixed issue when registering data from Globus (MDF)
- Detection/correction of internal-state desync (“blue screen”)
- Fix for Running git clone in home
v0.5¶
This release includes the following features. Note that with this release we’re adopting detailed release notes:
Refactor of data registration framework:
- Globus registration (whole-tale/girder_wholetale/165)
- Refactor DataONE lookup (whole-tale/girder_wholetale/177)
- Change to use DMS (whole-tale/girder_wholetale/168, whole-tale/gwvolman/30)
- Refactor task handling (whole-tale/girder_wholetale/170)
- Added Tale import support (whole-tale/girder_wholetale/173, whole-tale/gwvolman/32, whole-tale/dashboard/287)
Dataverse integration:
- Support ingest from Dataverse (whole-tale/girder_wholetale/175)
- External tools integration (whole-tale/girder_wholetale/180)
Minor changes/bug fixes:
- Optional DataMap parameters (whole-tale/girder_wholetale/178)
- Removed obsolete plugin config options (whole-tale/girder_wholetale/186)
- Lookup error handling (whole-tale/girder_wholetale/190)
- Chained redirects in DOI ( whole-tale/girder_wholetale/188)
- Add OPTIONS to methods allowed by DAV read privilege (whole-tale/wt_home_dirs/17)
- Propagate file size changes (whole-tale/wt_home_dirs/16)
- Login route handling (whole-tale/dashboard/300)
- Run Tale from view page (whole-tale/dashboard/pull/273)
- Local storage problem (whole-tale/dashboard/326)
- Allow manual configuration of Dataverse instances (whole-tale/girder_wholetale/182)
- Updated registration modal (whole-tale/dashboard/324)
- Re-enabled http check (whole-tale/girder_wholetale/181)
- Upgraded to Girder 2.5.0, no longer running as root
Deployment:
- Added DMS volume (whole-tale/terraform_deployment/38)
v0.4¶
This release includes the following features:
- Redesigned user interface based on user experience testing, including ability to access running tales directly (via iframes)
- Environmental variables can be passed to a running Tale, using
containerConfig.environment
(whole-tale/girder_wholetale#102, whole-tale/gwvolman@b4c068a0) - Tales accept multiple sources as input data (whole-tale/girder_wholetale#98)
- WT Homes/Workspaces support moving data to other assetstores (whole-tale/wt_home_dirs#9)
- Improved monitoring and backup
v0.3¶
This release includes the following features:
- Automated deployment for development instances of WT
- HTTPS for frontends/Wildcard certificate support
- Migration process from GridFS to WebDav
v0.2¶
This release includes the following features:
- Home directories (WebDav)
- Backup of database and home directories
- Container repository of frontends
- Interface for creating new frontends
v0.1¶
This initial release includes the following features:
- User dashboard
- Ability to create and run tales
- Globus and ORCID authentication
- Globus, HTTP and DataONE ingestion
- Jupyter and RStudio frontends
- POSIX filesystem for remote data
- Scalable infrastructure as code