Skip to content

Releases: cloudinary/cloudinary_ios

Version 3.2.1

11 Jan 15:05

Choose a tag to compare

  • Fix Carthage

Version 3.2.0

10 Jan 14:35

Choose a tag to compare

New functionality

  • Add support for apiKey argument in Upload API
  • Add support for preview effect

Other changes

  • Update travis job to support multiple iOS versions
  • Add test for preview effect with duration parameter
  • Recover Cloudinary.xcodeproj file
  • Fix ImageView size in preview widget CollectionView
  • Improve network error handling
  • Add PNG image upload unit tests

Version 3.1.0

03 Dec 15:41

Choose a tag to compare

New functionality

  • Add support for backgroundRemoval upload parameter

Other changes

  • Fix Carthage

Version 3.0.3

14 Nov 11:54

Choose a tag to compare

  • Fix error handling in fetchImage

Version 3.0.2

02 Nov 14:14

Choose a tag to compare

  • Improve error handling in fetchImage

Version 3.0.1

31 Aug 16:25

Choose a tag to compare

  • Fix deprecation warnings

Version 3.0.0

26 Apr 15:44
abba59e

Choose a tag to compare

Breaking changes

  • Bump minimum iOS target version to 9.0 (#334)

New functionality

  • Add new url cache system (#331)
  • Add operationQueue names (#333)
  • Add support for video assets in upload widget (#322)

Other changes

  • Fix image assets for tests in multiple OS versions (#329)
  • Add missing imports for SPM (#326)

Version 2.10.1

20 Jan 19:06

Choose a tag to compare

Re-add Cloudinary.xscheme to fix carthage support (#324)

Version 2.10.0

10 Jan 14:35

Choose a tag to compare

New functionality

  • Add Upload Widget (#320)
  • Add support for crop preprocess action (#263)
  • Add support for rotation preprocess action (#264)
  • Add support for enhanced quality analysis scores
  • Add support for user defined variables and conditional expressions (#238)
  • Support array of values for radius (#235)
  • Add eval parameter to the upload Params.
  • Add support for accessibility analysis (#260)
  • Add option to control url signature algorithm (#256)
  • Add support for custom pre-functions (#253)
  • Add support for Long signature in URLs (#250)
  • Add global timeout support(#251)
  • Add OCR support un transformations and Upload APIs.

Other changes

  • Add checks to validate responsive transformation.
  • Fix space encoding in a generated URL (#274)
  • Change local cache-keys encoding to sha256
  • Fix OCR parameter usage in UploadRequestParamsTests (#262)
  • Support urls with mime-type suffix in uploader.
  • Update SPM definitions file (#234)

Version 2.9.0

16 Apr 12:58

Choose a tag to compare

  • Remove Alamofire dependency (#229)
  • Add Swift Package Manager support.
  • Add Carthage support.
  • Rearrange workspace (#226)
  • Add support for assist_colorblind effect. (#227)
  • Validate URL scheme (#224)