Releases: craedl/craedl-sdk-python
Releases · craedl/craedl-sdk-python
introduce file version control
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 optionalversion_index
, to allow you to choose to download a particular version. The index comes from the chronological ordering listed in theFile.versions
attribute. Leavingversion_index
unspecified downloads the version that is currently active.
Enable large file uploads
v0.1.1 enable large file uploads
First beta release
v0.1.0 Merge branch 'master' of github.com:craedl/craedl-sdk-python
improved functionality
v0.0.5 increment version
PyPI release
v0.0.4 increment version
Craedl Python SDK initial public release
This is the initial public release of the Craedl Python SDK. We expect it to grow rapidly over the coming months.