Skip to content

Releases: box/box-python-sdk

v2.13.0

30 Sep 13:37
4ac49af

Choose a tag to compare

New Features and Enhancements:

  • Sensitive language replacement (#609)
  • Add BoxSign support (#617)

Bug Fixes:

  • Upgrade cryptography to version 3 (#620)

v2.12.1

16 Jun 15:07
403d204

Choose a tag to compare

Bug Fixes:

  • Fix bug when thumbnail representations are not found (#597)

v2.12.0

16 Apr 17:22
0725aa1

Choose a tag to compare

New Features and Enhancements:

  • Add metadata query functionality (#574)
  • Add folder lock functionality (#581)
  • Add search query support for the include_recent_shared_links field (#582)
  • Update get_groups() to use documented parameter to filter by name (#586)

v2.11.0

11 Jan 20:46
bc5ad87

Choose a tag to compare

New Features and Enhancements:

  • Deprecate and add method for getting a thumbnail (#572)

v2.10.0

02 Oct 17:43
3844f2b

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

Choose a tag to compare

  • Fix exception handling for OAuth
  • Fix path parameter sanitization

v2.8.0

24 Apr 21:49
1e5400e

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

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

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

Choose a tag to compare

  • Added api_ call decorator for copy method.