Skip to content

Releases: cloudinary/cloudinary_ios

Version 2.9.0-beta.2

05 Apr 16:54

Choose a tag to compare

Version 2.9.0-beta.2 Pre-release
Pre-release
  • Remove Alamofire dependency (#229)
  • Fix Carthage support.

Version 2.7.0

07 Apr 08:46

Choose a tag to compare

New functionality

  • Support swift 5, fix related warnings.
  • Bump Alamofire version to 4.8.2
  • Add support for fetch layer in transformations. (#197)
  • Add support for quality_analysis parameter in upload. (#195)
  • Add support for font antialiasing and hinting in text overlays. (#193)
  • Add support for streaming_profile param in CLDTransformation. (#194)
  • Support excluding the default version from the generated cloudinary-url. (#206)
  • Add quality_override parameter to upload/explicit. (#199)

Other changes

  • Replace crypto kit files with CommonCrypto import.
  • Fix memory cache limit not getting initially set in CLDImageCache (#201)
  • Fix bas64 string validation in uploader. (#196)

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