12.22.0 (2024-11-13)
Features Added
- Added support for service version 2025-01-05.
Breaking Changes
- When creating a
DataLakeFileClient
orDataLakeDirectoryClient
viaDataLakePathClientBuilder.pathName(String pathName)
,
the path name will be stored exactly as passed in and will not be URL-encoded. For example, if the path name is
"foo/bar" andDataLakeDirectoryClient
is created viaDataLakePathClientBuilder.pathName("foo/bar")
,
DataLakeDirectoryClient.getDirectoryPath()
will return "foo/bar" and the path's url will result in
“https://account.dfs.core.windows.net/filesystemname/foo%2Fbar”.
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.52.0
to version1.54.0
. - Upgraded
azure-core-http-netty
from1.15.4
to version1.15.6
. - Upgraded
azure-storage-blob
from12.28.0
to version12.29.0
.