Skip to content

azure-storage-file-datalake_12.1.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 07 Apr 22:24
ef5bb97

12.1.0 (2020-04-06)

  • Fixed a NPE caused due to deserializing a non existent lastModifiedTime.
  • Added an isDirectory property to PathProperties.
  • Fixed DataLakeFileSystemClient.createFile/createDirectory, DataLakeDirectoryClient.createFile/createSubdirectory to not overwrite by default
  • Added overloads to DataLakeFileSystemClient.createFile/createDirectory, DataLakeDirectoryClient.createFile/createSubdirectory to allow overwrite behavior.
  • Fixed a bug where the Date header wouldn't be updated with a new value on request retry.
  • Fixed a bug where rename would not work with Url encoded destinations.