Skip to content

chore: bump go-libp2p-kad-dht to v0.42.2 - #11436

Merged
lidel merged 4 commits into
masterfrom
chore/kad-dht-batch-provider-writes
Sep 2, 2026
Merged

chore: bump go-libp2p-kad-dht to v0.42.2#11436
lidel merged 4 commits into
masterfrom
chore/kad-dht-batch-provider-writes

Conversation

@lidel

@lidel lidel commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

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

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
guillaumemichel marked this pull request as ready for review August 21, 2026 06:06
@guillaumemichel
guillaumemichel requested a review from a team as a code owner August 21, 2026 06:06
@guillaumemichel guillaumemichel changed the title chore: smoke-test unreleased go-libp2p-kad-dht chore: bump go-libp2p-kad-dht to v0.42.2 Aug 21, 2026

@guillaumemichel guillaumemichel left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@lidel lidel mentioned this pull request Aug 23, 2026
63 tasks
…-provider-writes

# Conflicts:
#	docs/changelogs/v0.43.md
@lidel
lidel force-pushed the chore/kad-dht-batch-provider-writes branch from b5bf290 to 71ca956 Compare September 2, 2026 14:39
@lidel
lidel merged commit 329838a into master Sep 2, 2026
24 checks passed
@lidel
lidel deleted the chore/kad-dht-batch-provider-writes branch September 2, 2026 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Constant writes of DHT provider records to datastore/*.log

2 participants