Skip to content

Releases: box/box-java-sdk

v2.55.0

26 Jul 20:38

Choose a tag to compare

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

01 Apr 20:13

Choose a tag to compare

New Features and Enhancements:

  • Add file request support (#869)

Bug Fixes:

  • Fix BoxWeblink deserialization (#881)

v2.53.0

09 Jan 00:39

Choose a tag to compare

New Features and Enhancements:

  • Add offset and limit parameters to BoxFolder.getChildren (#861)

v2.52.0

24 Nov 21:44

Choose a tag to compare

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

13 Nov 00:58

Choose a tag to compare

Bug Fixes:

  • Fix for cross-enterprise collaborator calls to updateMetadata on files

v2.51.0

29 Oct 15:59

Choose a tag to compare

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

20 Aug 22:32

Choose a tag to compare

v2.50.1

  1. Fix bug that occurred when downscoping a token for a Box folder (#832)

v2.50.0

22 Jul 00:39

Choose a tag to compare

v2.50.0

  1. Add retries on request creation errors (#828)

v2.49.0

17 Jul 15:39

Choose a tag to compare

v2.49.0

  1. Add fields parameter for metadata query (#826)
  2. Add zip functionality (#825)
  3. Fix bug with setting the unshared at date for a shared link (#819)

v2.48.0

24 Jun 05:01

Choose a tag to compare

v2.48.0

  1. Add ability to get groups by name with fields option (#789)
  2. Add shared link downscoping (#785)
  3. Deprecate the use of float for Metadata values, in preference of the underlying value (double) (#811)
  4. Add iterator support for group collaborations (#813)
  5. Add ability to set the filename when uploading a new version of a file (#810)
  6. Add support for the classification field for Files and Folders (#809)
  7. Add support for setting Tracking Codes (#766)
  8. Fix issue for getIsExternallyOwned() for Files and Folders (#808)