Skip to content

Releases: cloudinary/cloudinary_gem

Version 1.8.1

16 May 15:57
Compare
Choose a tag to compare
  • Fix image_path. Fixes #257
  • Add Auto Gravity modes tests.
  • Use correct values in Search tests.

Version 1.8.0

30 Apr 23:54
Compare
Choose a tag to compare

New functionality and features

  • Add Search API
  • Sync static for non image assets (#241) fixes #27

Other Changes

  • Fix Carrierwave signed URL.

Version 1.7.0

09 Apr 07:26
Compare
Choose a tag to compare

New functionality and features

  • Added resource publishing API
    • Api.publish_by_prefix
    • Api.publish_by_tag
    • Api.publish_by_ids
  • Support remote URLs in Uploader.upload_large API
  • Add missing parameters to generate-archive
    • skip_transformation_name
    • allow_missing
  • Added context API methods
    • Api.add_context
    • Api.remove_all_context
  • Added Uploader.remove_all_tags method
  • Support URL SEO suffix for authenticated images
  • Add support of "format" parameter to responsive-breakpoints hash
  • Add notification_url to update API

Other Changes

  • Remove tag from test
  • Change test criteria from changing versions to bytes
  • Use TRAVIS_JOB_ID if available or random. Move auth test constants to spec_helper.
  • Add test for deleting public IDs which contain commas
  • Move expression and replacement to constants
  • Don't normalize negative numbers
  • Added generic aliasing to methods named with image
  • Added Private annotation to certain utility methods
  • Add encode_context method to Utils
  • Escape = and | characters in context values + test
  • Add more complex eager test cases
  • Switch alias_method_chain to alias_method to support Rails version >5.1

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?