-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## v0.19.1 ### 🔦 Highlights #### DHT Timeouts In v0.16.0, Kubo added the ability to configure custom content routers and DHTs with the `custom` router type, and as part of this added a default 5 minute timeout to all DHT operations. In some cases with large repos, this can cause provide and reprovide operations to fail because the timeout is reached. This release removes these timeouts on DHT operations. If users desire these timeouts, they can be added back using the `custom` router type. ### Changelog - github.com/ipfs/kubo: - chore: update version - fix: remove timeout on default DHT operations (#9783) - chore: update version - github.com/ipfs/go-blockservice (v0.5.0 -> v0.5.1): - chore: release v0.5.1 - fix: remove busyloop in getBlocks by removing batching - github.com/libp2p/go-libp2p (v0.26.3 -> v0.26.4): - release v0.26.4 - autorelay: fix busy loop bug and flaky tests in relay finder (#2208) - github.com/libp2p/go-libp2p-routing-helpers (v0.6.1 -> v0.6.2): - Release v0.6.2 (#73) - feat: zero timeout on composed routers should disable timeout (#72)
- Loading branch information
Showing
3 changed files
with
31 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters