chore: bump go-libp2p-kad-dht to v0.42.2 - #11436
Merged
Merged
Conversation
Validation branch for libp2p/go-libp2p-kad-dht#1293 (batched provider datastore writes): pins its head commit so kubo CI runs against it before it merges. Not for merging; repoint at a tagged release once one exists. - go.mod (x3): go-libp2p-kad-dht v0.42.1 => 5a1c2420 pseudo-version; pion/stun v3.1.5 rides along as a transitive bump from kad-dht master - core/node/provider.go: the pin pulls in libp2p/go-libp2p-kad-dht#1288, whose WithAddLocalRecord callback now receives the provide system's lifecycle context; use it instead of context.Background()
guillaumemichel
marked this pull request as ready for review
August 21, 2026 06:06
guillaumemichel
approved these changes
Aug 21, 2026
guillaumemichel
left a comment
Member
There was a problem hiding this comment.
Updated go-libp2p-kad-dht to latest tagged release (v0.42.2), and added changelog entry.
Feel free to update the changelog entry as needed.
…-provider-writes # Conflicts: # docs/changelogs/v0.43.md
lidel
force-pushed
the
chore/kad-dht-batch-provider-writes
branch
from
September 2, 2026 14:39
b5bf290 to
71ca956
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Validation branch for libp2p/go-libp2p-kad-dht#1293 (batched provider datastore writes): pins its head commit so kubo CI runs against it before it merges. Not for merging; repoint at a tagged release once one exists.
TODO