Skip to content

Releases: box/box-python-sdk

v2.12.0

Choose a tag to compare

@swfree swfree released this 16 Apr 17:22
0725aa1

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

Choose a tag to compare

@sujaygarlanka sujaygarlanka released this 11 Jan 20:46
bc5ad87

New Features and Enhancements:

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

v2.10.0

Choose a tag to compare

@sujaygarlanka sujaygarlanka released this 02 Oct 17:43
3844f2b

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

Choose a tag to compare

@PJSimon PJSimon released this 23 Jun 18:08
1709684
  • Fix exception handling for OAuth
  • Fix path parameter sanitization

v2.8.0

Choose a tag to compare

@PJSimon PJSimon released this 24 Apr 21:49
1e5400e
  • Added support for token exchange using shared links
  • Added the ability to pass in a SHA1 value for file uploads

v2.7.1

Choose a tag to compare

@sujaygarlanka sujaygarlanka released this 22 Jan 00:57
b379c89
  • Fixed bug in _get_retry_request_callable introduced in release 2.7.0 which caused chunked uploads to fail

v2.7.0

Choose a tag to compare

@sujaygarlanka sujaygarlanka released this 16 Jan 21:37
0a71d8b
  • 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

Choose a tag to compare

@carycheng carycheng released this 24 Oct 22:50
242d004
  • Added api_ call decorator for copy method.

v2.6.0

Choose a tag to compare

@carycheng carycheng released this 29 Aug 22:17
724f5dc

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

v.2.5.0

Choose a tag to compare

@carycheng carycheng released this 20 Jun 23:59
0fa7277

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