File tree Expand file tree Collapse file tree 2 files changed +40
-1
lines changed
Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 11
2+ 1.7.0 / 2017-04-09
3+ ==================
4+
5+ New functionality and features
6+ ------------------------------
7+
8+ * Added resource publishing API
9+ * ` Api.publish_by_prefix `
10+ * ` Api.publish_by_tag `
11+ * ` Api.publish_by_ids `
12+ * Support remote URLs in ` Uploader.upload_large ` API
13+ * Add missing parameters to generate-archive
14+ * ` skip_transformation_name `
15+ * ` allow_missing `
16+ * Added context API methods
17+ * ` Api.add_context `
18+ * ` Api.remove_all_context `
19+ * Added ` Uploader.remove_all_tags ` method
20+ * Support URL SEO suffix for authenticated images
21+ * Add support of "format" parameter to responsive-breakpoints hash
22+ * Add notification_url to update API
23+
24+
25+ Other Changes
26+ -------------
27+
28+ * Remove tag from test
29+ * Change test criteria from changing versions to bytes
30+ * Use ` TRAVIS_JOB_ID ` if available or random. Move auth test constants to spec_helper.
31+ * Add test for deleting public IDs which contain commas
32+ * Move expression and replacement to constants
33+ * Don't normalize negative numbers
34+ * Added generic aliasing to methods named with image
35+ * Added Private annotation to certain utility methods
36+ * Add ` encode_context ` method to ` Utils `
37+ * Escape = and | characters in context values + test
38+ * Add more complex eager test cases
39+ * Switch alias_method_chain to alias_method to support Rails version >5.1
40+
2411.6.0 / 2017-03-08
342==================
443
Original file line number Diff line number Diff line change 11# Copyright Cloudinary
22module Cloudinary
3- VERSION = "1.6 .0"
3+ VERSION = "1.7 .0"
44end
You can’t perform that action at this time.
0 commit comments