Summary of changes
- Important changes were made to the
zstashcode base to make it more robust:--follow-symlinkswill now only create a symlink in the destination directory, not also the source directory.--non-blockingfunctionality (i.e., tars are created while a Globus transfer is ongoing) now occurs if and only if this option is used, as opposed to always occurring.
Full list of changes
Incompatible API changes (user-facing)
- N/A
Features (user-facing)
- N/A. Note we're still incrementing the minor version rather than the patch version, because the bug fixes involved considerable code improvements.
Small Improvements (user-facing)
- N/A
Bug Fixes (user-facing)
Documentation only (user-facing)
Tests only
- #348: Add symlink tests and refactor for new tests
DevOps
- #351: Update supported python versions
- #352: Tweak behaviors of build and release CI workflows
- #353: Update pre-commit dependencies
Version Updating
Other code changes
- N/A
Repository maintenance