Releases: cloudinary/cloudinary_gem
Releases · cloudinary/cloudinary_gem
Version 1.17.1
- Fix options handling issue in SassC
Version 1.17.0
New functionality and features
- Add support for
eval
upload parameter - Add support for 32-char signature length
Other Changes
- Fix escaping of query string characters in CarrierWave integration
- Fix detection integration test
- Integrate with sub-account test service
- Add pull request template
Version 1.16.1
- Detect data URLs with suffix in mime type
- Fix
Invalid regular expression
error in Safari
Version 1.16.0
New functionality and features
- Add support for uploading
StringIO
Other Changes
- Set default cache storage to
file
inCarrierWave
- Fix
normalize_expression
to ignore predefined variables - Fix sample projects
Version 1.15.0
New functionality and features
- Add support for
accessibility_analysis
parameter
Other Changes
- Fix
download
function inCloudinary::CarrierWave
- Fix handling of empty value in
if
parameter - Fix consumption of configuration from environment variables
Version 1.14.0
New functionality and features
- Add support of global folder in ActiveStorage
- Add duration to conditions in video
Other Changes
- Fix
URI.unescape is obsolete
warning - Fix lingering Rails 6 autoload warnings
- Fix Ruby 1.9 CI build
- Allow setting uploader timeout to
nil
- Update link to CarrierWave integration
- Update issue templates
Version 1.13.2
- Fix asset extension detection in active storage service
url
method
Version 1.13.1
- Remove
test_files
fromgemspec
- Remove redundant binary files from
active_storage
spec - Fix
rspec
deprecation warnings in Rails 6 - Add test for uploading IO
Version 1.13.0
New functionality and features
- Add
SassC
cloudinary-url
function
Other Changes
- Fix ActiveStorage download not using
ssl
forhttps
- Fix resource type detection in ActiveStorage
- Fix
storage_type
instance method inCloudinary::CarrierWave
module - Fix sample project, limit sqlite3 to a compatible version
Version 1.12.0
New functionality and features
- Add Cloudinary service for ActiveStorage
- Add
create_folder
Admin API method - Add
delete_folder
Admin API method - Add
cinemagraph_analysis
toupload
,explicit
andresource
API methods - Add
font_antialiasing
andfont_hinting
text style parameters - Add
derived_next_cursor
parameter toresource
Admin API - Add
next_cursor
andmax_results
forroot_folders
andsubfolders
Admin API functions - Add
jpeg
toIMAGE_FORMATS
- Add
pow
transformation operator - Add
force_version
tocloudinary_url
- Support per corner values for the
radius
transformation parameter - Support using multiple resource types when generating archives
- Support Google Storage fetch URL
Other Changes
- Ensure
CLOUDINARY_URL
starts withcloudinary://
- Reduce memory usage in
Cloudinary::Utils.cloudinary_url
- Encode URL in Admin API methods
- Fix base64 data validation
- Return
video
as theresource_type
for audio files - Add language and platform version for ruby/rails user agent
- Fix TravisCI configuration for ruby 1.9