Skip to content

Releases: HumanCellAtlas/dcp-cli

v6.1.0

27 May 16:57
6200a98
Compare
Choose a tag to compare
  • Fix redirect logic when Retry-After is given with a 301 redirect (#341)

    • Logout application_secret flush (#342)

    • hca upload: Make sure checksum is computed after whole file is read not only the first/last bit. (#343)

v6.0.2

15 May 00:06
cc5c7e3
Compare
Choose a tag to compare
  • Bump commonmark dependency (#340)

v6.0.1

11 May 00:43
Compare
Choose a tag to compare

Fix: KeyError with manifests from production

v6.0.0

10 May 23:17
Compare
Choose a tag to compare

Improve download parallelism (#296)
Add paginate method. (#335)
Include version for naming downloaded bundle directory (#239)
Enumerate collections. (#330)
Remote Login (#328)
Add --layout option to manifest download (#297)
Reorganize dss client methods for clarity
Bump dcplib requirement version range
Add Python 3.7 to Travis CI test matrix (#324)

v5.2.0

30 Apr 16:49
1cad7fc
Compare
Choose a tag to compare
  • Remove crcmod from direct dependencies (#323)

    • Connection pool size set to DEFAULT_THREAD_COUNT (#320)

    • Trufflehog fix. (#322)

    • SwaggerClient: set max redirects to a high number (#318)

v5.1.0

25 Apr 21:06
Compare
Choose a tag to compare

uplaod: If a file has already been uploaded to a bucket, skip uploading it if
the sync argument is set to True (by default it is set to true). (#306)
upload: use smaller reads when doing client-side checksumming
Disable version checking until a better solution is found. (#315)

v5.0.2

24 Apr 16:44
Compare
Choose a tag to compare

upload: fix prod url formatting for requests

v5.0.1

24 Apr 01:35
Compare
Choose a tag to compare

upload: add some error verbosity for debugging purposes

v5.0.0

24 Apr 01:33
Compare
Choose a tag to compare
  • Raise error if duplicate file is present (fixes #298)
    • Add download_dir option (fixes #308)

    • Create Version Method (#304)

    • Handle bundle errors better; Fix test

    • Download bundles concurrently (#287)

    • Upload: covert Upload API to be object-based See classes
      UploadService and UploadArea

    • Expose the rest of the Upload API through UploadArea

    • Handle special characters in filenames

v4.10.0

06 Apr 03:10
e38364b
Compare
Choose a tag to compare
  • Update bundle download to link to filestore (fixes #277) (#285)

    • Remove scandir dependency when it is included in Python (#289)

    • Add clientside checksumming in Upload Service CLI (#252)