Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Apr 8, 2024
1 parent cee9253 commit 0472780
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
2.0.0 / 2024-04-08
==================

Breaking Changes
----------------

* Set minimal Ruby version to `3.0`
* For older Rubies use version `1.x` of this library
* Replace `rest-client` with `faraday`
* Set config `secure` to `true` by default
* All delivery URLs are set to be `https://` by default
* To disable - set `secure` to `false` in config/options
* Add support for URL Analytics
* Adds analytics signature query parameter to the delivery URLs
* To disable - set `analytics` to `false` in config/options
* Remove deprecated methods
* `Cloudinary::Utils.unsigned_download_url`
* use `Cloudinary::Utils.cloudinary_url` instead
* `Cloudinary::Utils.signed_download_url`
* use `Cloudinary::Utils.cloudinary_url` instead
* `Cloudinary::Utils.zip_download_url`
* use `Cloudinary::Utils.download_zip_url` instead
* `cl_zip_download_url`
* use `cl_download_zip_url` instead
* Remove deprecated constants

New functionality and features
------------------------------

* Add support for `analyze` API
* Support chunked uploads with CarrierWave
* Filter users by last login in `users` Provisioning API

1.29.0 / 2024-02-26
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/cloudinary/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Cloudinary
module Cloudinary
VERSION = "1.29.0"
VERSION = "2.0.0"
end

0 comments on commit 0472780

Please sign in to comment.