Releases: box/box-java-sdk
Releases · box/box-java-sdk
v4.14.0
New Features and Enhancements:
Bug Fixes:
- Remove sensitive data when
BoxAPIException
logs request (#1284) (f1e226f)
- Support creating ongoing Legal Hold policy with start date (#1281) (d9564e2)
v4.13.1
Bug Fixes:
- Correctly calculate
Content-Length
when reading from a stream (#1277) (b1d5371)
v4.13.0
New Features and Enhancements:
- Enforce exact byte reading from
Content-Length
header for BoxFile
representation (#1274) (0b45cdb)
- Expose
getVersionByID
method on BoxFile
(#1268) (6ea70f7)
- make
tryRestoreUsingAccessTokenCache
in Box API connection public (#1272) (50f5a61)
Bug Fixes:
v4.12.0
New Features and Enhancements:
v4.11.1
Bug Fixes:
- Fix order of file upload multipart request (#1261) (7200ac7)
v4.11.0
New Features and Enhancements:
Bug Fixes:
- Add missing fields when update classification template (#1255) (f17f817)
- Fix deserializing permissions for
BoxFile
and BoxFolder
(#1256) (f088448)
v4.10.0
New Features and Enhancements:
- Overload the
getRepresentationContent
method with a maxRetries
parameter (#1251) (d26bd4f)
- Support
login_required
, password
, suppress_nofitications
, verification_phone_number
and additional_info
fields in sign request (#1250) (3ee55b3)
v4.9.1
Bug Fixes:
- Bumped
org.bouncycastle:bcprov-jdk18on:1.78.1
and org.bouncycastle:bcpkix-jdk18on:1.78.1
(#1246) (0557bed)
v4.9.0
New Features and Enhancements:
Bug Fixes:
- Support create empty shared link (#1241) (0c86487)
- Update exception message for get representation content (#1239) (a608f9a)
v4.8.0
New Features and Enhancements:
- allow modifying
BoxAPIRequest
URL (#1236) (eaea019)
- Bumped
org.bouncycastle:bcprov-jdk18on:1.77
and org.bouncycastle:bcpkix-jdk18on:1.77
(#1237) (6c7fe7b), closes #1235
Bug Fixes: