Releases: opengisch/qfieldcloud-sdk-python
Releases · opengisch/qfieldcloud-sdk-python
v0.5.0
What's Changed
- Rename
--exit-on-error / --no-exit-on-error
to--throw-on-error / --no-throw-on-error
flag (#26) - Rename
list_files
tolist_remote_files
(#26) - Replace
DownloadStatus
,UploadStatus
,DeleteStatus
withFileTransferStatus
(#26) - Replace
DownloadType
withFileTransferType
(#26) - Add
upload_type
parameter toupload_files
(#26) - Add check of the md5sum if the file needs to be uploaded, force upload with
force
parameter toupload_files
(#26) - Add
download_file
to download individual files (#26) - Add
upload_file
to upload individual files (#26) - Improve job related CLI textual feedback (#26)
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Added
delete-project
command #25 - Added
delete-files
command #25 - Added
list-jobs
command #23 - Added
job-trigger
command #23 - Added
job-status
command #23 - Added
package-latest
command #23 - Removed
package-status
command, usejob-status
instead #23 - Removed
package-trigger
command, usejob-trigger
instead #23 - Removed the
finish_cb
for downloading/uploading, it never worked as intended #25 - Improvements in error handling when dowloading files #25
- Added progressbar when downloading/uploading a project #25
- Improved logs #25
- Improved docs #25
- Added
--version
argument #24 - If
--no-verify-ssl
is passes, the SSL warnings are no longer printed #25
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- Fix downloading and listing files by @suricactus in #21
- Add --version CLI argument by @suricactus in #24
- Fix 0.3.0 regression, install qfieldcloud-cli as executable by @suricactus in #22
Full Changelog: v0.3.0...v0.3.1
0.3.0
v0.3.0 Keep the version number as step output
v0.2.3
- Fix listing projects
- Be more precise when downloading part of the project files
v0.2.0
- Supports flag to disable SSL checks