Skip to content

Releases: box/box-python-sdk

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.

v2.6.0

29 Aug 22:17
724f5dc

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

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

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

Choose a tag to compare

  • Fixing an issue in v2.3.1 where package could not be installed.

v2.3.0

28 Mar 22:09
e0433a4

Choose a tag to compare

v2.2.2

14 Mar 23:04
0257dc1

Choose a tag to compare

  • Updated requests-toolbelt dependency restriction

v2.2.1

15 Feb 19:53
4425e99

Choose a tag to compare

  • Fixing an issue in v2.2.0 where package could not be installed.

v2.2.0

15 Feb 01:39
280daad

Choose a tag to compare

  • Added abilty for user to retrieve an avatar for a user.
  • Changed retry strategy to use exponential backoff with randomized jitter.