Skip to content

Releases: box/box-python-sdk

v2.10.0

02 Oct 17:43
3844f2b
Compare
Choose a tag to compare

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

23 Jun 18:08
1709684
Compare
Choose a tag to compare
  • Fix exception handling for OAuth
  • Fix path parameter sanitization

v2.8.0

24 Apr 21:49
1e5400e
Compare
Choose a tag to compare
  • Added support for token exchange using shared links
  • Added the ability to pass in a SHA1 value for file uploads

v2.7.1

22 Jan 00:57
b379c89
Compare
Choose a tag to compare
  • Fixed bug in _get_retry_request_callable introduced in release 2.7.0 which caused chunked uploads to fail

v2.7.0

16 Jan 21:37
0a71d8b
Compare
Choose a tag to compare
  • 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

24 Oct 22:50
242d004
Compare
Choose a tag to compare
  • Added api_ call decorator for copy method.

v2.6.0

29 Aug 22:17
724f5dc
Compare
Choose a tag to compare

Adding a new get admin events function with created_before, created_after, and event_type parameters. Thank you @capk1rk!

v.2.5.0

20 Jun 23:59
0fa7277
Compare
Choose a tag to compare

Allowed passing None to clear configurable_permission field in the add_member() method.

v2.4.1

16 May 23:44
Compare
Choose a tag to compare
  1. Added ability for users to use set metadata on files and folders

v2.3.2

29 Mar 23:50
Compare
Choose a tag to compare
  • Fixing an issue in v2.3.1 where package could not be installed.