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
23
-[📝 Changelog](#-changelog)
23
24
-[👨👩👧👦 Contributors](#-contributors)
@@ -82,7 +83,7 @@ The release updated configuration [profiles](https://github.com/ipfs/kubo/blob/m
82
83
> [!TIP]
83
84
> Apply one of CIDv1 test [profiles](https://github.com/ipfs/kubo/blob/master/docs/config.md#profiles) with `ipfs config profile apply test-cid-v1[-wide]`.
84
85
85
-
#### Provide Regression Fix
86
+
#### Optimized, dedicated queue for providing fresh CIDs
86
87
87
88
From `kubo`[`v0.33.0`](https://github.com/ipfs/kubo/releases/tag/v0.33.0),
88
89
Bitswap stopped advertising newly added and received blocks to the DHT. Since
@@ -101,6 +102,19 @@ concurrent provide operations:
101
102
> Users who need to provide large volumes of content immediately should
102
103
> consider removing the cap on concurrent provide operations.
103
104
105
+
##### Deprecated `ipfs stats provider`
106
+
107
+
Since the `ipfs stats provider` command was displaying statistics for both
108
+
provides and reprovides, this command isn't relevant anymore after separating
109
+
the two queues.
110
+
111
+
The successor command is `ipfs stats reprovide`, showing the same statistics,
112
+
but for reprovides only.
113
+
114
+
`ipfs stats provider` still works, but is marked as deprecated and will be
115
+
removed in a future release. It provides only statistics about reprovides
116
+
(similar to `ipfs stats reprovide`).
117
+
104
118
#### 📦️ Important dependency updates
105
119
106
120
- update `ipfs-webui` to [v4.7.0](https://github.com/ipfs/ipfs-webui/releases/tag/v4.7.0)
0 commit comments