Skip to content

data-upload-manager v2.4.2

Choose a tag to compare

@pdsen-ci pdsen-ci released this 10 Mar 21:26
· 58 commits to main since this release

What's Changed

  • Allow DUM client to use MD5 calculations by setting usedforsecurity=False to hashlib.md5()
    by @ramesh-maddegoda in #338

  • Document weblog gzip requirement and batch processing behavior
    by @jordanpadams in #339

  • Replace os.system with pathlib in test_path_util.py for cross-platform compatibility
    by @Copilot in #342

  • Replace os.system() calls with pathlib for cross-platform test compatibility
    by @Copilot in #343

  • Add --skip-symlinks flag to avoid uploading duplicate data
    by @jordanpadams in #341

  • Document --skip-symlinks CLI flag added in #341
    by @jordanpadams in #344

New Contributors

  • @Copilot made their first contribution in #342

Full Changelog: v2.3.0...v2.4.2