Skip to content

Releases: cloudinary/cloudinary_npm

Version 1.27.1

11 Oct 06:44
Compare
Choose a tag to compare
  • Add node version to user agent (#519)

Version 1.27.0

12 Sep 12:49
Compare
Choose a tag to compare
  • Fix: verifyNotificationSignature timestamps are in seconds (#515)
  • Allow multi and sprite with urls, add download_generated_sprite and download_multi methods (#493)
  • Prevent preview:duration from being normalized (#513)
  • Prevent duplicate search fields in search api (#510)
  • Add support for create_slideshow Upload API (#508)
  • Add support for variables in text style (#507)

Version 1.26.3

01 Aug 05:41
Compare
Choose a tag to compare
  • Add update_metada type to upload api (#500)
  • Return structured metadata in resources APIs (#503)

Version 1.26.2

04 Jul 07:32
Compare
Choose a tag to compare
  • fixed font_family encoding (#498)

Version 1.26.1

22 Jun 17:12
Compare
Choose a tag to compare
  • updated sent upload params (#497)
  • Improve the return type of cloudinary.v2.config() in TypeScript (#494)

Version 1.26.0

06 Jun 08:18
Compare
Choose a tag to compare

Add support for oauth authorization (#489)

Version 1.25.2

30 May 09:48
Compare
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
Compare
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
Compare
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
Compare
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)