Skip to content

Releases: opengisch/qfieldcloud-sdk-python

v0.5.0

11 Mar 17:39
Compare
Choose a tag to compare

What's Changed

  • Rename --exit-on-error / --no-exit-on-error to --throw-on-error / --no-throw-on-error flag (#26)
  • Rename list_files to list_remote_files (#26)
  • Replace DownloadStatus, UploadStatus, DeleteStatus with FileTransferStatus (#26)
  • Replace DownloadType with FileTransferType (#26)
  • Add upload_type parameter to upload_files (#26)
  • Add check of the md5sum if the file needs to be uploaded, force upload with force parameter to upload_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

01 Mar 02:08
Compare
Choose a tag to compare

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, use job-status instead #23
  • Removed package-trigger command, use job-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

10 Dec 19:46
eb9d986
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

0.3.0

27 Oct 13:04
Compare
Choose a tag to compare
v0.3.0

Keep the version number as step output

v0.2.3

10 Sep 21:00
20c2a26
Compare
Choose a tag to compare
  • Fix listing projects
  • Be more precise when downloading part of the project files

v0.2.0

10 Sep 19:35
Compare
Choose a tag to compare
  • Supports flag to disable SSL checks

v0.1.0

10 Sep 19:29
Compare
Choose a tag to compare

🌤️