Skip to content

Releases: cloudinary/pycloudinary

Version 1.6.1

23 Feb 01:28
Compare
Choose a tag to compare
  • Add support for URL token.
  • Rename auth_token.
  • Support nested values in CLOUDINARY_URL.
  • Refactor imports

Version 1.6.0

30 Jan 00:38
Compare
Choose a tag to compare

New functionality and features

  • Add Akamai token generator

Other Changes

  • Add max_results=500 to api.resources invocation in tests
  • Double encode , and / in text layers
  • Handle empty CloudinaryField values. Fixes #81, Related to #82
  • Revert to in-memory database for tests
  • Support passing parameters to both setup.py test and django-admin.py test
  • Set DJANGO_SETTINGS_MODULE only in Django tests
  • Test for string_types instead of str.
  • Use disable_warning() in network tests.

Version 1.5.0

17 Nov 06:23
Compare
Choose a tag to compare

New functionality and features

  • Add streaming profiles admin API
  • Add Django tests
  • Add tox configuration
  • Django110 support
  • Use urllib3
  • Add Archive parameters allow-missing, expires_at, phash and skip_transformation_name
  • Add keyframe_interval and streaming_profile transformation parameters

Other Changes

  • Use restructuredText instead of markdown in README. Update setup.py.
  • Add support for Google App Engine.
  • Handle file types including streams in upload
  • Fix typo in tests
  • Fix refactoring bug
  • Fix face_coordinates test
  • Fix default value for http headers
  • Fix imports
  • Import util after defining constants
  • PEP 008 and style / refactoring
  • Add classifiers to setup.py. Fixes #72
  • Update gitignore
  • Remove django_tests from the package
  • Use compatibility methods from six.
  • Use the same pool in each API call.
  • Modify error handling to match urllib3
  • Update .gitignore from https://github.com/github/gitignore/blob/master/Python.gitignore
  • Merge branch 'master' into feature/add-django-tests
  • Merge pull request #69 from jarekwg/upgrade/django110
  • Support original width and height ("ow", "oh")
  • Add a tests for "gravity": "auto"

Version 1.4.0

22 Jun 15:55
Compare
Choose a tag to compare

New functionality and features

  • New configuration parameter :client_hints
  • Enhanced auto width values
  • Enhanced quality values

Other Changes

  • Add next_cursor to transformation

Version 1.3.2

23 Mar 15:22
Compare
Choose a tag to compare

New functionality and features

  • Support conditional transformations via the if parameter
  • Process all upload parameters for explicit API.

Other Changes

  • Fix categorization test criteria
  • Delete resources by tag after tests
  • Replace ARCHIVE_TAG with TEST_TAG
  • Add TEST_IMAGE and TEST_TAG

Version 1.3.1

03 Feb 16:25
Compare
Choose a tag to compare
  • Support python 2/3, and Django 1.7/1.9
  • Fix rendering of CloudinaryJsFileField for field update

Version 1.2.0

01 Nov 15:43
Compare
Choose a tag to compare
  • Merge pull request #60 from nloadholtes/nloadholtes_python3
  • Support easy overlay/underlay construction
  • Skip test_restore and test_upload_mapping if no api_key/api_secret
  • Support upload_mappings api
  • Support restore api
  • Support 'invalidate' in rename and 'invalidate' and 'context' in explicit
  • Support aspect ratio transformation param
  • Adding double quotes to prevent python 2.x from printing empty parens
  • Adding parens to print for python 3 compatibility
  • Merge pull request #59 from nloadholtes/patch-1
  • Doc update
  • Merge pull request #58 from netman92/patch-1
  • Fixed typo in readme.md
  • Merge pull request #46 from rtrajano/master
  • Merge branch 'ZeroCater-master'
  • get_prep_value returns default instead of None
  • Added len function to CloudinaryImage
  • Add version script

v1.1.2

22 Jun 21:45
Compare
Choose a tag to compare
  • Update USER_AGENT format and allow the setting of USER_PLATFORM
  • Remove max_length restriction from CloudinaryField
  • Reformat CHANGES.txt and rename it to CHANGELOG.md
  • Change PyPI package classifier to "Development Status :: 5 - Production/Stable"