Skip to content

PyPi release 1.7.1

Compare
Choose a tag to compare
@mikedarcy mikedarcy released this 14 May 20:42
· 77 commits to master since this release

What's Changed

  • Datapath contextualize by @robes in #174
  • Implement simple PUT/POST using file-based message bodies for deriva-catalog-cli. @mikedarcy
  • Fix issue in download that prevented CreateDirProcessor from running without a query string. Also added bdbag strict mode checking for bag creation in download (requires bdbag>=1.7.3) so that the creation of empty invalid bags throws an exception. @mikedarcy
  • Added a pre-flight authentication check in deriva_upload.py that will cause an exception to be thrown before initiation of the upload sequence, if no user identity is found. @mikedarcy

Full Changelog: v1.7.0...v1.7.1