github Azure/azure-sdk-for-java azure-storage-file-datalake_12.22.0-beta.1

latest releases: azure-storage-queue_12.24.0-beta.1, azure-storage-internal-avro_12.14.0-beta.1
pre-release4 hours ago

12.22.0-beta.1 (2024-10-17)

Features Added

  • Added support for service version 2025-01-05.

Breaking Changes

  • When creating a DataLakeFileClient or DataLakeDirectoryClient via DataLakePathClientBuilder.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" and DataLakeDirectoryClient is created via DataLakePathClientBuilder.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”.

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.