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

latest releases: azure-resourcemanager-hybridcompute_1.1.0-beta.1, azure-storage-queue_12.24.0, azure-storage-internal-avro_12.14.0...
17 hours ago

12.22.0 (2024-11-13)

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”.

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.52.0 to version 1.54.0.
  • Upgraded azure-core-http-netty from 1.15.4 to version 1.15.6.
  • Upgraded azure-storage-blob from 12.28.0 to version 12.29.0.

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

NewReleases is sending notifications on new releases.