Releases: box/box-java-sdk
Releases · box/box-java-sdk
v3.7.0
New Features and Enhancements:
- Add
is_accessible_via_shared_link
field to File and Folder (#1103) (45e9906)
Bug Fixes:
BoxCollaboration.getItem()
returns BoxItem.Info
not BoxFolder.Info
(#1102) (135850d), closes #1101 #1100. BoxCollaboration.getItem()
used to return BoxFolder.Info
. However, if collaboration was added on a file it would still return BoxFolder.Info
which will end with throwing BoxAPIException
when doing any API call. If you are getting collaboration item it is best to store it as BoxItem.Info
or check its type and store it as BoxFile.Info
or BoxFolder.Info
.
- Add missing constructor to
BoxNotificationEmail
class (#1098) (2534f34)
v3.6.0
New Features and Enhancements:
- Add support for modifiable retention policies & enable deleting retention policy assignment (#1093) (30e2fcb)
Bug Fixes:
- Stop sending not specified optional fields when creating a user (#1095) (b7d894d)
v3.5.0
New Features and Enhancements:
- Add
content-type
sign request and response (#1087) (49411aa)
- Add
notification_email
to BoxUser
(#1088) (5477223)
- Add
redirect_url
and declined_redirect_url
to sign request response (#1089) (3921fe1)
Bug Fixes:
- Fixed canceling sign request fails because of empty body (#1085) (32b8e79)
v3.4.0
New Features and Enhancements:
- Added pagination for getting items in trash with new
BoxTrash#items
API (#1072) (9cd411d)
Bug Fixes:
v3.3.0
New Features and Enhancements:
Bug Fixes:
- Fix closed stream exception in
canUpload
method (#1067) (543f91c)
v3.2.0
New Features and Enhancements:
v3.1.2
Bug Fixes:
- Allow using
As-User
header with CCG Authentication (#1031) (b0c2389)
- Fix retry logic when
Retry-After
header is present (#1033) (05224c4)
v3.1.0
New Features and Enhancements:
- Added support for Client Credentials Grant authentication method (#1002) (9cfcaff)
- API to extend disposition date on a file (#1001) (f3f6b60)
- Deprecating
indexName
when executing metadata query (#1000) (c20dbbf)
Dependency Upgrades: