Releases: box/box-java-sdk
Releases · box/box-java-sdk
v4.6.0
New Features and Enhancements:
Bug Fixes:
- Added protected accessors for trust manager and hostname verifier. (#1206) (0c79d17)
- fix not closing response body (#1208) (ab5e170)
v4.5.0
New Features and Enhancements:
- Add
iframeable_embed_url
field to BoxSignRequestSigner
class (#1202) (2e931d8)
Bug Fixes:
v4.4.0
New Features and Enhancements:
v4.3.0
New Features and Enhancements:
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