You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[📦️ Important dependency updates](#-important-dependency-updates)
22
25
-[📝 Changelog](#-changelog)
@@ -71,9 +74,14 @@ This update to libp2p and [AutoTLS](https://github.com/ipfs/kubo/blob/master/doc
71
74
72
75
The `ipfs files cp` command has a `--force` option to allow it to overwrite existing files. Attempting to overwrite an existing directory results in an error.
73
76
74
-
#### Option for filestore command to remove bad blocks
77
+
#### Gateway now supports negative HTTP Range requests
78
+
79
+
The latest update to `boxo/gateway` adds support for negative HTTP Range requests, achieving [[email protected]](https://github.com/ipfs/gateway-conformance/releases/tag/v0.8.0) compatibility.
80
+
This enables greater interoperability with generic HTTP-based tools. For example, [WebRecorder](https://webrecorder.net/archivewebpage/)'s https://replayweb.page/ can now directly load website snapshots from Kubo-backed URLs.
81
+
82
+
#### Option for `filestore` command to remove bad blocks
75
83
76
-
The `filestore` command has a new option, `--remove-bad-blocks`, to verify objects in the filestore and remove those that fail verification.
84
+
The [experimental `filestore`](https://github.com/ipfs/kubo/blob/master/docs/experimental-features.md#ipfs-filestore) command has a new option, `--remove-bad-blocks`, to verify objects in the filestore and remove those that fail verification.
0 commit comments