Version 4.0.0
This version introduce support of the REST API v0.7.
Breaking changes
- For
File.info
:- File information doesn't return
image_info
andvideo_info
fields anymore,
they were moved into fieldcontent_info
that includes mime-type, image (dimensions, format, etc), video information (duration, format, bitrate, etc), audio information, etc. - Removed
rekognition_info
in favor ofappdata
.
- File information doesn't return
- For
file_list
method ofFileList
:- Removed the option of sorting the file list by file size.
- For
File
:- Removed method
copy
in favor oflocal_copy
andremote_copy
methods. - Files to upload must be opened in a binary mode.
- Removed method
Added
- For
File.info
:- Field
metadata
that includes arbitrary metadata associated with a file. - Field
appdata
that includes dictionary of application names and data associated with these applications.
- Field
- Add Uploadcare API interfaces for
Uploadcare
:MetadataAPI
AddonsAPI
- Added an option to delete a Group.
Fixed
- Limit for batch operation is set to 100 (doc).
- Iterating over long collections in batch operation.
- Akamai signed URL generation.