Skip to content

Version 4.0.0

Compare
Choose a tag to compare
@ivanredbread ivanredbread released this 26 Dec 11:29
· 223 commits to main since this release
51f47f6

This version introduce support of the REST API v0.7.

Breaking changes

  • For File.info:
    • File information doesn't return image_info and video_info fields anymore,
      they were moved into field content_info that includes mime-type, image (dimensions, format, etc), video information (duration, format, bitrate, etc), audio information, etc.
    • Removed rekognition_info in favor of appdata.
  • For file_list method of FileList:
    • Removed the option of sorting the file list by file size.
  • For File:
    • Removed method copy in favor of local_copy and remote_copy methods.
    • Files to upload must be opened in a binary mode.

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.
  • 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.