Skip to content

Releases: cloudinary/cloudinary_gem

Version 1.4.0

30 Jan 10:18

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

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

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

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

Choose a tag to compare

Version 1.2.0

22 Jun 15:59

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

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?

Version 1.1.5

12 Apr 18:22

Choose a tag to compare

  • Add url_suffix support for private images.
  • Replace explicit twitter test with explicit transformation
  • Fix "should allow listing resources by start date" test

Version 1.1.4

23 Mar 15:33

Choose a tag to compare

New functionality and features

  • Add conditional transformation

Other Changes

  • Fix direct upload in the sample project

Version 1.1.3

16 Mar 06:48

Choose a tag to compare

  • Update known file types.
  • Use upload params in explicit for forward compatibility.
  • Change LAYER_KEYWORD_PARAMS to array to explicitly declare the order.
  • Add comment regarding the allow_implicit_crop_mode.
  • Use target_tags to specify tags for the created archive.
  • Fix mapping test.