Releases: cloudinary/cloudinary_gem
Releases · cloudinary/cloudinary_gem
Version 1.11.1
- Merge pull request #330 from langsharpe/constant_nil_is_deprecated
- Replace
NIL
withNil
to fix ruby 2.4 deprecation warning
- Replace
Version 1.11.0
New functionality and features
- Support new parameters and values:
auto
keyword in thestart_offset
art
artistic effectfps
quality_analysis
quality_override
pre
custom function transformation
- Add namespace to the cloudinary controller to avoiding conflicts (#319)
Other Changes
- Add "Join the Community"
- Merge pull request #290 from zenspider/fix_carrierwave_deps
- Fixed direct references to ::CarrierWave with
defined?
guards. - Fix debugging output to use mutex so output isn't garbled.
- Fixed direct references to ::CarrierWave with
Version 1.10.1-rc
This is a release candidate to test the new dependencies.
- Fix transformation list test
- Fix detection test
- Remove encrypted variables from .travis.yml
- Update dependencies
- Support "pre" versions in update_version
Version 1.10.0
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
- 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
New functionality and features
- Add
access_control
parameter toupload
andupdate
- Add
format
to CarrierWave plug-in'sPreloadedFile
Other Changes
- Fix upload categorization test
Version 1.8.3
- 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
- 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_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 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