Releases: PilotDataPlatform/cli
Releases · PilotDataPlatform/cli
Release develop 2.2.3
- adapt with new lineage flow to add the payload
source_idin 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
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
- add token refresh in a dedicate thread
- update upload bar logic which will block the multithread
Release main 2.2.0
version for staging release
Release 2.0.0
- update cli with new pre-registration workflow:
- add new payload
parent_folder_idin 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_idin combine chunks api
- add new payload
- fixup the progress bar is not correct when doing resumable upload
Release 2.0.0a0
pre major version Former-commit-id: d5dc235391ae24bf55ea33e7dd4faa595ea6afee
Release 1.9.4_a0
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
- hotfix dataset download/dataset version download issue
- hotfix the upload retry error
Release 1.9.2
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
- 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