Releases: cloudinary/cloudinary_gem
Releases · cloudinary/cloudinary_gem
Version 1.10.0
New functionality and features
- Add the
custom_functiontransformation parameter - Add Picture and source tags
- Add
srcsetattribute to image tag - Add support for overlays of type fetch
- Add breakpoints cache
Other Changes
- Add
update_versionscript - 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
- Fix URL signature
- Use the correct method for updating a column
- Add support for
namedparameter 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
New functionality and features
- Add
access_controlparameter touploadandupdate - Add
formatto CarrierWave plug-in'sPreloadedFile
Other Changes
- Fix upload categorization test
Version 1.8.3
- Suppress warnings in tests
- Support symbols in
context - Remove
auto_taggingfailure test - Fix fully_unescape
- Whitespace
- Fixed CW versions to use stored_version of original PR #263
Version 1.8.1
- Fix
image_path. Fixes #257 - Add Auto Gravity modes tests.
- Use correct values in Search tests.
Version 1.8.0
Version 1.7.0
New functionality and features
- Added resource publishing API
Api.publish_by_prefixApi.publish_by_tagApi.publish_by_ids
- Support remote URLs in
Uploader.upload_largeAPI - Add missing parameters to generate-archive
skip_transformation_nameallow_missing
- Added context API methods
Api.add_contextApi.remove_all_context
- Added
Uploader.remove_all_tagsmethod - 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_IDif 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_contextmethod toUtils - 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
Version 1.5.2
- 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
New functionality and features
- Add access mode API
Other Changes
- Fix transformation related tests.
- Fix archive test to use
includeinstead ofmatch_array. - Fix "missing folder" test
- Add specific dependency on nokogiri
- Update rspec version