Skip to content

v1.4.4

Latest

Choose a tag to compare

@forsyth2 forsyth2 released this 25 Mar 18:50
· 16 commits to main since this release
0761d4b

Summary of changes

  • Important changes were made to the zstash code base to make it more robust:
    • --follow-symlinks will now only create a symlink in the destination directory, not also the source directory.
    • --non-blocking functionality (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)

  • #343: Fix symlink behavior
  • #355: Non block testing
    • (follow-up bug fix) #363: Non block testing fix

Documentation only (user-facing)

  • #342: Add DOI badge
  • #368: Update zstash check docs

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

  • #359: Bump to 1.4.4rc1
  • #372: Bump to 1.4.4rc2

Other code changes

  • N/A

Repository maintenance

  • #347: Add PR template
  • #358: Update PR template
  • #360: Further PR template updates