Skip to content

Tags: opengisch/qfieldcloud-sdk-python

Tags

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #89 from opengisch/QF-6867-force-upload

feat: added --force to the CLI `upload_files` to skip etag verification

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #84 from opengisch/QF-6453-handler-304

fix: do not overwrite with empty file if the server returns HTTP 304 when `If-None-Match` is sent

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #68 from opengisch/fix_examples

Example docs adjustments and fixes

v0.8.4

Toggle v0.8.4's commit message
Fix typings

v0.8.3

Toggle v0.8.3's commit message
Make dependencies more flexible

v0.8.2

Toggle v0.8.2's commit message
Fix download/upload files with the proper `get_md5sum`

v0.8.1

Toggle v0.8.1's commit message
Switch to `pypa/gh-action-pypi-publish@release/v1` from `@v1`

v0.8.0

Toggle v0.8.0's commit message
Make use of paginated API by default on `list-projects` and `list-jobs`

v0.7.0

Toggle v0.7.0's commit message
Skip downloading the S3 metadata if `skip_metadata=1` is passed to th…

…e API `/files/` list endpoint

The metadata (the field `sha256`) for each file version is not needed,
since the SDK is using a md5 checksum that is provided anyways.

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #33 from opengisch/md5fix

Fix md5sum key error until server is updated