Releases: box/box-python-sdk
Releases · box/box-python-sdk
v2.10.0
New Features and Enhancements:
- Add support for
copyInstanceOnItemCopy
field for metadata templates (#546)
- Allow creating tasks with the
action
and completion_rule
parameters (#544)
- Add zip functionality (#539)
Bug Fixes:
- Fix bug with updating a collaboration role to owner (#536)
- Allow ints to be passed in as item IDs (#530)
v2.9.0
- Fix exception handling for OAuth
- Fix path parameter sanitization
v2.8.0
- Added support for token exchange using shared links
- Added the ability to pass in a SHA1 value for file uploads
v2.7.1
- Fixed bug in
_get_retry_request_callable
introduced in release 2.7.0 which caused chunked uploads to fail
v2.7.0
- Fixed bug in get_admin_events function which caused errors when the optional event_types parameter was omitted.
- Add marker based pagination for listing users.
- Added support for more attribute parameters when uploading new files and new versions of existing files.
- Combined preflight check and lookup of accelerator URL into a single request for uploads.
- Fixed JWT retry logic so a new JTI claim is generated on each retry.
- Fixed bug where JWT authentication requests returned incorrect error codes.
- Fixed retry logic so when a Retry-After header is passed back from the API, the SDK waits for the amount of time specified in the header before retrying.
v2.6.1
- Added api_ call decorator for copy method.
v2.6.0
Adding a new get admin events function with created_before, created_after, and event_type parameters. Thank you @capk1rk!
v.2.5.0
Allowed passing None
to clear configurable_permission field in the add_member() method.
v2.4.1
- Added ability for users to use set metadata on files and folders
v2.3.2
- Fixing an issue in v2.3.1 where package could not be installed.