Skip to content

Releases: box/box-python-sdk

Version 1.4.2

23 Feb 22:25

Choose a tag to compare

  • Make sure that __all__ is only defined once, as a list of str. 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 of unicode on Python 2.

  • Create wheel with correct conditional dependencies and license file.

  • Change the license meta-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

    [2] https://www.python.org/dev/peps/pep-0459/#license

  • Include entire test/ directory in source distribution. test/init.py was
    previously missing.

  • Update documentation.

Version 1.4.1

11 Feb 21:40

Choose a tag to compare

Merge pull request #114 from Jeff-Meadows/slinkurl

Expose file.get_shared_link_download_url method.

Version 1.4.0

05 Jan 19:47

Choose a tag to compare

Merge pull request #70 from box/jwt-key-rotation

Add 'kid' (jwt key id) to JWTAuth header

Version 1.3.4

05 Jan 19:37

Choose a tag to compare

Merge pull request #103 from Jeff-Meadows/redis_import

Bugfixes from dev token release.

Version 1.3.3

22 Dec 20:40

Choose a tag to compare

Merge pull request #99 from Jeff-Meadows/client_users

Add limit, offset, and filter_term to client.users()

Version 1.3.2

20 Nov 20:59

Choose a tag to compare

  • Fix boxsdk.util.log.setup_logging() on Python 3 (#90).

Version 1.3.1

10 Nov 04:09

Choose a tag to compare

Merge pull request #89 from box/v131

Bump version to 1.3.1.

Version 1.3.0

05 Nov 21:42

Choose a tag to compare

Merge pull request #86 from box/pypy

Add support and testing for PyPy 4.0

Version 1.2.0

13 Jul 16:48

Choose a tag to compare

Supports Box Developer Edition, supports making API requests as another user, and improves shared link handling.

Version 1.1.6

17 Apr 22:08

Choose a tag to compare

v1.1.6

Bump version to 1.1.6.