Skip to content

Releases: cloudinary/cloudinary_npm

Version 1.26.0

06 Jun 08:18

Choose a tag to compare

Add support for oauth authorization (#489)

Version 1.25.2

30 May 09:48

Choose a tag to compare

Other Changes

  • Fix - Remove file extensions from require statements (#490)
  • Fix - Add support for complex variable names (aheight) (#488)
  • Fix - #486 - upload_prefix configuration retrieval (#487)

Version 1.25.1

22 Mar 08:01

Choose a tag to compare

  • Fix/unhandled promise rejection call api (#481)
  • Fix return type of api_url function(return String instead of Promise) (#483)
  • Add SHA-256 support for auth signatures (#479)

Version 1.25.0

22 Feb 10:21

Choose a tag to compare

New functionality

  • Add sort by metadata field (#474)
  • Add filename override param (#471)

Other changes

  • Add safe base64 to all url generation (#477)
  • Fix config backup in sign requests test (#476)
  • Add missing types to create/delete_folder and private_download_url (#473)
  • Add validation to genreate_auth_token to enforce url or acl (#472)

Version 1.24.0

31 Jan 15:22

Choose a tag to compare

New functionality and features

------------------------------
  * Add `accessibility_analysis` parameter support (#463)
  * Add support for date parameter in usage API (#467)

Other Changes
-------------
  * Change test for `eval` upload parameter (#468)
  * Update docstring for normalize_expression (#461)
  * Fix secure_distribution has type (#462)
  * Remove unused parameter from archive_params (#454)
  * Fix type of generate_auth_token options (#448)
  * Set the provisioning API config as optional (#451)
  * Encode all URI components when building a URL in base_api_url() (#447)
  * Generate url-safe base64 strings in remote custom functions (#446)

Version 1.23.0

26 Aug 06:34

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

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

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

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

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