Skip to content

Commit

Permalink
Merge branch 'main' into auto-detect-adls
Browse files Browse the repository at this point in the history
  • Loading branch information
syeleti-msft committed Nov 27, 2024
2 parents e3da958 + d84fe70 commit 56d8b53
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.4.0 (Unreleased)
**Features**
- Entry cache to hold directory listing results in cache for a given timeout. This will reduce REST calls going to storage while listing the blobs in parallel.
- Added 'gen-config' command to auto generate blobfuse2 config file.

**Bug Fixes**
- [#1426](https://github.com/Azure/azure-storage-fuse/issues/1426) Read panic in block-cache due to boundary conditions.
Expand All @@ -11,9 +12,6 @@
- [#1547](https://github.com/Azure/azure-storage-fuse/issues/1547) Truncate logic of file cache is modified to prevent downloading and uploading the entire file.
- Updating a file via Blobfuse2 was resetting the ACLs and Permissions applied to file in Datalake.

**Features**
- Added 'gen-config' command to auto generate blobfuse2 config file.

**Other Changes**
- Stream config will be converted to block-cache config implicitly and 'stream' component is no longer used from this release onwards.
- MSI login with object-id will not rely on azcli anymore, rather it will be supported by 'azidentity' SDK.
Expand Down

0 comments on commit 56d8b53

Please sign in to comment.