This release adds support for a number of new API endpoints.
New API Endpoints:
- Legal Holds
- Retention Policies
- Create Metadata Template
- Get All Metadata on File
- Get All Metadata on Folder
- Get Enterprise Metadata
- Update Group
- Watermarking
- Webhooks V2
- WebLinks
- Collections
- BoxGroupMembership with for Paging
- Enterprise Device Pins
New Features:
- Transactional Authentication. Support for Box's new Transactional Auth APIs.
- Upload file versions with SHA1. A file's SHA1 can be passed in to
BoxFile.uploadVersion(...)
when uploading new versions. - Get
effective_access
for shared links. Theeffective_access
field is accessible throughBoxSharedLink. getEffectiveAccess()
. - Added additional Event Types. The
TASK_ASSIGNMENT_COMPLETE
,TASK_ASSIGNMENT_UPDATE
,TASK_CREATE
,COMMENT_DELETE
types are now included in theBoxEvent
class.
Bug Fixes:
Known Issues:
JWT, which is needed for AppUsers, requires Java 1.7 or later. The rest of the SDK still supports Java 1.6 as expected.