Skip to content

Releases: cloudinary/pycloudinary

Version 1.10.0

20 Dec 16:20
Compare
Choose a tag to compare

New functionality and features

  • Add Publish API
  • Add notification_url param for update API
  • Add transformations parameter to delete_resources APIs
  • Add support for fetch overlay/underlay
  • Add allow_missing and skip_transformation_name parameters to Archive API
  • Add support of quality_override param for update and explicit API

Other Changes

  • Update .gitignore
  • Print cloud name when testing
  • Pass all environment vars to tox tests
  • Add documentation to test helpers
  • Use dict for Api params
  • Add test helper methods
  • Pass options to cloudinary_api_url when creating an archive URL. Fixes #130
  • Add max_results to transformations test
  • Add test for cursor of transformations (#123)

Version 1.9.0

13 Dec 09:08
Compare
Choose a tag to compare

New functionality and features

  • Add api.delete_derived_by_transformation
  • Support SSL certificate (#101)
  • Add async param to uploader (#115)
  • Add TravisCI configuration

Other Changes

  • Add update_version.sh
  • Add CONTRIBUTING.md (#113)
  • Remove auto_tagging failure test
  • Skip search tests by default
  • Fix parallel tests
  • Replace % with format()
  • Make test more readable
  • Mock up tests
  • Fix parallel tests
  • Remove faces param
  • Clean up resources after tests
  • Update PKG-INFO
  • Update .gitignore
  • Update setup.py

Version 1.8.0

03 May 15:04
Compare
Choose a tag to compare

New functionality and features

  • Add Search API

Other Changes

  • Add test_helper.py
  • Add call_json_api to api.py.
  • Add logger to cloudinary.
  • Mock start_at param test
  • Add mocked test for ocr param in update
  • Add gravity ocr value tests
  • Add mocked test for ocr param in upload
  • Merge pull request #94 from rubengrill/fix-unicode-encode-error-cloudinary-url
  • Fix UnicodeEncodeError in utils.cloudinary_url

Version 1.7.0

19 Mar 05:24
Compare
Choose a tag to compare
  • Add User Defined Variables
  • Add migration to remove pub_date in django_tests

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