edgevpn
edgevpn copied to clipboard
fix(deps): update module github.com/libp2p/go-libp2p-kad-dht to v0.33.1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/libp2p/go-libp2p-kad-dht | v0.30.2 -> v0.33.1 |
Release Notes
libp2p/go-libp2p-kad-dht (github.com/libp2p/go-libp2p-kad-dht)
v0.33.1
Highlights
- Fix concurrency in
fullrt
What's Changed
- fix: fullrt kMapLk unlock by @guillaumemichel in https://github.com/libp2p/go-libp2p-kad-dht/pull/1085
- fix(fullrt): use correct mutex for reading keyToPeerMap by @guillaumemichel in https://github.com/libp2p/go-libp2p-kad-dht/pull/1086
- fix(fullrt): mutex cleanup by @guillaumemichel in https://github.com/libp2p/go-libp2p-kad-dht/pull/1087
Full Changelog: https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.33.0...v0.33.1
This release was brought to you by the Shipyard team.
v0.33.0
What's Changed
- fix/updates to use context passed in New function for context cancellation by @blockchainluffy in https://github.com/libp2p/go-libp2p-kad-dht/pull/1081
New Contributors
- @blockchainluffy made their first contribution in https://github.com/libp2p/go-libp2p-kad-dht/pull/1081
Full Changelog: https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.32.0...v0.33.0
v0.32.0
What's Changed
- chore: bump go-log to v2 by @guillaumemichel in https://github.com/libp2p/go-libp2p-kad-dht/pull/1074
- chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot in https://github.com/libp2p/go-libp2p-kad-dht/pull/1075
- fix: use correct message type attribute in metrics by @diogo464 in https://github.com/libp2p/go-libp2p-kad-dht/pull/1076
- fix: netsize warning by @guillaumemichel in https://github.com/libp2p/go-libp2p-kad-dht/pull/1077
- chore: update deps by @guillaumemichel in https://github.com/libp2p/go-libp2p-kad-dht/pull/1078
New Contributors
- @diogo464 made their first contribution in https://github.com/libp2p/go-libp2p-kad-dht/pull/1076
Full Changelog: https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.31.0...v0.32.0
This release was brought to you by the Shipyard team.
v0.31.0
What's Changed
- tests: flaky TestSearchValue (dual) by @guillaumemichel in https://github.com/libp2p/go-libp2p-kad-dht/pull/1060
- fix(crawler): remove peerstore no-op by @guillaumemichel in https://github.com/libp2p/go-libp2p-kad-dht/pull/1063
- cleanup: fullrt by @guillaumemichel in https://github.com/libp2p/go-libp2p-kad-dht/pull/1062
- fix: remove deprecated opt package by @guillaumemichel in https://github.com/libp2p/go-libp2p-kad-dht/pull/1064
- fix: error on no valid provs by @guillaumemichel in https://github.com/libp2p/go-libp2p-kad-dht/pull/1065
- refactor: use errors.New when no formatting required by @guillaumemichel in https://github.com/libp2p/go-libp2p-kad-dht/pull/1067
- chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 by @dependabot in https://github.com/libp2p/go-libp2p-kad-dht/pull/1068
- tests: fix flaky TestProvidesExpire by @guillaumemichel in https://github.com/libp2p/go-libp2p-kad-dht/pull/1069
- ci: uci/copy-templates by @web3-bot in https://github.com/libp2p/go-libp2p-kad-dht/pull/1071
- query: ip diversity filter by @guillaumemichel in https://github.com/libp2p/go-libp2p-kad-dht/pull/1070
New Contributors
- @dependabot made their first contribution in https://github.com/libp2p/go-libp2p-kad-dht/pull/1068
Full Changelog: https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.30.2...v0.31.0
This release was brought to you by the Shipyard team.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- 23 additional dependencies were updated
- The
godirective was updated for compatibility reasons
Details:
| Package | Change |
|---|---|
go |
1.23.0 -> 1.23.8 |
github.com/ipfs/go-log/v2 |
v2.5.1 -> v2.6.0 |
github.com/miekg/dns |
v1.1.64 -> v1.1.66 |
golang.org/x/sys |
v0.31.0 -> v0.33.0 |
github.com/google/go-cmp |
v0.6.0 -> v0.7.0 |
github.com/ipfs/boxo |
v0.28.0 -> v0.30.0 |
github.com/libp2p/go-libp2p-kbucket |
v0.6.5 -> v0.7.0 |
github.com/prometheus/client_golang |
v1.21.1 -> v1.22.0 |
github.com/prometheus/client_model |
v0.6.1 -> v0.6.2 |
github.com/prometheus/common |
v0.62.0 -> v0.63.0 |
github.com/prometheus/procfs |
v0.15.1 -> v0.16.1 |
go.opentelemetry.io/otel |
v1.34.0 -> v1.35.0 |
go.opentelemetry.io/otel/metric |
v1.34.0 -> v1.35.0 |
go.opentelemetry.io/otel/trace |
v1.34.0 -> v1.35.0 |
golang.org/x/crypto |
v0.35.0 -> v0.38.0 |
golang.org/x/exp |
v0.0.0-20250218142911-aa4b98e5adaa -> v0.0.0-20250506013437-ce4c2cf36ca6 |
golang.org/x/mod |
v0.23.0 -> v0.24.0 |
golang.org/x/net |
v0.35.0 -> v0.40.0 |
golang.org/x/sync |
v0.11.0 -> v0.14.0 |
golang.org/x/text |
v0.22.0 -> v0.25.0 |
golang.org/x/tools |
v0.30.0 -> v0.33.0 |
gonum.org/v1/gonum |
v0.15.1 -> v0.16.0 |
google.golang.org/protobuf |
v1.36.5 -> v1.36.6 |
lukechampine.com/blake3 |
v1.4.0 -> v1.4.1 |