From 0f1ec5949e71e52545cda1c58bbbfe80e930d4a3 Mon Sep 17 00:00:00 2001 From: Jorropo Date: Mon, 25 Sep 2023 15:23:12 +0200 Subject: [PATCH] changelog: update fuse 9044's entry --- docs/changelogs/v0.23.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/changelogs/v0.23.md b/docs/changelogs/v0.23.md index cb0b41276..a9b824537 100644 --- a/docs/changelogs/v0.23.md +++ b/docs/changelogs/v0.23.md @@ -14,6 +14,7 @@ - [Trustless Gateway Over Libp2p Experiment](#trustless-gateway-over-libp2p-experiment) - [Removal of `/quic` (Draft 29) support](#removal-of-quic-draft-29-support) - [Better Caching of multiaddresses for providers in DHT servers](#better-caching-of-multiaddresses-for-providers-in-dht-servers) + - [fixed FUSE directory listings](#fixed-fuse-directory-listings) - [๐Ÿ“ Changelog](#-changelog) - [๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Contributors](#-contributors) @@ -115,9 +116,10 @@ In most cases this enables skipping a second query which resolves the peer id to This will improve content fetching lantency in the network overtime as servers updates. -#### FUSE working again +#### fixed FUSE directory listings -A regression in 0.13.0 broke FUSE and was finally fixed. +`ls`ing directories with fuse have been fixed. [#9044](https://github.com/ipfs/kubo/issues/9044) +Thx a lot @bmwiedemann for debugging this issue. ### ๐Ÿ“ Changelog