Skip to content

Releases: box/box-java-sdk

v3.7.1

30 Sep 09:46
6f527b8

Choose a tag to compare

Bug Fixes:

  • Better logging when JSON cannot be parsed (#1106) (5e66ef8)

v3.7.0

21 Sep 12:02
f513662

Choose a tag to compare

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

07 Sep 11:24
14c91fc

Choose a tag to compare

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

26 Aug 15:40
001c2d4

Choose a tag to compare

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

11 Aug 06:17
7b25df2

Choose a tag to compare

New Features and Enhancements:

  • Added pagination for getting items in trash with new BoxTrash#items API (#1072) (9cd411d)

Bug Fixes:

  • buffered body write and fixed SDK logging (#1079) (bc35ef3)

v3.3.0

04 Jul 05:17
4d7895e

Choose a tag to compare

New Features and Enhancements:

Bug Fixes:

  • Fix closed stream exception in canUpload method (#1067) (543f91c)

v3.2.1

11 Jun 13:47
8c67607

Choose a tag to compare

Bug Fixes:

v3.2.0

24 May 05:50
9ad1501

Choose a tag to compare

New Features and Enhancements:

v3.1.2

22 Mar 16:23
2394e01

Choose a tag to compare

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.1

28 Feb 16:25
5177f45

Choose a tag to compare

Bug Fixes: