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.
- Uploadcareclient.
What’s changed:
- Dropped support for Python 3.5.
- Dropped support for Python 2.*.
- Allowed uploading from URL in File.uploadmethod.
- Resource attributes can be accessed now as properties, not methods.
- Uploadcareclient should be initialized to access API.
- Moved from Travis to Github Actions.