Releases: box/box-python-sdk
Releases · box/box-python-sdk
Version 1.5.1
- Added a
revoke()method to theOAuth2class. Calling it will revoke the current access/refresh token pair.
Version 1.5.0
Merge pull request #121 from Jeff-Meadows/docs Docs
Version 1.4.2
-
Make sure that
__all__is only defined once, as a list ofstr. Some
programs (e.g. PyInstaller) naively parse init.py files, and if
__all__is defined twice, the second one will be ignored. This can cause
__all__to appear as a list ofunicodeon Python 2. -
Create wheel with correct conditional dependencies and license file.
-
Change the
licensemeta-data from the full license text, to just a short
string, as specified in [1][2].[1] https://docs.python.org/3.5/distutils/setupscript.html#additional-meta-data
-
Include entire test/ directory in source distribution. test/init.py was
previously missing. -
Update documentation.
Version 1.4.1
Merge pull request #114 from Jeff-Meadows/slinkurl Expose file.get_shared_link_download_url method.
Version 1.4.0
Merge pull request #70 from box/jwt-key-rotation Add 'kid' (jwt key id) to JWTAuth header
Version 1.3.4
Merge pull request #103 from Jeff-Meadows/redis_import Bugfixes from dev token release.
Version 1.3.3
Merge pull request #99 from Jeff-Meadows/client_users Add limit, offset, and filter_term to client.users()
Version 1.3.2
- Fix
boxsdk.util.log.setup_logging()on Python 3 (#90).
Version 1.3.1
Merge pull request #89 from box/v131 Bump version to 1.3.1.
Version 1.3.0
Merge pull request #86 from box/pypy Add support and testing for PyPy 4.0