Skip to content

Releases: box/box-python-sdk

v3.6.2

07 Feb 12:38
526aa30

Choose a tag to compare

Bug Fixes:

  • Retry Connection broken and Connection reset requests errors (#794) (f1a0aa4)

v3.6.1

09 Jan 12:20
ac9a286

Choose a tag to compare

Bug Fixes:

  • Retry CCG and JWT auth requests on connection reset error (#790) (205997d), closes #789

v3.6.0

03 Jan 11:50
028ce87

Choose a tag to compare

New Features and Enhancements:

Bug Fixes:

  • Fix index error when getting an empty list of user term of service statuses (#780) (23d763a)
  • Specify which exceptions should be retried (#784) (833cd46)

v3.5.1

30 Nov 15:22
0dbf8c4

Choose a tag to compare

Bug Fixes:

v3.5.0

23 Sep 13:14
f20e27a

Choose a tag to compare

New Features and Enhancements:

  • Add redirect_url and declined_redirect_url fields to Sign Request (#752) (5d1f609)
  • Add support for modifiable retention policies & enable deleting retention policy assignment (#759) (847301b)
  • Support file request APIs (#747) (71895e3)

Bug Fixes:

  • Do not log the content of downloaded file (#760) (5d26431)
  • Fix closing file after chunked upload (#761) (b433692)

v3.4.0

06 Jul 16:03
b0b8586

Choose a tag to compare

New Features and Enhancements:

  • Add support for editable shared links for files (#737) (1396200)
  • Support uploading and deleting user avatar (#743) (fe00a9e)

v3.3.0

28 Apr 11:37
1dd7770

Choose a tag to compare

New Features and Enhancements:

  • Add support for multiple date time formats (#722) (92364de)

Bug Fixes:

v3.2.0

11 Mar 09:55
44ca6db

Choose a tag to compare

New Features and Enhancements:

  • Add setting disposition_at field for files under retention (#710) (91b1373)
  • Add support for Client Credentials Grant authentication method (#705) (d33d16d)

Bug Fixes:

v3.1.0

16 Feb 16:41
8a9d763

Choose a tag to compare

New Features and Enhancements:

  • Add support for Python 3.10 (#692) (d4aed82)
  • Add support for Python 3.8, Python 3.9, pypy-3.7 and pypy-3.8. (#689) (0aa94cc)
  • Deprecate use_index parameter from MDQ of files/folders (#666) (2595720)
  • Replace external package mock with Python standard library unittest.mock (#697) (6fd6366)
  • Upgrade cryptography library to the most recent version. (#668) (9c94d08), closes #667

Bug Fixes:

  • UploadSession.commit returns None when retry limit was reached (#696) (9456fe0)
  • Add missing api_call decorator for create_upload_session (#686) (3510d3a)
  • Fix chunked upload (#673) (2605fd7), closes #671

v3.0.1

26 Jan 10:37
c5b43e5

Choose a tag to compare

Bug Fixes:

  • Move sphinx to test requirements (#662)