- Files now support getting a direct download url.
1.4.0
- Added key id parameter to JWT Auth.
1.3.3
- Added a new class, `DeveloperTokenClient` that makes it easy to get started using the SDK with a Box developer token. It uses another new class, `DeveloperTokenAuth` for auth.
Bugfixes
- Added limit, offset, and filter_term parameters to `client.users()` to match up with the Box API.
1.3.2
- Fix `boxsdk.util.log.setup_logging()` on Python 3.
1.3.1
- Add requests-toolbelt to setup.py (it was accidentally missing from 1.3.0).
1.3.0
- CPython 3.5 support. - Support for cryptography\>=1.0 on PyPy 2.6. - Travis CI testing for CPython 3.5 and PyPy 2.6.0. - Added a logging network class that logs requests and responses. - Added new options for auth classes, including storing tokens in Redis and storing them on a remote server. - Stream uploads of files from disk.