Releases: cloudinary/cloudinary_npm
Releases · cloudinary/cloudinary_npm
Version 1.11.0
New functionality
- Add
access_controlparameter touploadandupdate
Other changes
- Mock
delete_all_resourcestest - Add
compileTestsscript topackage.json - Add http/https handling to spec helper
- Mock moderation tests
- Fix
categorizationtest - Remove
similarity_searchtest - Add test helper functions
- Add utility functions to
utils - Replace lodash's
_with explicitly requiring methods
Version 1.10.0
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
facesparameter to theexplicitAPI
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
- 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
.envfile is missing. - Remove CoffeeScript header
- Add
lib\v2\search.jsto git.
Version 1.9.0
New functionality
- Add Search API
- Add support for
typeparameter in publish-resources api - Add support for
keyframe-interval(ki) video manipulation parameter - Added parameters
allow_missingandskip_transformation_nameto generate-archive api - Add support for
notification-urlparameter to update API - Support = and | characters within context values using escaping + test (#143)
Other changes
Version 1.8.0
Add User defined variables
Version 1.7.1
- 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
New functionality
- Add access mode API
Other changes
- Rework tests cleanup
- Use TRAVIS_JOB_ID to make test tags unique
Version 1.6.0
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
New functionality
add_context&remove_all_contextAPI- Add
data-max-chunk-sizeto input created byimage_upload_tag - Add
moderationandphashparameters to explicit API
Other changes
- Modify Travis configuration to test NodeJS v4 and v6 only.
- Modify
TEST_TAG - Use Sinon spy in
start_attest - 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
niltonull. Callconfig()with parameter name.
Version 1.4.6
- Merge pull request #118 from cloudinary/explicit-eager-transformations
- Support multiple eager transformations with explicit api