Skip to content

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

Merged
rodrodros merged 1 commit into
mainfrom
dependabot/go_modules/github.com/libp2p/go-libp2p-kad-dht-0.40.0
Jun 10, 2026
Merged

chore(deps): bump github.com/libp2p/go-libp2p-kad-dht from 0.39.1 to 0.40.0#3696
rodrodros merged 1 commit into
mainfrom
dependabot/go_modules/github.com/libp2p/go-libp2p-kad-dht-0.40.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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 dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 2, 2026
@codecov

codecov Bot commented Jun 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.70%. Comparing base (b8962fe) to head (cafe746).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3696      +/-   ##
==========================================
+ Coverage   76.67%   76.70%   +0.03%     
==========================================
  Files         410      410              
  Lines       37174    37174              
==========================================
+ Hits        28503    28516      +13     
+ Misses       6680     6672       -8     
+ Partials     1991     1986       -5     

☔ View full report in Codecov by Harness.
📢 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.

@rodrodros rodrodros left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Minor bump. The breaking change (SweepingProvider.Stats signature) is not used in Juno — verified no SweepingProvider references in p2p code. Transitive bumps: boxo 0.37→0.39, go-log 2.9.2, x/exp snapshot. Tests green on all platforms.

@rodrodros

Copy link
Copy Markdown
Contributor

@dependabot rebase

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 force-pushed the dependabot/go_modules/github.com/libp2p/go-libp2p-kad-dht-0.40.0 branch from 351cc8f to cafe746 Compare June 10, 2026 08:45
@rodrodros
rodrodros enabled auto-merge (squash) June 10, 2026 09:03
@rodrodros
rodrodros merged commit 06ad853 into main Jun 10, 2026
15 of 17 checks passed
@rodrodros
rodrodros deleted the dependabot/go_modules/github.com/libp2p/go-libp2p-kad-dht-0.40.0 branch June 10, 2026 09:03
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.

1 participant