Skip to content

Tags: startupgrind/pycloudinary

Tags

1.4.0

Toggle 1.4.0's commit message
New functionality and features

------------------------------

  * New configuration parameter `:client_hints`
  * Enhanced auto `width` values
  * Enhanced `quality` values

Other Changes
-------------

  * Add `next_cursor` to `transformation`

1.3.2

Toggle 1.3.2's commit message
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`

1.3.1

Toggle 1.3.1's commit message
Version 1.3.1

  * Support python 2/3, and Django 1.7/1.9
  * Fix rendering of CloudinaryJsFileField for field update

1.3.0

Toggle 1.3.0's commit message
Version 1.3.0

  * Archive generation support
  * Support line spacing in text overlay
  * Put uploader params in multipart body rather than url
  * Support responsive_breakpoints parameter
  * Update static assets based on new cloudinary_js repository structure.
  * Allow saving and retrieving cloudinary field without version
  * Fix default resource type handling when saving models

1.2.0

Toggle 1.2.0's commit message
Version 1.2.0

1.1.3

Toggle 1.1.3's commit message
Increment version to 1.1.3

1.1.2

Toggle 1.1.2's commit message
Update USER_AGENT. Remove max_length restriction from CloudianryField…

…. Rename and reformat CHANGES.txt.

  * Version 1.1.2
  * 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"

1.0.15

Toggle 1.0.15's commit message
Increment to version v1.0.15: Admin API update method. Admin API list…

…ing by moderation kind and status. Support moderation status in admin API listing. Support moderation flag in upload. New upload and update API parameters: moderation, ocr, raw_conversion, categorization, detection, similarity_search and auto_tagging. Support uploading large raw files.

1.0.14

Toggle 1.0.14's commit message
Increment to version v1.0.14: Embedding the external poster package t…

…o avoid pip 1.5.x errors. Add support for direction in resource listing.

1.0.13

Toggle 1.0.13's commit message
Increment to version v1.0.13: Support overwrite upload parameter. Sup…

…port tags in admin API resource listing. Support specifying face coordinates in upload API. Support specifying context (currently alt and caption) in upload API and returning context in API. Support specifying allowed image formats in upload API. Support listing resources in admin API by multiple public IDs. Send User-Agent header with client library version in API request. Support for signed-URLs to override restricted dynamic URLs. Use api.Error instead of Exception in uploader module. Support deleting all resources in Admin API.