Releases: box/box-python-sdk
Releases · box/box-python-sdk
v3.6.0
03 Jan 11:50
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v3.5.0
23 Sep 13:14
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
New Features and Enhancements:
Add support for multiple date time formats (#722 ) (92364de )
Bug Fixes:
v3.2.0
11 Mar 09:55
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug Fixes:
Move sphinx to test requirements (#662 )
v3.0.0
17 Jan 15:22
Compare
Sorry, something went wrong.
No results found
Breaking Changes
Drop support for python 2.7 (#645 )
Add missing parameter stream_position to get_admin_events method (#648 )
Drop support for python 3.5 (#654 )
Remove deprecated code using insensitive language (#651 )
Enforcing usage of keyword-only arguments in some functions (#656 )
New Features and Enhancements:
Remove six library and __future__ imports (#646 )
Add type hints to method parameters (#650 )
Bug Fixes:
Add missing api_call decorators on multiput calls (#653 )
Added py.typed file for mypy to recognise type hints (#657 )
v2.14.0
08 Dec 14:32
Compare
Sorry, something went wrong.
No results found
New Features and Enhancements:
Add admin_logs_streaming support for events stream (#623 )
Add vanity_name param for creating shared link to a file or folder (#637 )
Add getting files and file versions under retention for a retention policy assignment (#633 )
Support base item operations for WebLink class (#639 )
Bug Fixes:
Limit cryptography to version <3.5.0 (#636 )
Avoid raising 404 when a thumbnail cannot be generated for a file (#642 )