github.com/Azure/azure-storage-fuse
v1.2.4
Azure/azure-storage-fuse
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 2.1 years
This project publishes no release notes
the list below is its commits, not an announcement
Nothing withdrawn
no release was ever pulled
9 years old
19 releases · first in 2017
0 releases in the last 12 months
see the full history below
Release timeline
19 releases · Nov 2017 to May 2024Releases
latest 19-
v1.2.5-0.20240515093730-cfc704137f5d15 May 2024 pre-releaseNothing published for this version
-
v1.2.5-0.20221110081111-0b128b4a0f1e10 Nov 2022 pre-releaseNothing published for this version
-
v1.2.5-0.20220802150802-355326ff4e2802 Aug 2022 pre-releaseNothing published for this version
-
v1.2.5-0.20220722051842-ce426ada3ba422 Jul 2022 pre-releaseNothing published for this version
-
v1.2.428 Jun 2020Commits, not release notes
This project publishes no release notes. Between
v1.1.1andv1.2.4there were 36 commits, 35 of them substantive:- Unlink success returned correctly (#309)
- Support Managed Identity Authentication in blobfuse (#336)
- Adding Boost Filesystem normalization to tmp-path [#233] (#325)
- Updating error message when an incorrect configuration file is given and updating versions (#339)
- Remove build folder (#345)
- Support Service Principal Name Authentication in blobfuse (#337)
- Support using a MSI client secret alongside a client ID and logs HTTP (#354)
- Systemd service file (#350)
- redact MSI secret (#372)
- allow msi auth without expires_in property in toke, expires_on only
- CMakeLists changes- debug flag
- added test cases for expired and oauthtken formats
- converted tabs to spaces
- tabs removed
- tabs removed
- fixed tabs, comments
- fixed tabs, comments
- fixed tabs, comments
- fixed tabs, comments
- fixed tabs, comments
…and 15 more.
-
v1.1.127 Aug 2019Commits, not release notes
This project publishes no release notes. Between
v1.0.3andv1.1.1there were 7 commits, 6 of them substantive:- feat: add AZURE_BLOB_ENDPOINT env support
- Attribute Cache and better Error return when one is not given (#298)
- Gc cache threshold pr + test reformat (#300)
- Seg fault tinyxml fix addressing issue #249 (#302)
- Adding Dependency for FUSE, updating README, remove debug statements (#304)
- Switching c++14 to c++11, adding boost (#307)
-
v1.0.330 Mar 2019Commits, not release notes
This project publishes no release notes. Between
v1.0.2andv1.0.3there were 24 commits, 20 of them substantive:- Update README.md
- Update README.md
- Added AzureUSGovernment sample config
- Renaming to USGov
- Added issue template
- Modified issue template according to comments
- Blobfuse is now stable
- Add d_type flag
- Update README.md
- Update README.md
- Fix in value exception catching
- memfix
- memory improvement
- Fix duplicate directory issue, and code cleanup
- recovering accidentially deleted file
- Minor name changes, and stress test results
- bumping version to 1.0.3
- add benchmarks for 1.0.3
- fixing comments
- Update blobfusestress.cpp
-
v1.0.205 May 2018Commits, not release notes
This project publishes no release notes. Between
v1.0.1-RC-Previewandv1.0.2there were 10 commits, 6 of them substantive:- Perf & stress test
- Supporting blob-service SAS tokens
- CR feedback
- Adding 1.0.2 perf results and a quick overview.
- Spelling fix
- Updating version number for 1.0.2 release
-
v1.0.1-RC-Preview23 Apr 2018 pre-releaseCommits, not release notes
This project publishes no release notes. Between
v1.0.0-RC-previewandv1.0.1-RC-Previewthere were 16 commits, 10 of them substantive:- helper copy tool for concurrent data transfers
- atomic load of processed; printf fixes
- Cleanup + change commandline args
- Adding install method for blobcp and tools/README
- Adding some syslog logging into blob_client_wrapper, and changing CMAKE DC_BUILD_TYPE from Release to RelWithDebInfo.
- Fixing leaked file descriptor issue
- Additional potential file handle leaks fixed
- Use env to locate bash
- CR feedback and build fix on Debian 9
- Version number upgrade for 1.0.1-RC-Preview release
-
v1.0.0-RC-preview02 Apr 2018 pre-releaseCommits, not release notes
This project publishes no release notes. Between
v0.4.0andv1.0.0-RC-previewthere were 44 commits, 25 of them substantive:- Basic exponential retries
- Block ids are uuids
- Fixing incorrect usage statement
- Adding syslog security warning to README
- Base64 encoding the block ids
- Changed utility apis to use const string references
- Updated prepend_mnt_path
- Added timeouts to each request type
- Updating readme.md
- Changed how we substring the path for logging to remove a copy
- Added timeouts to each request type
- Adding log-level param
- Removed absolute timeout for requests with a response body
- Removed absolute timeout from one of the list blobs api
- minor fixes
- Updated retry numbers
- Update README.md
- Adding support for non-zero truncate
- Fixing tests
- Modified the timeout type for some operations
…and 5 more.
-
v0.4.018 Mar 2018Commits, not release notes
This project publishes no release notes. Between
v0.3.1andv0.4.0there were 35 commits, 21 of them substantive:- Support for sas in config file
- Fixing statfs per POSIX
- Support for sas in environmnet variable
- add test for statvfs
- Adding some initial tests for cpplite.
- Initial CR feedback
- Fix merge issues
- Formatting. Docs. string.empty
- Started logging to syslog
- Adding rsyslog logging to blobfuse methods.
- CR feedback
- calling getattr for simplicity
- Config file and error message updates
- Fixed formatting
- Changing from '.directory' blob names to directory-name-as-blob-name. Should be back-compat.
- Prepending file/line/method to debug logs
- CR feedback
- Changed null checks and some empty checks
- Fixing bad merge and rmdir bug.
- fix gc issue with renames; add --version --help support
…and 1 more.
-
v0.3.109 Mar 2018Commits, not release notes
This project publishes no release notes. Between
v0.3.0andv0.3.1there were 3 commits, 1 of them substantive:- Fixing cache-early-timeout issue
-
v0.3.002 Mar 2018Commits, not release notes
This project publishes no release notes. Between
v0.2.4andv0.3.0there were 32 commits, 23 of them substantive:- Add support for non-public clouds
- Fix documentation
- Changed accountUri to blobEndpoint
- Add mt_time support; correct uid,gid in getattr
- Add gid support
- adding back fchmod
- Update cached files with last modified time; reset directory timestamps to 1970
- Add test for uid, gid and last modified time
- Increase min block_size to 16mb, and handle blobs up to 4.77TB
- download_blob_to_file outputs chunk_property
- added check for >5TB, skip block calc for files <800GB
- converting chunk_property to blob_property output
- changing to time_t output parameter in download_blob_to_file
- Defaulting to return EIO if we get an unknown HTTP status code.
- default permissions based on allow_other flag
- Fix retry logic for download
- Made output stream restoring conditional
- Fixed formatting
- Fixing issue #106, better error on no --tmp-path
- Reset errno for succeeded curl_easy_performs
…and 3 more.
-
v0.2.405 Feb 2018Nothing published for this version
-
v0.2.329 Jan 2018Nothing published for this version
-
v0.2.216 Jan 2018Nothing published for this version
-
v0.2.108 Jan 2018Nothing published for this version
-
v0.2.005 Jan 2018Nothing published for this version
-
v0.1.006 Nov 2017Nothing published for this version