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 anisVirtual
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