Skip to content

Releases: cloudinary/cloudinary_ios

Version 2.6.1

30 Jan 16:38

Choose a tag to compare

New functionality

  • Add support for google storage (gs://) urls in uploader. (#184)
  • Add support for fps parameter in Transformations. (#182)
  • Add format field to responsive breakpoints in upload params (#152)
  • Add removeFromCache to CLDCloudinary

Other changes

  • Bump Alamofire version to 4.8.1
  • Fix project setup and tests for swift 4.2 (#191)
  • Add device and os data to user agent. (#180)
  • Remove duplicate Alamofire reference

Version 2.5.0

05 Nov 16:11

Choose a tag to compare

  • Add String extensions for base64 encoding
  • Add @discardableResult annotations for uploadLarge methods
  • Migrate to Swift 4.2
  • Fix duplicate upload callbacks when using preprocessing
  • Bump Alamofire to version to 4.7.3

Version 2.4.0

26 Jun 08:54

Choose a tag to compare

New functionality

  • Add support for async upload parameter
  • Add support for eager transformation format
  • Add support for automatic quality in transformations. (#150)
  • Add cache max-memory config (#98)
  • Add Keyframe interval transformation parameter (#90)

Other changes

  • Refactor CLDBaseParam for compatibility with iOS 11.4
  • Remove wrong project config (library search paths)
  • Bump Alamofire version to 4.7.2
  • Fix Alamofire submodule definition
  • Fix signature parameter handling in Management Api. (#161)
  • Fix faceCenter and facesCenter values in CLDGravity (#159)
  • Fix calculation of UIImage memory cache cost

Version 2.3.0

19 Mar 10:01

Choose a tag to compare

  • Add access control parameter to upload

Version 2.2.2

19 Mar 10:00

Choose a tag to compare

  • Add baseline Objective-C test.
  • Use @objcMembers where applies, for improved Objective-C compatibility.

Version 2.2.1

19 Mar 09:58

Choose a tag to compare

  • Fix objective-c compatibility issues with CLDResponsiveParams properties.

Version 2.2.0

19 Mar 09:57

Choose a tag to compare

New functionality

  • Add support for responsive image download
  • Add auto to CLDGravity

Other changes

  • Fix synchronization issue when using cldSetImage() on UIViews within view collections.

Version 2.1.0

19 Mar 09:57

Choose a tag to compare

New functionality

  • Add image preprocessing and validations
    • Resizing
    • Format and quality settings
    • Support for custom preprocessors and validators

Other changes

  • Remove custom operators
  • Update Alamofire to version 4.6.0

Version 2.0.4

19 Mar 09:56

Choose a tag to compare

  • Fix user-agent sdk version
  • Replace CommonCrypto wrapper with CryptoKit based code
  • Remove autotagging test (behaviour change)
  • Support Swift 4

Version 2.0.3

19 Mar 09:56

Choose a tag to compare

New functionality

  • Add support for chunked upload

Other changes

  • Update Readme to point to HTTPS URLs of cloudinary.com
  • Fix manual installation repository url.