Releases: PilotDataPlatform/cli
Releases · PilotDataPlatform/cli
Release testing 3.18.1a0
Release Notes
Summary
test
Versions
- Pilot Release Version: 2.16
- Compatible Version: 2.16
Release develop 3.17.0
Updated docs/compatible_version.md with PR #215
Release develop 3.16.0
Summary
- Update the message of new version notification. due to the lower version of terminal cant display the clickable link.
Versions
- Pilot Release Version: 2.15
- Minimum Release Version: 2.15
Release hot_fix_2.14.2 3.15.1
Updates
- fixup the initial setup will crash the help page due to missing token
- remove
-s
for release 2.14.2
Versions
- Pilot Release Version: 2.14.2
- Minimum Release Version: 2.14.2
Release develop 3.15.2
Updates
- fixup the resumable check doen't check local files.
Versions
- Pilot Release Version: 2.15
- Minimum Release Version: 2.15
Release develop 3.15.0
Update
- add size parameter in preupload api
- update integrity check when resumable upload
Versions
- Pilot Release Version: 2.14.2
- Minimum Release Version: 2.14.2
Release develop 3.14.1
- add upload status check at the end of upload/resumable upload
Release develop 3.14.0
- change the number of concurrent job to the number of thread + 1, in order to reduce the memory usage when uploading.
- update the logic of
access_token
,refresh_token
andapi_key
logic to cache it for runtime instead of decrypt it from file everytime during commands - remove the outstanding token refresh thread during upload
- optimize the logic of threading upload:
- move finishing event
chunk_upload_done
into function to avoid racing condition. - scheduled check and
timeout
for finishing eventchunk_upload_done
. - so it won't run into a dead loop when resuming at 100% for chunk upload.
- move finishing event
Release develop 3.13.0
- update
-s
option in file upload command to allow link multiple source item-s
option will now require text file as input
Release dev 3.12.3
fixup the resumable upload