github box/box-java-sdk v4.0.0

latest releases: v4.11.1, v4.11.0, v4.10.0...
20 months ago

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:

Don't miss a new box-java-sdk release

NewReleases is sending notifications on new releases.