Skip to content

Releases: cloudinary/cloudinary_npm

Version 1.23.0

26 Aug 06:34
Compare
Choose a tag to compare

New functionality and features

  • Add support for pending, prefix, and sub_account_id to users method (#417)
  • Add support for metadata array value (#433)
  • Detect data URLs with suffix in mime type (#418)
  • Add support for download backedup asset function (#415)
  • Add support max_results and next_cursor in root_folders and sub_folders (#411)
  • Add download_folder method (#404)

Other Changes

  • Added linter rules (#423)
  • Fix docstring for pending parameter of the users method (#436)
  • Fix invalid detection failing test (#439)
  • Test: Ignore URL in AuthToken generation if ACL is provided (#431)
  • Add pull_request_template.md (#435)
  • Fix and improve docstring for download_folder() (#434)
  • Refactor pickOnlyExistingValues() function (#432)
  • Add tests for new OCR features (#385)

Version 1.22.0

08 Jun 11:40
Compare
Choose a tag to compare

New functionality and features

  • Feature encode sdk version (#371)
  • Add support for cinemagraph_analysis parameter in upload, explicit, and resource (#391)
  • Support for creating folders using Admin API (#370)
  • Add support for pow operator in expressions (#386)
  • Feature/support download backup version api (#380)
  • Fix normalize_expression when variable is named like a keyword (e.g., ) (#367)
  • Add support for 32 char SHA-256 signatures (#368)

Other Changes

  • Add missing types for sign-request (#398)
  • Add deprecation warning for node 6, add tests for node 14 (#389)
  • Add linter (#388)
  • Fix incorrect text implementation for list resources(#382)
  • Update issue templates (#365)

Version 1.21.0

29 Mar 12:36
Compare
Choose a tag to compare

New functionality and features

  • Add types for Structured Metadata functions (#359)
  • Added types for upload response callback (#360)
  • Updated promise types for resources methods (#358)

Other Changes

  • Add rate_limits back to responses sent from Admin API (#361)
  • Align all structured metadata tests with reference implementation (#351)
  • Improve provisioning api tests (#354)
  • Refactor in a wait period for eager uploads (#355)

Version 1.20.0

11 Mar 12:50
Compare
Choose a tag to compare

New functionality and features

  • Add support for sources in video tag (#265)
  • Add support multiple resource_types in ZIP generation (#348)
  • Add API support for account/provisioning (#343)
  • Add filename options (#273)
  • Add use_filename option (#274)
  • Support quality_override param for update and explicit api (#242)

Other Changes

  • Refactor out a duplicate test (#353)
  • Refactor the order of the assertions in account_spec (#352)
  • Fix type defs for stream upload methods (#336)
  • Remove typings spec and config from npm package
  • Add automation to delete the es5-lib dir when npm run compile is run
  • Move typescript to devDependencies and update version
  • Refactor out utils functions

Version 1.19.0

20 Jan 16:02
Compare
Choose a tag to compare

New functionality and features

  • Add structured metadata support
  • Add verifyNotificationSignature()

Other Changes

  • Fix isRemoteUrl to correctly detect docx files
  • Fix named transformations with spaces
  • Fix/fixed type def for upload stream
  • Add name to errors in uploader.js

Version 1.18.1

11 Dec 15:00
Compare
Choose a tag to compare
  • Fix acl and url escaping in auth_token generation

Version 1.18.0

09 Dec 09:59
Compare
Choose a tag to compare

New functionality

  • Add live parameter to create_upload_preset and update_upload_preset

Other changes

  • Fixed tests on Utils and Cloudinary_spec and removed a duplicate one

Version 1.17.0

11 Nov 13:40
Compare
Choose a tag to compare
  • Update ejs dependency in photo album
  • Add Type Script declaration file

Version 1.16.0

15 Oct 11:57
Compare
Choose a tag to compare
  • Support different radius for each corner (containing images and overlays) (#260)
  • Add feature to allow override on timestamp and signature (#295)
  • remove package-lock (#303)
  • Fixed open linting issues (#279)
  • Feature/publish script (#289)
  • Fix parameters sent when creating a text image (#298)
  • Add custom pre function support (#302)
  • Escape quotes in HTML attributes (#259)

Version 1.15.0

08 Sep 09:19
Compare
Choose a tag to compare

New functionality

  • Add 'derived_next_resource' to api.resource method
  • Add support for 'delete folder' API
  • Add support for remote/local function invocation (fn:remote and fn:wasm) (#261)
  • Add antialiasing and hinting
  • Add force_version transformation parameterAdd automatic JavaScript linting and fix existing code conflicts (#262)
  • Add automatic JavaScript linting and fix existing code conflicts (#262)

Other changes

  • Mock upload preset listing test
  • Feature/duration to condition video
  • Update test for change moderation status
  • Simplified error assertions in a few test specs
  • Fix base64 URL validation
  • Rearrange util tests
  • Test support of async option in explicit api
  • Remove unnecessary return statements and options from tests
  • Remove unnecessary use of options and API in access_control_spec.js
  • Merge pull request #239 from tornqvist/remove-coffeescript-transform
  • Remove coffee script deps and transform