Skip to content

Releases: cloudinary/cloudinary_npm

Version 1.2.6

19 Nov 12:47
Compare
Choose a tag to compare
  • Fix API timeout from 60ms to 60000ms

Version 1.2.5

19 Nov 12:46
Compare
Choose a tag to compare
  • 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.
  • 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

Version 1.2.4

19 Nov 12:45
Compare
Choose a tag to compare

Fix npmignore entries

Version 1.2.3

09 Aug 10:31
Compare
Choose a tag to compare
  • Adding samples and test to .npmignore so that they don't get published to NPM (thanks @JedWatson for PR #60 !)