Skip to content

Releases: cloudinary/cloudinary_npm

Version 1.11.0

19 Mar 13:37

Choose a tag to compare

New functionality

  • Add access_control parameter to upload and update

Other changes

  • Mock delete_all_resources test
  • Add compileTests script to package.json
  • Add http/https handling to spec helper
  • Mock moderation tests
  • Fix categorization test
  • Remove similarity_search test
  • Add test helper functions
  • Add utility functions to utils
  • Replace lodash's _ with explicitly requiring methods

Version 1.10.0

13 Feb 16:23

Choose a tag to compare

New functionality

  • Support url suffix for shared CDN
  • Add Node 8 to Travis CI tests and remove secure variables
  • Fix breakpoints format parameter
  • Extend support of url_suffix for different resource types
  • Add support for URLs in upload_large
  • Add support for transformations parameter in delete_resources api
  • Add support for delete_derived_by_transformation
  • Add format parameter support to responsive-breakpoints encoder
  • Add expires_at parameter to archive_params
  • Add faces parameter to the explicit API

Other changes

  • Fix typos
  • Test transformations api with next_cursor
  • add test cases of ocr for upload and url generation
  • add test case of conditional tags
  • Update dependencies
  • Fix tests
  • Remove tests for auto_tagging

Version 1.9.1

13 Feb 16:23

Choose a tag to compare

  • Decode string to sign before creating the signature (#167)
  • Update Readme to point to HTTPS URLs of cloudinary.com
  • Update lib files
  • Ignore error when .env file is missing.
  • Remove CoffeeScript header
  • Add lib\v2\search.js to git.

Version 1.9.0

30 Apr 23:54

Choose a tag to compare

New functionality

  • Add Search API
  • Add support for type parameter in publish-resources api
  • Add support for keyframe-interval (ki) video manipulation parameter
  • Added parameters allow_missing and skip_transformation_name to generate-archive api
  • Add support for notification-url parameter to update API
  • Support = and | characters within context values using escaping + test (#143)

Other changes

  • Test/upgrade mocha (#142)
  • fix bad escaping of special characters in certain scenarios + tests (#140) Fixes #138
  • Don't normalize negative numbers.
  • Fix typo: rename min to sub

Version 1.8.0

14 Mar 10:58

Choose a tag to compare

Add User defined variables

Version 1.7.1

23 Feb 00:41

Choose a tag to compare

  • Refactor generate_auth_token
  • Update utils documentation.
  • Add URL authorization token.
  • Rename token function.
  • Support nested keys in CLOUDINARY_URL
  • Allow tests to run concurrently

Version 1.7.0

23 Feb 00:41

Choose a tag to compare

New functionality

  • Add access mode API

Other changes

  • Rework tests cleanup
  • Use TRAVIS_JOB_ID to make test tags unique

Version 1.6.0

30 Jan 10:20

Choose a tag to compare

New functionality

  • Add Akamai token generator
  • Add Search resource by context

Other changes

  • Use http library when api protocol is set to http patch
  • Added timeouts to spec in order to force consistency
  • Fix publish API test cleanup
  • Use random suffix in api tests
  • Use binary encoding for signature
  • Add coffee watch
  • Fixed async issues with before queue
  • Add missing options to explicit api call

Version 1.5.0

29 Dec 16:25

Choose a tag to compare

New functionality

  • add_context & remove_all_context API
  • Add data-max-chunk-size to input created by image_upload_tag
  • Add moderation and phash parameters to explicit API

Other changes

  • Modify Travis configuration to test NodeJS v4 and v6 only.
  • Modify TEST_TAG
  • Use Sinon spy in start_at test
  • Support context as hash argument in context API
  • Delete streaming profiles after tests
  • Fix signing URL tests, Fixes #89
  • Add timeout to delete streaming profile test
  • add tests for add_context & remove_all_context
  • add add_context & remove_all_context methods
  • fix test description
  • add test to phash in an explicit call
  • add test to moderation parameter in an explicit call
  • Add test to accepts {effect: art:incognito}
  • support phash in explicit call
  • Fix missing moderation parameter in an explicit call
  • Fix nil to null. Call config() with parameter name.

Version 1.4.6

25 Nov 10:43

Choose a tag to compare

  • Merge pull request #118 from cloudinary/explicit-eager-transformations
    • Support multiple eager transformations with explicit api