Releases: cloudinary/cloudinary_gem
Releases · cloudinary/cloudinary_gem
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
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
include
instead ofmatch_array
. - Fix "missing folder" test
- Add specific dependency on nokogiri
- Update rspec version
Version 1.4.0
- 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
New functionality and features
- Search resource by context
- Add
:transformations
parameter to alldelete_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
- 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
- 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?