Skip to content

Releases: cloudinary/cloudinary_gem

Version 1.6.0

08 Mar 18:22
Compare
Choose a tag to compare

New functionality and features

  • Support user defined variables
  • Add to_type parameter to the rename method (#236)
  • Add async parameter to the upload method (#235)

Other Changes

  • Switch ow & oh to iw & ih on respective test case
  • test auto gravity transformation in URL build

Version 1.5.2

22 Feb 14:52
Compare
Choose a tag to compare
  • Support URL Authorization token.
  • Rename auth_token.
  • Support nested keys in CLOUDINARY_URL
  • Support "authenticated" url without a signature.
  • Add OpenStruct from ruby 2.0.
  • Add specific rubyzip version for ruby 1.9

Version 1.5.0

08 Feb 00:43
Compare
Choose a tag to compare

New functionality and features

  • Add access mode API

Other Changes

  • Fix transformation related tests.
  • Fix archive test to use include instead of match_array.
  • Fix "missing folder" test
  • Add specific dependency on nokogiri
  • Update rspec version

Version 1.4.0

30 Jan 10:18
Compare
Choose a tag to compare
  • Add Akamai token generator
  • Merge pull request #201 from nashby/fix-image-formats
  • Remove video formats from the image formats array.

Version 1.3.0

22 Dec 14:36
Compare
Choose a tag to compare

New functionality and features

  • Search resource by context
  • Add :transformations parameter to all delete_resources
  • Update bundled Cloudinary Javascript library to 2.1.8

Other Changes

  • Added 'Album' for better showing a real world use case
  • Use tag instead of content_tag when creating input tag
  • Fix face_coordinates test

Version 1.2.4

31 Oct 07:47
Compare
Choose a tag to compare
  • Add Api.update_streaming_profile
  • Add Api.get_streaming_profile
  • Add Api.delete_streaming_profile
  • Add Api.list_streaming_profiles
  • Add Api.create_streaming_profile

Version 1.2.3

21 Aug 12:01
Compare
Choose a tag to compare
  • Allow a string to be passed as eager transformation
  • Add delete_derived_by_transformation to the Api methods.
  • Support videos mode for url suffixes.
  • Support url suffixes without private cdn
  • Fix values_match?

Version 1.2.1

15 Jul 23:13
Compare
Choose a tag to compare

Version 1.2.0

22 Jun 15:59
Compare
Choose a tag to compare

New functionality and features

  • New configuration parameter :client_hints
  • Enhanced auto width values
  • Enhanced quality values

Other Changes

  • Remove coffee and map files. Fixes #203

Version 1.1.7

06 Jun 10:50
Compare
Choose a tag to compare

New functionality and features

  • Add TravisCI configuration and label
  • Add keyframe_interval and streaming_profile transformation parameters
  • Add expires_at parameter to Utils#download_archive_url
  • Add CONTRIBUTING.md
  • Add next_cursor to transformation()
  • Update Readme with information on the Cloudinary JavaScript library. Related to #199

Other Changes

  • Ensuring rails environment is loaded as a dependency of running sync_static rake task, so anything initializer that sets up Cloudinary.config takes affect
  • Refactor tests to allow parallel runs.
  • Fix deep_hash_values matcher.
  • Mock heavy tests
  • Remove upload_presets created during the tests
  • Merge pull request #177 from Buyapowa/fix-rake-task-config-loading
  • Merge pull request #185 from gunterja/patch-1
  • Merge pull request #186 from gunterja/patch-2
  • Merge pull request #187 from gunterja/patch-3
  • Merge pull request #189 from gunterja/patch-5
  • Merge branch 'task/add-next-cursor-to-transformation'
  • adding tests for next_cursor with transformation
  • Merge pull request #192 from thedrow/patch-1
  • exists? must return booleans
  • File.exists? is deprecated in favor of File.exist?