Releases: cloudinary/cloudinary_gem
Releases · cloudinary/cloudinary_gem
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
:transformationsparameter 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_coordinatestest
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_transformationto 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
widthvalues - Enhanced
qualityvalues
Other Changes
- Remove coffee and map files. Fixes #203
Version 1.1.7
New functionality and features
- Add TravisCI configuration and label
- Add
keyframe_intervalandstreaming_profiletransformation parameters - Add
expires_atparameter toUtils#download_archive_url - Add
CONTRIBUTING.md - Add
next_cursortotransformation() - 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_valuesmatcher. - 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?
Version 1.1.5
- Add
url_suffixsupport for private images. - Replace explicit twitter test with explicit transformation
- Fix "should allow listing resources by start date" test
Version 1.1.4
New functionality and features
- Add conditional transformation
Other Changes
- Fix direct upload in the sample project
Version 1.1.3
- Update known file types.
- Use
uploadparams inexplicitfor forward compatibility. - Change
LAYER_KEYWORD_PARAMSto array to explicitly declare the order. - Add comment regarding the
allow_implicit_crop_mode. - Use
target_tagsto specify tags for the created archive. - Fix mapping test.