Skip to content

Releases: cloudinary/cloudinary_gem

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

Version 1.13.1

24 Nov 13:37
Compare
Choose a tag to compare
  • Remove test_files from gemspec
  • Remove redundant binary files from active_storage spec
  • Fix rspec deprecation warnings in Rails 6
  • Add test for uploading IO

Version 1.13.0

14 Nov 12:19
Compare
Choose a tag to compare

New functionality and features

  • Add SassC cloudinary-url function

Other Changes

  • Fix ActiveStorage download not using ssl for https
  • Fix resource type detection in ActiveStorage
  • Fix storage_type instance method in Cloudinary::CarrierWave module
  • Fix sample project, limit sqlite3 to a compatible version

Version 1.12.0

02 Oct 15:29
Compare
Choose a tag to compare

New functionality and features

  • Add Cloudinary service for ActiveStorage
  • Add create_folder Admin API method
  • Add delete_folder Admin API method
  • Add cinemagraph_analysis to upload, explicit and resource API methods
  • Add font_antialiasing and font_hinting text style parameters
  • Add derived_next_cursor parameter to resource Admin API
  • Add next_cursor and max_results for root_folders and subfolders Admin API functions
  • Add jpeg to IMAGE_FORMATS
  • Add pow transformation operator
  • Add force_version to cloudinary_url
  • Support per corner values for the radius transformation parameter
  • Support using multiple resource types when generating archives
  • Support Google Storage fetch URL

Other Changes

  • Ensure CLOUDINARY_URL starts with cloudinary://
  • Reduce memory usage in Cloudinary::Utils.cloudinary_url
  • Encode URL in Admin API methods
  • Fix base64 data validation
  • Return video as the resource_type for audio files
  • Add language and platform version for ruby/rails user agent
  • Fix TravisCI configuration for ruby 1.9

Version 1.11.1

22 Dec 15:21
Compare
Choose a tag to compare
  • Merge pull request #330 from langsharpe/constant_nil_is_deprecated
    • Replace NIL with Nil to fix ruby 2.4 deprecation warning

Version 1.11.0

12 Dec 17:26
Compare
Choose a tag to compare

New functionality and features

  • Support new parameters and values:
    • auto keyword in the start_offset
    • art artistic effect
    • fps
    • quality_analysis
    • quality_override
    • pre custom function transformation
  • Add namespace to the cloudinary controller to avoiding conflicts (#319)

Other Changes

  • Add "Join the Community"
  • Merge pull request #290 from zenspider/fix_carrierwave_deps
    • Fixed direct references to ::CarrierWave with defined? guards.
    • Fix debugging output to use mutex so output isn't garbled.