Summary of changes
zstash v1.5.0includes two important updates:- Globus authentication has been simplified. Now, instead of running a "toy problem", pasting an auth code twice, and then running the desired command, users can immediately run their desired command and will only be prompted for an auth code once. Additionally, there is no longer a need to delete a token file except when switching to a new destination endpoint.
zstashwill now detect database corruptions such as a tar appearing multiple times.
Full list of changes
Incompatible API changes (user-facing)
- N/A
Features (user-facing)
- N/A
Small Improvements (user-facing)
- #380: Better handle Globus authentications
Bug Fixes (user-facing)
- #378: Handle duplicate tars
Documentation/examples only (user-facing)
- N/A
Tests only
DevOps
- #379: Update to latest conda-incubator/setup-miniconda
- #384: Update Python support
- #386: Update docutils constraint
- #390: Fix tbump
Version Updating