Skip to content

Releases: Azure/azure-storage-fuse

blobfuse v0.3.1

09 Mar 07:08
ed79ab5
Compare
Choose a tag to compare
blobfuse v0.3.1 Pre-release
Pre-release

The v0.3.1 release addresses the read cache issue described in #120

blobfuse v0.3.0

02 Mar 21:04
a799360
Compare
Choose a tag to compare
blobfuse v0.3.0 Pre-release
Pre-release

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

05 Feb 23:43
1c47451
Compare
Choose a tag to compare
blobfuse v0.2.4 Pre-release
Pre-release

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

29 Jan 22:39
ecddade
Compare
Choose a tag to compare
blobfuse v0.2.3 Pre-release
Pre-release

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

16 Jan 17:05
74fdc41
Compare
Choose a tag to compare
blobfuse v0.2.2 Pre-release
Pre-release

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

08 Jan 18:04
0a5a821
Compare
Choose a tag to compare
blobfuse v0.2.1 Pre-release
Pre-release

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

05 Jan 07:02
da2418a
Compare
Choose a tag to compare
blobfuse v0.2.0 Pre-release
Pre-release

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

06 Nov 17:46
fc7dddf
Compare
Choose a tag to compare
v0.1.0 release Pre-release
Pre-release

Initial release for blobfuse.