Skip to content

Releases: craedl/craedl-sdk-python

introduce file version control

21 Nov 15:12
Compare
Choose a tag to compare
Pre-release

The Craedl SDK now supports Craedl's newly introduced file version control feature.

Changes:

  • Directory.create_file(...) is unchanged in the SDK and automatically adds a new version of the file if the file exists and has changed.

  • File.download(...) now takes an optional version_index, to allow you to choose to download a particular version. The index comes from the chronological ordering listed in the File.versions attribute. Leaving version_index unspecified downloads the version that is currently active.

Enable large file uploads

18 Nov 19:08
Compare
Choose a tag to compare
Pre-release
v0.1.1

enable large file uploads

First beta release

11 Oct 20:16
Compare
Choose a tag to compare
First beta release Pre-release
Pre-release
v0.1.0

Merge branch 'master' of github.com:craedl/craedl-sdk-python

improved functionality

10 Oct 20:47
Compare
Choose a tag to compare
Pre-release
v0.0.5

increment version

PyPI release

09 Oct 20:17
Compare
Choose a tag to compare
PyPI release Pre-release
Pre-release
v0.0.4

increment version

Craedl Python SDK initial public release

09 Oct 20:01
Compare
Choose a tag to compare

This is the initial public release of the Craedl Python SDK. We expect it to grow rapidly over the coming months.