Skip to content

Azure.Storage.Files.DataLake_12.6.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 12 Jan 20:55
430f2eb

12.6.0 (2021-01-12)

  • Includes all features from 12.6.0-beta.1
  • Fixed bug where the Stream returned by DataLakeFileClient.OpenRead() would return a different Length after calls to Seek().
  • Added constructors taking connection string to DataLakeServiceClient, DataLakeFileSystemClient, DataLakeDirectoryClient, and DataLakeFileClient.
  • Fixed bug where DataLakePathClient.SetPermissions(), DataLakeFileClient.SetPermissions(), and DataLakeDirectoryClient.SetPermissions() could not just set Owner or Group.
  • Fixed bug where DataLakeDirectoryClient initialized with a Uri would throw a null exception when GetPaths() was called.
  • Added support for AzureSasCredential. That allows SAS rotation for long living clients.