Skip to content

Releases: HumanCellAtlas/dcp-cli

v4.9.0

21 Mar 23:53
Compare
Choose a tag to compare

Updating boto3 version since the previous 1.7-1.8 requirement is incompatible with upload service. (#282)
Centralize SECURITY.md, and delete security.txt. (#281)
Add a trufflehog regex check. (#283)
Add paths to manifest after v2 download (fixes #248)
allow for not providing slashes when selecting upload area (#280)
Parellelize downloads for manifest (fixes #236)
Add version dir for manifest download (fixes #251)
Deduplicate file downloads (fixes #234)
Bump tweak dependency to v1.0.2 (#271)
Add security.txt. (#270)
Amend retry counter placement.
Slash-Support : supporting '/' within upload/download for files in bundles (#266)
[Easy] Temporary fix to allow POST requests to be retried. (#267)
modified Error API (#225)
Support get bundle iteration. (#264)
Properly place and print required vs. non-required args in the help menu. Addresses #219. (#254)
301 retries are logged as info (#257)
Update README.rst
Revert "Slash support (#247)" (#263)
Revert "Update README.rst" Slash-Support causing cli issues This reverts commit a4fbe45.
Slash support (#247)
Update README.rst
Update README.rst
Update README.rst
Add readthedocs link to the readme usage section. (#250)
Check the CLI version. (#249)
Add a function to warn the user if the CLI version is out of date. (#246)
Adding GOOGLE_APPLICATION_CREDENTIALS to readme. (#242)
puremagic < 1.5 (#245)

v4.8.0

22 Feb 15:59
Compare
Choose a tag to compare

Revert "Relax boto range (#243)"

v4.7.0

22 Feb 01:08
Compare
Choose a tag to compare

Relax boto range (#243)
Support optional object parameters (#229)
reduce threads running on upload and reraise error from Tenacy on upload methods (#228)
Fixing the generation of DSS API Docs (#227)
Update guide for submitting data files to the DCP (#224)

v4.4.10

19 Nov 17:53
Compare
Choose a tag to compare
  • Bumping version to sync with PyPI

v4.4.9

16 Nov 21:26
Compare
Choose a tag to compare

removing redirect for retry_policy (#205)
[CVE-2018-18074] Upgrade requests to 2.20.0 (#204)
Fixing read the docs error with markup language in argsparser (#197)
Remove redundant index on landing page (#196)
add testing for api_client (#190)

v4.4.8

27 Sep 15:41
e017ef6
Compare
Choose a tag to compare
  • Initialize logging in hca.cli.main (#195)

v4.4.7

26 Sep 21:22
Compare
Choose a tag to compare

Fix URL regexp in release script

v4.4.1

20 Sep 19:14
d59c02e
Compare
Choose a tag to compare
  • US 169 Add command line tool for checking upload area or file status (#187)

    • adding a backoff factor and retry redirects for api calls. (#184)

    • The life time of a token can be adjusted for authentication sessions. (#182)

v4.2.1

04 Sep 17:59
0cf2d80
Compare
Choose a tag to compare
  • Re-roll 4.2.0 due to a packaging issue.

v4.2.0

04 Sep 17:58
3d31e28
Compare
Choose a tag to compare
  • Synchronize access to Swagger definition

    • Enable programmatic SwaggerClient host configuration (#142)

    • Allow for directory and file extension in hca upload files command (#174)

    • Restrict Boto3 dependency version range to 1.7.x (#176). Pin commonmark to 0.7.x.

    • upload cli parallelization 5x improvement (#155)

    • Add integration tests for SwaggerClient's code generation methods (#109)

    • Help info for parameters appears in cli for upload and download (#146)