Skip to content

Releases: PilotDataPlatform/cli

Release develop 2.2.3

18 Apr 15:42

Choose a tag to compare

  • adapt with new lineage flow to add the payload source_id in pre-upload
  • cleanup the old lineage logic
  • fix the resumable upload will only output manifest of last batch
  • fix the token might timeout if user login after 200s
  • fix the error message error when download empty folder

Release develop 2.2.2

18 Apr 13:06

Choose a tag to compare

with the new design for folder resumable upload, the cli will have following major update:

  • add new command for resumable upload as pilotcli file resume -r manifest.json
  • the logic of normal upload and resumble will be split.
  • the manifest file will be output for both file/folder upload
  • add a new constraint to block tagging/manifest when folder uploading
  • skip and raise the warning for file with size 0

Release develop 2.2.1

11 Apr 21:26

Choose a tag to compare

  • add token refresh in a dedicate thread
  • update upload bar logic which will block the multithread

Release main 2.2.0

11 Apr 21:11

Choose a tag to compare

version for staging release

Release 2.0.0

22 Mar 20:33

Choose a tag to compare

  • update cli with new pre-registration workflow:
    • add new payload parent_folder_id in pre-upload api.
    • add new logic to search the longest parent path since cli will allow user to specify the folder that is not exist. If user key in the non-existing folders, the cli will format with longest parent(default is name_folder)
    • add new payload item_id in combine chunks api
  • fixup the progress bar is not correct when doing resumable upload

Release 2.0.0a0

27 Feb 13:36

Choose a tag to compare

pre major version

Former-commit-id: d5dc235391ae24bf55ea33e7dd4faa595ea6afee

Release 1.9.4_a0

07 Feb 14:04

Choose a tag to compare

This is the pre-release version for staging 2023.01.06. It rolls back the feature that chunk uploads directly into minio

Release 1.9.3

06 Feb 21:25

Choose a tag to compare

  • hotfix dataset download/dataset version download issue
  • hotfix the upload retry error

Release 1.9.2

02 Feb 17:41

Choose a tag to compare

PILOT-2128: Unify action workflow (#20)

* PILOT-2128: Update pre-commit config

* PILOT-2128: Use proper copyright header

* PILOT-2128: Unify action workflow

* PILOT-2128: Align code with pre-commit config

* PILOT-2128: Update workflow name

* PILOT-2128: Test build and publish workflow

* PILOT-2128: Add develop branch triggers

* PILOT-2128: Remove if for push-binary job

* PILOT-2128: Add result checks

* PILOT-2128: Enable build and publish workflow

* PILOT-2128: Bump version

Former-commit-id: 2089e182ab16ebf8203540411ebe7d18d4fdd433

Release 1.9.1

31 Jan 22:09

Choose a tag to compare

  • CLI supports to perform multi-threading upload for single file
  • adapt the download with new sse return
  • add the etag validation for each chunk when doing resumable upload
  • fix file operation return 401 error