Skip to content

azure-storage-blob-nio_12.0.0-beta.17

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 09 Mar 23:03
efe5fb0

12.0.0-beta.17 (2022-03-09)

Features Added

  • Enabled support for Files.exists()
  • Enabled support for Files.walkFileTree()

Breaking Changes

  • AzureFileSystemProvider.readAttributes() no longer throws an IOException for virtual directories and instead returns a set of attributes that are all empty except for an isVirtual property set to true.

Other Changes

  • Enabling support for Files.exists() to support virtual directories required supporting virtual directories in reading file attributes. This required introducing a perf hit in the way of an extra getProps request

Dependency Updates

  • Updated blob dependency to 12.15.0