File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
34
1.29.0 / 2024-02-26
2
35
==================
3
36
Original file line number Diff line number Diff line change 1
1
# Copyright Cloudinary
2
2
module Cloudinary
3
- VERSION = "1.29 .0"
3
+ VERSION = "2.0 .0"
4
4
end
You can’t perform that action at this time.
0 commit comments