Releases: box/box-python-sdk
Releases · box/box-python-sdk
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 )
v2.13.0
30 Sep 13:37
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug Fixes:
Fix bug when thumbnail representations are not found (#597 )
v2.12.0
16 Apr 17:22
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
New Features and Enhancements:
Deprecate and add method for getting a thumbnail (#572 )
v2.10.0
02 Oct 17:43
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix exception handling for OAuth
Fix path parameter sanitization
v2.8.0
24 Apr 21:49
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed bug in _get_retry_request_callable introduced in release 2.7.0 which caused chunked uploads to fail