Skip to content

Releases: cloudinary/cloudinary_gem

Version 1.10.0

18 Nov 10:05

Choose a tag to compare

New functionality and features

  • Add the custom_function transformation parameter
  • Add Picture and source tags
  • Add srcset attribute to image tag
  • Add support for overlays of type fetch
  • Add breakpoints cache
    Other Changes

  • Add update_version script
  • Fix transformations test
  • Replace ruby list notation to support older ruby versions
  • Refactor tests
  • Replace REXML with Nokogiri
  • Un-ignore the lib folder
  • Ignore empty transformations when processing an array of transformations
  • Restore configuration after each test
  • Limit Rack version to fix compatibility issues with ruby 1.9.3
  • Fix context escaping in call_context_api
  • Fix uploadLarge to use X-Unique-Upload-Id
  • Add test cases of OCR for upload and URL generation
  • Add test case of conditional tags
  • Fix expected result in cname with cdn_subdomain test
  • Fix raw conversion test
  • Raise exception when api-secret is missing in signed-url flow

Version 1.8.2

01 Jan 15:25

Choose a tag to compare

  • Fix URL signature
  • Use the correct method for updating a column
  • Add support for named parameter in list transformation API
  • load environment when running sync_static task
  • Fix the overwritten initializer for hash (#273)
  • Force TravisCI to install bundler
  • Fix CloudinaryFile::exists? method. Solves #193 #205
  • Update Readme to point to HTTPS URLs of cloudinary.com

Version 1.9.0

27 Feb 17:59

Choose a tag to compare

New functionality and features

  • Add access_control parameter to upload and update
  • Add format to CarrierWave plug-in's PreloadedFile

Other Changes

  • Fix upload categorization test

Version 1.8.3

08 Feb 10:04

Choose a tag to compare

  • Suppress warnings in tests
  • Support symbols in context
  • Remove auto_tagging failure test
  • Fix fully_unescape
  • Whitespace
  • Fixed CW versions to use stored_version of original PR #263

Version 1.8.1

16 May 15:57

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

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

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

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

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

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