October 25, 2021

Python and Django integrations v3.0.0

{BREAKING} {python} {django} {integration}

Version 3.0 contains breaking changes.

What’s added:

  • Multipart uploads.
  • Document and video conversions.
  • Signed URL generator.
  • Image transformation path builder.
  • Webhook operations.
  • Getting project information.
  • Low-level API.
  • Uploadcare client.

What’s changed:

  • Dropped support for Python 3.5.
  • Dropped support for Python 2.*.
  • Allowed uploading from URL in File.upload method.
  • Resource attributes can be accessed now as properties, not methods.
  • Uploadcare client should be initialized to access API.
  • Moved from Travis to Github Actions.