Skip to content

Commit 0472780

Browse files
author
cloudinary-bot
committed
Version 2.0.0
1 parent cee9253 commit 0472780

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
2.0.0 / 2024-04-08
2+
==================
3+
4+
Breaking Changes
5+
----------------
6+
7+
* Set minimal Ruby version to `3.0`
8+
* For older Rubies use version `1.x` of this library
9+
* Replace `rest-client` with `faraday`
10+
* Set config `secure` to `true` by default
11+
* All delivery URLs are set to be `https://` by default
12+
* To disable - set `secure` to `false` in config/options
13+
* Add support for URL Analytics
14+
* Adds analytics signature query parameter to the delivery URLs
15+
* To disable - set `analytics` to `false` in config/options
16+
* Remove deprecated methods
17+
* `Cloudinary::Utils.unsigned_download_url`
18+
* use `Cloudinary::Utils.cloudinary_url` instead
19+
* `Cloudinary::Utils.signed_download_url`
20+
* use `Cloudinary::Utils.cloudinary_url` instead
21+
* `Cloudinary::Utils.zip_download_url`
22+
* use `Cloudinary::Utils.download_zip_url` instead
23+
* `cl_zip_download_url`
24+
* use `cl_download_zip_url` instead
25+
* Remove deprecated constants
26+
27+
New functionality and features
28+
------------------------------
29+
30+
* Add support for `analyze` API
31+
* Support chunked uploads with CarrierWave
32+
* Filter users by last login in `users` Provisioning API
33+
134
1.29.0 / 2024-02-26
235
==================
336

lib/cloudinary/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright Cloudinary
22
module Cloudinary
3-
VERSION = "1.29.0"
3+
VERSION = "2.0.0"
44
end

0 commit comments

Comments
 (0)