Releases: cloudinary/cloudinary_gem
Releases · cloudinary/cloudinary_gem
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?
Version 1.2.1
- Add test for width and height values "ow", "oh"
- Include new JavaScript files. Related to cloudinary/cloudinary_js#73
Version 1.2.0
New functionality and features
- New configuration parameter
:client_hints
- Enhanced auto
width
values - Enhanced
quality
values
Other Changes
- Remove coffee and map files. Fixes #203
Version 1.1.7
New functionality and features
- Add TravisCI configuration and label
- Add
keyframe_interval
andstreaming_profile
transformation parameters - Add
expires_at
parameter toUtils#download_archive_url
- Add
CONTRIBUTING.md
- Add
next_cursor
totransformation()
- Update Readme with information on the Cloudinary JavaScript library. Related to #199
Other Changes
- Ensuring rails environment is loaded as a dependency of running sync_static rake task, so anything initializer that sets up Cloudinary.config takes affect
- Refactor tests to allow parallel runs.
- Fix
deep_hash_values
matcher. - Mock heavy tests
- Remove upload_presets created during the tests
- Merge pull request #177 from Buyapowa/fix-rake-task-config-loading
- Merge pull request #185 from gunterja/patch-1
- Merge pull request #186 from gunterja/patch-2
- Merge pull request #187 from gunterja/patch-3
- Merge pull request #189 from gunterja/patch-5
- Merge branch 'task/add-next-cursor-to-transformation'
- adding tests for next_cursor with transformation
- Merge pull request #192 from thedrow/patch-1
- exists? must return booleans
File.exists?
is deprecated in favor ofFile.exist?