Releases: PilotDataPlatform/cli
Releases · PilotDataPlatform/cli
Release develop 2.5.0a0
Staging Merge back 2023.05.15
Release main 2.4.3
Pilot 2936: add an action to create the cli with mac version (#59)
Release develop 2.4.0
fixes versioning Former-commit-id: 5a94d24325cd673bdfec8df8fe87ba1b5caa1dc3
Release main 2.4.1
Merge pull request #53 from PilotDataPlatform/PILOT-2809
PILOT-2809: update the lineage to use core zone file instead of greenroom
Release develop 2.2.4
Merge pull request #47 from PilotDataPlatform/PILOT-2678 PILOT-2678: Fix error message for dataset version download when versi… Former-commit-id: e9069bc714efa9c4b25687d4b94c84f7d70b5a3d
Release main 2.3.2
Merge pull request #50 from PilotDataPlatform/rc/staging-release-18042023
Rc/staging hotfix 21042023: fixup the preupload will recieve the source_id as None
Release main 2.3.1
- remove the block for lineage operation
Release main 2.3.0
Staging Release 2023.04.19:
- 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. The resumable upload operation will be per batch action with size 100.
- add a new constraint to block tagging/manifest when folder uploading.
- skip and raise the warning for file with size 0.
- update error message.
- adapt cli with new lineage workflow.Temporary disable the lineage in this stating release since backend is not merged yet.
- add token refresh in a dedicate thread.
- update upload bar logic which will block the multithread.
Release develop 2.2.3
- 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
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