Releases: box/box-java-sdk
Releases · box/box-java-sdk
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:
v4.7.0
New Features and Enhancements:
- Add
signer_group_id
for signer in sign request (#1220) (f560db8)
- Upgrade Bouncy Castle to v.1.70. NOTE: a new BouncyCastle version is not FIPS-compiant. Introduce
IPrivateKeyDecryptor
to allow using custom FIPS-compliant cryptography provider. See details. (#1226) (727e6d7)
Bug Fixes: