Skip to content

Releases: cloudinary/pycloudinary

Version 1.26.0

20 Jun 14:29
Compare
Choose a tag to compare

New functionality and features

  • Add support for OAuth authorization
  • Add support for large file upload in CloudinaryField
  • Add support for context and metadata parameters in rename API
  • Add support for overriding Django settings with env variables
  • Add support for filename_override upload parameter
  • Add support for metadata parameter in resources APIs

Other Changes

  • Add validation to generate_auth_token to enforce url or acl
  • Fix normalize_expression in advanced cases

Version 1.25.0

26 Mar 14:20
Compare
Choose a tag to compare

New functionality and features

  • Add support for download_generated_sprite and download_multi helpers
  • Add support for urls in multi and sprite APIs
  • Add support for SHA-256 in auth signatures

Other Changes

  • Fix prepare.sh script
  • Fix pending parameter of the users method of Provisioning API
  • Change test for eval upload parameter
  • Extract add-on type constants to a separate file

Version 1.24.0

18 Dec 19:23
Compare
Choose a tag to compare

New functionality and features

  • Add support for list values in metadata
  • Add Python 3.9 support

Other Changes

  • Improve add-on tests

Version 1.23.0

16 Nov 16:31
Compare
Choose a tag to compare

New functionality and features

  • Add support for date in usage Admin API
  • Add download_folder helper method

Other Changes

  • Fix typo in docstring for get_param
  • Add test for context metadata as user variables
  • Fix Django deprecation warning
  • Fix detection integration test
  • Add pull request template

Version 1.22.0

23 Jul 10:34
Compare
Choose a tag to compare

New functionality and features

  • Add download_backedup_asset helper method
  • Add support for accessibility_analysis parameter
  • Add support for eval upload parameter

Other Changes

  • Detect data URLs with suffix in mime type
  • Integrate with sub-account test service

Version 1.21.1

11 Jun 16:00
Compare
Choose a tag to compare
  • Fix static files in Django 3.0

Version 1.21.0

04 Jun 11:36
Compare
Choose a tag to compare

New functionality and features

  • Add Account Provisioning - User Management API
  • Add support for 32 char SHA-256 URL signature
  • Add resources_by_context Admin API

Other Changes

  • Fix Empty file error in Django file upload
  • Escape special characters in Admin API URL
  • Verify protocol in CLOUDINARY_URL and CLOUDINARY_ACCOUNT_URL
  • Update issue templates

Version 1.20.0

13 Feb 12:33
Compare
Choose a tag to compare

New functionality and features

  • Add structured metadata support

Other Changes

  • Verify protocol in CLOUDINARY_URL
  • Move mock library to tests_require

Version 1.19.1

08 Dec 14:30
Compare
Choose a tag to compare

New functionality and features

  • Add Python 3.8 support
  • Add Django 3.0 support
  • Add verify_api_response_signature and verify_notification_signature util functions

Other Changes

  • Fix normalize_expression to ignore predefined variables

Version 1.18.2

10 Oct 13:01
Compare
Choose a tag to compare
  • Restore Search in cloudinary module