Releases: box/box-node-sdk
Releases · box/box-node-sdk
v2.7.0
New Features and Enhancements
- Add support for modifiable retention policies & enable deleting retention policy assignment (#769) (5e8c776)
v2.6.0
New Features and Enhancements
- Add
content_type
, redirect_url
field to Sign Request (#758) (8abb9b6)
- Add sign request webhook (#760) (e92d1ab)
- Added support for Access Only Collaboration (#759) (dd8261f)
v2.5.0
New Features and Enhancements
- Added support update and remove user avatar (#744) (aaf6175)
Bug Fixes
v2.4.0
New Features and Enhancements
- Added support for file requests (#742) (30b2e76)
- Added support of
admin_logs_streaming
stream type (#740) (406950a)
Bug Fixes
- properly handle client errors in streams (#736) (12378d6)
v2.3.0
New Features and Enhancements
- Add
description
parameter to uploadFile
methods (#730) (2596584)
Bug Fixes
v2.2.0
New Features and Enhancements
v2.1.0
New Features and Enhancements
- Client Credentials Grant authentication method (#709) (fbf4e80)
- Deprecating
index_name
when executing metadata query (#686) (e01cc65)
- test: add support for testing with Jest (#676) (1a11759)
Bug Fixes
- Client Credentials Grant authentication method supports token down-scoping (#710) (730368f)
- Fix JWT expiration field being float instead of integer (#715) (7e950f1), closes #713
v2.0.0
Breaking changes:
- Drop support for Node 6,7 (#670)
New Features and Enhancements:
- Add support for is_external_collab_restricted User property (#668)
- Bump proxy-agent from 4.0.0 to 5.0.0 (#664)
v1.39.0
New Features and Enhancements:
- Add support for Box Sign API (#658)
- Enhance TS Imports (#656)