Releases: box/box-python-sdk
Releases · box/box-python-sdk
v3.3.0
New Features and Enhancements:
- Add support for multiple date time formats (#722) (92364de)
Bug Fixes:
v3.2.0
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
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
Bug Fixes:
- Move sphinx to test requirements (#662)
v3.0.0
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
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
New Features and Enhancements:
- Sensitive language replacement (#609)
- Add BoxSign support (#617)
Bug Fixes:
- Upgrade cryptography to version 3 (#620)
v2.12.1
Bug Fixes:
- Fix bug when thumbnail representations are not found (#597)
v2.12.0
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
New Features and Enhancements:
- Deprecate and add method for getting a thumbnail (#572)