Skip to content

Commit 4beb758

Browse files
author
Amir Tocker
committed
Version 1.7.0
1 parent 0ad5115 commit 4beb758

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,43 @@
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+
241
1.6.0 / 2017-03-08
342
==================
443

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.6.0"
3+
VERSION = "1.7.0"
44
end

0 commit comments

Comments
 (0)