Releases: Azure/azure-storage-fuse
Releases · Azure/azure-storage-fuse
blobfuse v0.3.1
The v0.3.1 release addresses the read cache issue described in #120
blobfuse v0.3.0
The v0.3.0 release includes:
- Better support for last-modified-time on files
- Support for non-public clouds
- Support for larger files (up to max block blob size)
- Correcting ownership values returned from get_attr
- A fix for a potential data-loss / data-corruption bug
- Other misc. bug fixes
blobfuse v0.2.4
The v0.2.4 release includes:
- Ability to specify Storage credentials with environment variables, as well as config file.
- Greatly increased retry strategy for failed/throttled requests
- Fixed a bug where retrying blob-upload operations would fail
- Fixed an issue where URLs were not being properly encoded
- Fixed an issue where blob/file names were corrupted if the tmp-path contained a trailing slash.
blobfuse v0.2.3
0.2.3 fixes a bug where data loss can occur in a specific scenario. Scenario is:
- Two (or more) threads have simultaneous open write handles to the same file
- One of those handles was opened with 'create' semantics
- The file is written to through the 'create' handle more than cache_timeout seconds (default 120) after the other handle(s) have closed the file
blobfuse v0.2.2
Fixing a bug where accessing directories was occasionally broken (for example, occasionally being unable to 'cd' into a directory, view the directory info with 'ls', etc.)
blobfuse v0.2.1
The v0.2.1 release fixes a performance degradation introduced in v0.2.0. The issue manifests when operating on large numbers of small files.
blobfuse v0.2.0
This release contains many bug fixes and several new features, primarily:
- Automatic removal of files in the file cache when the cache timeout has expired
- Multithreaded blob download
v0.1.0 release
Initial release for blobfuse.