12.22.0-beta.1 (2024-10-17)
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”.