docs: improve changelog wording

This commit is contained in:
Marcin Rataj 2026-01-09 21:15:50 +01:00
parent 7363695689
commit 3535caa244

View File

@ -13,7 +13,7 @@ This release was brought to you by the [Shipyard](https://ipshipyard.com/) team.
- [Routing V1 HTTP API now exposed by default](#routing-v1-http-api-now-exposed-by-default)
- [Track total size when adding pins](#track-total-size-when-adding-pins)
- [Skip bad keys when listing](#skip_bad_keys_when_listing)
- [Fix accelerated DHT provider bootstrap](#fix-accelerated-dht-provider-bootstrap)
- [Accelerated DHT Client and Provide Sweep now work together](#accelerated-dht-client-and-provide-sweep-now-work-together)
- [📦️ Dependency updates](#-dependency-updates)
- [📝 Changelog](#-changelog)
- [👨‍👩‍👧‍👦 Contributors](#-contributors)
@ -40,9 +40,9 @@ Fetched/Processed 336 nodes (83 MB)
Change the `ipfs key list` behavior to log an error and continue listing keys when a key cannot be read from the keystore or decoded.
#### Fix accelerated DHT provider bootstrap
#### Accelerated DHT Client and Provide Sweep now work together
When both Accelerated DHT Client and Provide Sweep are enabled, the provider now waits for the initial accelerated DHT client initial network crawl to complete (around 10 minutes) before running any provide operation.
Previously, provide operations could start before the Accelerated DHT Client discovered enough peers, causing sweep mode to lose its efficiency benefits. Now, providing waits for the initial network crawl (about 10 minutes). Your content will be properly distributed across DHT regions after initial DHT map is created. Check `ipfs provide stat` to see when providing begins.
#### 📦️ Dependency updates