Skip to content

Releases: Duke-GCB/DukeDSClient

Improved email lookups

29 May 15:22
Compare
Choose a tag to compare

Download hash verification

06 May 19:47
Compare
Choose a tag to compare

Changes

  • Verify hashes when downloading #242
  • Faster SDK file downloading #244
  • Display hash in long listing of a project contents #245

Fix S3 empty file upload

01 Apr 19:10
Compare
Choose a tag to compare

Fix for DukeDS s3 backend to upload empty files: #238
pyyaml 5.1 upgrade: #235

S3 Backend fix and Delivery share users fix

26 Feb 16:45
Compare
Choose a tag to compare

Support for S3 DukeDS Backend

11 Feb 20:39
Compare
Choose a tag to compare

Fix CircleCI deployment, API for get single affiliate

11 Dec 15:50
Compare
Choose a tag to compare

Includes changes to the source repo to fix the automated deployment to helmod
Adds a get_auth_provider_affiliate (singular) method in DDSApi

requests 2.20.0, Query auth_provider_affiliates by email/username

26 Nov 21:16
Compare
Choose a tag to compare
  • Updates version of requests to > 2.20.0
  • Adds email and username options to get_auth_provider_affiliates API

Fix partial download retry logic

23 Oct 13:59
Compare
Choose a tag to compare

Faster User Lookup

15 Oct 13:38
Compare
Choose a tag to compare

Faster user lookup using new searching features of DukeDS API.
PR #210

Deliver copy flag changes

23 Aug 13:49
Compare
Choose a tag to compare

Removed --skip-copy flag from deliver command and added --copy flag. This changes the default behavior for deliver. Deliver will now deliver the specified project by default. Users can deliver a copy by using the --copy flag.
Also fixes a bug where the url to open a newly uploaded project went to an invalid url (404).