Skip to content

Releases: cloudinary/cloudinary_gem

Version 1.19.0

05 Mar 02:04
Compare
Choose a tag to compare

New functionality and features

  • Add Account Provisioning API
  • Add support for api_proxy parameter
  • Add support for date parameter in usage Admin API

Other Changes

  • Fix direct upload of raw files
  • Improve unit testing of add-ons
  • Change test for eval upload parameter
  • Bump vulnerable version of rubyzip
  • Fix cloudinary.gemspec glob issue

Version 1.18.1

30 Sep 13:42
Compare
Choose a tag to compare
  • Update embedded jquery.cloudinary.js to fix ES5 compatibility issue

Version 1.18.0

27 Sep 17:30
Compare
Choose a tag to compare

New functionality and features

  • Add download_folder helper
  • Add support for sources in video tag
  • Add structured metadata to Admin and Upload API

Other Changes

  • Fix download of a raw file in ActiveStorage
  • Update embedded jquery.cloudinary.js to fix ES5 compatibility issue

Version 1.17.1

25 Aug 21:30
Compare
Choose a tag to compare
  • Fix options handling issue in SassC

Version 1.17.0

21 Aug 15:58
Compare
Choose a tag to compare

New functionality and features

  • Add support for eval upload parameter
  • Add support for 32-char signature length

Other Changes

  • Fix escaping of query string characters in CarrierWave integration
  • Fix detection integration test
  • Integrate with sub-account test service
  • Add pull request template

Version 1.16.1

06 Jul 09:29
Compare
Choose a tag to compare
  • Detect data URLs with suffix in mime type
  • Fix Invalid regular expression error in Safari

Version 1.16.0

29 Jun 08:22
Compare
Choose a tag to compare

New functionality and features

  • Add support for uploading StringIO

Other Changes

  • Set default cache storage to file in CarrierWave
  • Fix normalize_expression to ignore predefined variables
  • Fix sample projects

Version 1.15.0

11 Jun 11:02
Compare
Choose a tag to compare

New functionality and features

  • Add support for accessibility_analysis parameter

Other Changes

  • Fix download function in Cloudinary::CarrierWave
  • Fix handling of empty value in if parameter
  • Fix consumption of configuration from environment variables

Version 1.14.0

06 May 18:25
Compare
Choose a tag to compare

New functionality and features

  • Add support of global folder in ActiveStorage
  • Add duration to conditions in video

Other Changes

  • Fix URI.unescape is obsolete warning
  • Fix lingering Rails 6 autoload warnings
  • Fix Ruby 1.9 CI build
  • Allow setting uploader timeout to nil
  • Update link to CarrierWave integration
  • Update issue templates

Version 1.13.2

19 Jan 14:45
Compare
Choose a tag to compare
  • Fix asset extension detection in active storage service url method