12.16.0 (2023-07-11)
Features Added
- Added
DataLakeFileClient.getOutputStream()
which allows users to open anOutputStream
on the file and write data
to it usingParallelTransferOptions
. - Added support for the
2023-01-03
service version. - Added owner, group, and permissions properties to
PathProperties
. - Added encryptionContext property to
FileParallelUploadOptions
.
Bugs Fixed
- Fixed a bug that would cause authentication failures when trying to rename a path object while authenticating with a sas token that contained a leading question mark.