- Per-request and globally configurable headers now supported.
- Python 3 support added.
- AccountKey references removed.
- Improving permissions endpoint compatibility with services like Google Drive.
- The API version has been updated to
v1. This introduces backwards incompatible changes. Please review the migration guide for more information on migrating fromv0tov1.
-
The
create()method requires all data attributes to be provided via a dictionary passed in through thedatakeyward argument rather than via arbitrary keyword arguments. This may vary based on specific implementations, such as for file uploads viaFile.create(). -
The
Fileclass'screate()method requires all query parameters to be provided via a dictionary passed in through theparamskeyward argument rather than via arbitrary keyword arguments. -
The
Account.file_upload_urlinstance method has been moved to be a class method atFile.upload_urlinstead.