changelog

This commit is contained in:
guillaumemichel 2026-01-09 14:58:08 +01:00
parent 7ea71cfa0d
commit 7363695689
No known key found for this signature in database
GPG Key ID: 612745DB2E6D0E15

View File

@ -13,6 +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)
- [📦️ Dependency updates](#-dependency-updates)
- [📝 Changelog](#-changelog)
- [👨‍👩‍👧‍👦 Contributors](#-contributors)
@ -30,6 +31,7 @@ The [Routing V1 HTTP API](https://specs.ipfs.tech/routing/http-routing-v1/) is n
Adds total size progress tracking of pinned nodes during `ipfs pin add --progress`. The output now shows the total size of the pinned dag.
Example output:
```
Fetched/Processed 336 nodes (83 MB)
```
@ -38,6 +40,10 @@ 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
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.
#### 📦️ Dependency updates
- update `go-libp2p` to [v0.46.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.46.0)