Skip to content

Releases: box/box-java-sdk

v4.5.0

14 Sep 11:04
256c255
Compare
Choose a tag to compare

New Features and Enhancements:

  • Add iframeable_embed_url field to BoxSignRequestSigner class (#1202) (2e931d8)

Bug Fixes:

v4.4.0

29 Aug 10:55
d515262
Compare
Choose a tag to compare

New Features and Enhancements:

  • Support sign template and new sign status (#1197) (e37c0dc)

v4.3.0

11 Aug 15:15
d291878
Compare
Choose a tag to compare

New Features and Enhancements:

v4.2.1

03 Aug 15:38
be875e8
Compare
Choose a tag to compare

Bug Fixes:

v4.2.0

21 Jun 12:02
11aa4cd
Compare
Choose a tag to compare

New Features and Enhancements:

  • Getting collaborators allows to specify fields (#1178) (1694d75)

v4.1.2

14 Jun 11:19
52065fb
Compare
Choose a tag to compare

Bug Fixes:

v4.1.1

16 May 10:14
9e63607
Compare
Choose a tag to compare

Bug Fixes:

  • Allow users to disable adding authentication header. (#1167) (3433e5a)
  • Logging headers when retrying request (#1164) (e0c3d8e)

v4.1.0

24 Apr 08:17
ae32afb
Compare
Choose a tag to compare

New Features and Enhancements:

  • Add missing fields parameter to create and update BoxUser methods (#1155) (be3820d), closes #1154

Bug Fixes:

  • Allow registering custom logger handlers (#1156) (7373d5c)
  • Fallback to default value of maxRetryAttempts when restoring BoxAPIConnection (#1161) (2a10e5d), closes #1160

v4.0.1

06 Mar 10:38
c1dcc9a
Compare
Choose a tag to compare

Bug Fixes:

  • OAUTH_SUFFIX gets appended twice to baseAuthorizationURL (#1148) (3164770), closes #1147
  • Wrong progress reported to ProgressListener by AbstractBoxMultipartRequest (#1151) (947ded3), closes #1149

v4.0.0

18 Jan 09:05
3d29753
Compare
Choose a tag to compare

The most important change this release includes is the replacement of the HTTP library from a native one to
OkHttp which allows SDK to

  • Support the HTTP2 version of the HTTP protocol.
  • Support proxies that do not use only basic authentication method. For details on creating custom proxy authenticators and an example of
    NTLM proxy authentication.

Breaking Changes

  • BatchAPIRequest – is no longer supported by the SDK
  • BoxAPIConnection#DEFAULT_MAX_ATTEMPTS is replaced with BoxAPIConnection#DEFAULT_MAX_RETRIES
  • BoxRedirectResponse – was removed and will not be replaced
  • BoxEvent.Type is replaced with EventType
  • Removing deprecated methods from BoxFile, BoxFileVersionRetention, BoxFolder, BoxGroup, BoxGroupMembership,BoxItem, BoxRetentionPolicy, BoxTask, BoxUser, BoxWebLink, EventLog, Metadata and MetadataTemplate.

Migration details can be found here.

New Features and Enhancements: