Releases: box/box-java-sdk
Releases · box/box-java-sdk
v4.16.2
Bug Fixes:
- Fix parsing
downloadFileCount
property for BoxZipDownloadStatus
(50c2249)
v4.16.1
Bug Fixes:
- use
Locale.ROOT
to prevent issues with non-US locales (#1306) (f083092)
v4.16.0
New Features and Enhancements:
v4.15.2
Bug Fixes:
- Improve logging for API Request and API Response (#1295) (6eb1f57)
v4.15.0
New Features and Enhancements:
- Add
canNonOwnersViewCollaborators
flag to BoxFolder
(#1288) (9119adc)
- Support
zstd
encoding for downloads (#1287) (0e3c4c0)
Bug Fixes:
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: