Releases: box/box-java-sdk
Releases · box/box-java-sdk
v2.56.0
New Features and Enhancements:
- Replace
submaster
GroupMembershipRole with coadmin
. Replace MASTER_INVITE_ACCEPT
and MASTER_INVITE_REJECT
with ADMIN_INVITE_ACCEPT
and ADMIN_INVITE_REJECT
. (#907)
- Add
tracking_codes
to create User API call (#910)
Bug Fixes:
- Fix
url
for BoxFileRequest.Info
object (#906)
- Attempt to fix thread locking issue on refresh of access token (#912)
v2.55.1
Bug Fixes:
- Restore methods for Execute Metadata Query, which were removed in #890, and mark them as deprecated (#905)
v2.55.0
NOTE: Due to the benign nature of the "breaking change" below, we decided NOT to increment the major version for this release. There should be no customer impact due to this change.
Breaking Changes:
- Update execute metadata query to match API response (#890)
- NOTE: This change removes a method without deprecating it. It was not possible to use the method correctly at all, because the underlying service no longer supported it.
New Features and Enhancements:
- Remove or deprecate insensitive language ([#889])(#889)
- Add support for
is_external_collab_restricted
parameter for User (#896)
- Add configurable permissions support for
GroupMembership
(#897)
- Add
SHIELD_JUSTIFICATION_APPROVAL
event type (#898)
- Add ability to get files under retention for assignment and file versions under retention for assignment (#899)
- Add
TASK_UPDATE
, FILE_VERSION_RESTORE
and ADVANCED_FOLDER_SETTINGS_UPDATE
event types (#902)
- Add SignAPI support (#904)
Bug Fixes:
- Add setters for
BoxLegalHoldPolicy
(#885)
- Add setters for
BoxTaskAssignment
(#886)
- Add setters for Group Membership and Web Links (#887)
- Add setters for Webhooks (#888)
- Deprecate
BoxFile.getThumbnail
in favor of BoxFile.getRepresentationContent
(#891)
v2.54.0
New Features and Enhancements:
- Add file request support (#869)
Bug Fixes:
- Fix
BoxWeblink
deserialization (#881)
v2.53.0
New Features and Enhancements:
- Add offset and limit parameters to
BoxFolder.getChildren
(#861)
v2.52.0
New Features and Enhancements:
- Add folder lock functionality (#856)
- Add support for search param to get shared link items (#855)
Bug Fixes:
- Fix bug with updating tracking codes (#857)
v2.51.1
Bug Fixes:
- Fix for cross-enterprise collaborator calls to updateMetadata on files
v2.51.0
New Features and Enhancements:
- Add support for
copyInstanceOnItemCopy
field for metadata templates (#850)
- Add support for more fields in
BoxCollaborator.Info
(#843)
Bug Fixes:
- Update
getAllGroupsByName()
to use documented parameter (#851)
v2.50.1
v2.50.1
- Fix bug that occurred when downscoping a token for a Box folder (#832)
v2.50.0
v2.50.0
- Add retries on request creation errors (#828)