Releases: box/box-java-sdk
Releases · box/box-java-sdk
v4.2.0
New Features and Enhancements:
- Getting collaborators allows to specify fields (#1178) (1694d75)
v4.1.1
Bug Fixes:
- Allow users to disable adding authentication header. (#1167) (3433e5a)
- Logging headers when retrying request (#1164) (e0c3d8e)
v4.1.0
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
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
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:
v3.8.2
Bug Fixes:
- Fixed restoring state without refresh token. (#1139) (3544709)
v3.8.1
Bug Fixes:
- Restoring state from previous
SDK
version works. (#1134) (b6d97dd)
v3.8.0
New Features and Enhancements:
Bug Fixes:
NullPointerException
when using BoxSignRequestPrefillTag
(#1121) (73fd5b6), closes #1120
- Regenerate JWT ID and retry auth request when JTI claim is rejected (#1110) (420da0f)
Dependency Upgrades: