Skip to content

chore(deps): bump github.com/libp2p/go-libp2p-kad-dht from 0.39.1 to 0.40.0#3696

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/libp2p/go-libp2p-kad-dht-0.40.0
Open

chore(deps): bump github.com/libp2p/go-libp2p-kad-dht from 0.39.1 to 0.40.0#3696
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/libp2p/go-libp2p-kad-dht-0.40.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Bumps github.com/libp2p/go-libp2p-kad-dht from 0.39.1 to 0.40.0.

Release notes

Sourced from github.com/libp2p/go-libp2p-kad-dht's releases.

v0.40.0

[!NOTE] This release was brought to you by the Shipyard team.

Highlights

⚠️ Breaking change

  • SweepingProvider.Stats() now takes a context.Context and returns (stats.Stats, error). Callers must pass a ctx with a deadline — the key count is fetched through the keystore worker and can stall behind a slow datastore op. (#1251 by @​guillaumemichel)

Fixes

Other

Full Changelog: libp2p/go-libp2p-kad-dht@v0.39.2...v0.40.0

v0.39.2

[!NOTE] This release was brought to you by the Shipyard team.

What's Changed

Full Changelog: libp2p/go-libp2p-kad-dht@v0.39.1...v0.39.2

Commits
  • d40b14b chore: release v0.40.0 (#1257)
  • 7b0dd02 fix(ResettableKeystore): speed up reset process and keep worker responsive (#...
  • d5ed076 fix(provider): hold cycleStatsLk in batchReprovide defer (#1255)
  • b73e1e8 fix(provider): per-peer timeout on ADD_PROVIDER sends (#1252)
  • 63a3e3c fix(provider)!: bound keystore.Size in Stats with a timeout (#1251)
  • 3562661 update dependencies (#1250)
  • c728951 chore: release v0.39.2 (#1249)
  • 7e3944b chore: bump boxo to v0.39.0 (#1248)
  • 32a3e31 test: fix flaky TestStartProvidingSingle (#1247)
  • b00ec53 feat(provider): allow WithReprovideInterval(0) for burst-only mode (#1246)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/libp2p/go-libp2p-kad-dht](https://github.com/libp2p/go-libp2p-kad-dht) from 0.39.1 to 0.40.0.
- [Release notes](https://github.com/libp2p/go-libp2p-kad-dht/releases)
- [Commits](libp2p/go-libp2p-kad-dht@v0.39.1...v0.40.0)

---
updated-dependencies:
- dependency-name: github.com/libp2p/go-libp2p-kad-dht
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 2, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.46%. Comparing base (b44be8e) to head (351cc8f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3696      +/-   ##
==========================================
+ Coverage   76.44%   76.46%   +0.02%     
==========================================
  Files         402      402              
  Lines       36770    36770              
==========================================
+ Hits        28110    28118       +8     
+ Misses       6681     6674       -7     
+ Partials     1979     1978       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants