Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tocker committed Jan 8, 2016
1 parent 51616e2 commit 46b561d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@

1.3.0 / 2016-01-08
==================

New functionality
-----------------

* Add Archive functionality
* Add responsive breakpoints.
* Add structured text layers
* Add upload mapping API
* Add Restore API
* Add new USER_AGENT format - CloudinaryNodeJS/ver
* Add Support for `aspect_ratio` transformation parameter
* Add invalidate to explicit. Encode public_ids array with `[]` in URL. Replace cleanup code with TEST_TAG.
* Add "invalidate" flag to rename
* Add support invalidate=>true in explicit for social resources
* Support uploading large files using the new Content-Range based upload API.

Other changes
-------------
* Use `target_tags` instead of `tags` in tests.
* Utilize spechelper
* Add license to package, add Sinon.JS, update mocha
* Increase timeout in tests.
* Merge pull request #77 from joneslee85/consolidate-test-runner
* get rid of Cakefile

1.2.6 / 2015-11-19
==================

Expand All @@ -9,7 +36,7 @@

* Add timeout to test. Compiled CoffeeScript and whitespace changes
* Add dev dependency on `coffee-script`
* Updated upload_large_stream to return a stream and let the caller control the piping to it, similar to upload_stream.
* Updated upload_large_stream tols return a stream and let the caller control the piping to it, similar to upload_stream.
* fixes #65 - upload_large using chunk_size is corrupting data - also adds the very useful upload_large_stream function. upload_large tests now verify data integrity.
* Add bower to the photo_album sample project.
* Add CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Cloudinary <[email protected]>",
"name": "cloudinary",
"description": "Cloudinary NPM for node.js integration",
"version": "1.2.6",
"version": "1.3.0",
"homepage": "http://cloudinary.com",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/utils.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports.OLD_AKAMAI_SHARED_CDN = "cloudinary-a.akamaihd.net"
exports.AKAMAI_SHARED_CDN = "res.cloudinary.com"
exports.SHARED_CDN = exports.AKAMAI_SHARED_CDN

exports.VERSION = "1.2.6"
exports.VERSION = "1.3.0"
exports.USER_AGENT = "CloudinaryNodeJS/#{exports.VERSION}"
# Add platform information to the USER_AGENT header
# This is intended for platform information and not individual applications!
Expand Down

0 comments on commit 46b561d

Please sign in to comment.