Closed renovate[bot] closed 1 week ago
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):
Details:
Package | Change |
---|---|
github.com/libp2p/go-libp2p |
v0.35.4 -> v0.37.0 |
github.com/ipfs/boxo |
v0.21.0 -> v0.24.3 |
github.com/klauspost/compress |
v1.17.9 -> v1.17.11 |
github.com/libp2p/go-flow-metrics |
v0.1.0 -> v0.2.0 |
github.com/libp2p/go-libp2p-kbucket |
v0.6.3 -> v0.6.4 |
github.com/pion/datachannel |
v1.5.8 -> v1.5.9 |
github.com/pion/ice/v2 |
v2.3.34 -> v2.3.36 |
github.com/pion/interceptor |
v0.1.29 -> v0.1.37 |
github.com/pion/rtp |
v1.8.8 -> v1.8.9 |
github.com/pion/sctp |
v1.8.20 -> v1.8.33 |
github.com/pion/webrtc/v3 |
v3.3.0 -> v3.3.4 |
github.com/prometheus/client_golang |
v1.19.1 -> v1.20.5 |
github.com/prometheus/common |
v0.55.0 -> v0.60.0 |
github.com/quic-go/qpack |
v0.4.0 -> v0.5.1 |
github.com/quic-go/quic-go |
v0.45.2 -> v0.48.1 |
github.com/quic-go/webtransport-go |
v0.8.0 -> v0.8.1-0.20241018022711-4ac2c9250e66 |
github.com/wlynxg/anet |
v0.0.3 -> v0.0.5 |
go.opentelemetry.io/otel |
v1.27.0 -> v1.31.0 |
go.opentelemetry.io/otel/metric |
v1.27.0 -> v1.31.0 |
go.opentelemetry.io/otel/trace |
v1.27.0 -> v1.31.0 |
go.uber.org/dig |
v1.17.1 -> v1.18.0 |
go.uber.org/fx |
v1.22.1 -> v1.23.0 |
go.uber.org/mock |
v0.4.0 -> v0.5.0 |
golang.org/x/exp |
v0.0.0-20240719175910-8a7402abbf56 -> v0.0.0-20241009180824-f66d83c29e7c |
Because you closed this PR without merging, Renovate will ignore this update (v0.28.1
). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps
array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
v0.25.2
->v0.28.1
Release Notes
libp2p/go-libp2p-kad-dht (github.com/libp2p/go-libp2p-kad-dht)
### [`v0.28.1`](https://redirect.github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.28.1) [Compare Source](https://redirect.github.com/libp2p/go-libp2p-kad-dht/compare/v0.28.0...v0.28.1) #### What's Changed - fix(crawler): separate timeout per query by [@lidel](https://redirect.github.com/lidel) in [https://github.com/libp2p/go-libp2p-kad-dht/pull/999](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/999) **Full Changelog**: https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.28.0...v0.28.1 ### [`v0.28.0`](https://redirect.github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.28.0) [Compare Source](https://redirect.github.com/libp2p/go-libp2p-kad-dht/compare/v0.27.0...v0.28.0) #### What's Changed - fix: use timeout context for NewStream call by [@ligustah](https://redirect.github.com/ligustah) in [https://github.com/libp2p/go-libp2p-kad-dht/pull/994](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/994) - fix: set context timeout for `queryPeer` by [@MarcoPolo](https://redirect.github.com/MarcoPolo) in [https://github.com/libp2p/go-libp2p-kad-dht/pull/996](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/996) - refactor: document and expose Amino DHT defaults by [@lidel](https://redirect.github.com/lidel) in [https://github.com/libp2p/go-libp2p-kad-dht/pull/990](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/990) - update go-libp2p [v0.37.0](https://redirect.github.com/libp2p/go-libp2p/releases/tag/v0.37.0) by [@MarcoPolo](https://redirect.github.com/MarcoPolo) in [https://github.com/libp2p/go-libp2p-kad-dht/pull/995](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/995) - update boxo [v0.24.3](https://redirect.github.com/ipfs/boxo/releases/tag/v0.24.3) by [@lidel](https://redirect.github.com/lidel) in [https://github.com/libp2p/go-libp2p-kad-dht/pull/998](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/998) #### New Contributors - [@ligustah](https://redirect.github.com/ligustah) made their first contribution in [https://github.com/libp2p/go-libp2p-kad-dht/pull/994](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/994) **Full Changelog**: https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.27.0...v0.28.0 ### [`v0.27.0`](https://redirect.github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.27.0) [Compare Source](https://redirect.github.com/libp2p/go-libp2p-kad-dht/compare/v0.26.1...v0.27.0) #### What's Changed - fix(query): reverting changes on TestRTEvictionOnFailedQuery by [@guillaumemichel](https://redirect.github.com/guillaumemichel) in [https://github.com/libp2p/go-libp2p-kad-dht/pull/984](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/984) - ci: uci/update-go by [@web3-bot](https://redirect.github.com/web3-bot) in [https://github.com/libp2p/go-libp2p-kad-dht/pull/985](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/985) - chore: update version by [@elecbug](https://redirect.github.com/elecbug) in [https://github.com/libp2p/go-libp2p-kad-dht/pull/986](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/986) - fix: replace deprecated Boxo function by [@guillaumemichel](https://redirect.github.com/guillaumemichel) in [https://github.com/libp2p/go-libp2p-kad-dht/pull/987](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/987) - Add new DHT option to provide custom pb.MessageSender by [@cortze](https://redirect.github.com/cortze) in [https://github.com/libp2p/go-libp2p-kad-dht/pull/991](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/991) #### New Contributors - [@elecbug](https://redirect.github.com/elecbug) made their first contribution in [https://github.com/libp2p/go-libp2p-kad-dht/pull/986](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/986) **Full Changelog**: https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.26.1...v0.27.0 ### [`v0.26.1`](https://redirect.github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.26.1) [Compare Source](https://redirect.github.com/libp2p/go-libp2p-kad-dht/compare/v0.26.0...v0.26.1) #### What's Changed - chore: fix connectedness by [@2color](https://redirect.github.com/2color) in [https://github.com/libp2p/go-libp2p-kad-dht/pull/976](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/976) - chore: correctly merge fix from [#976](https://redirect.github.com/libp2p/go-libp2p-kad-dht/issues/976) by [@lidel](https://redirect.github.com/lidel) in [https://github.com/libp2p/go-libp2p-kad-dht/pull/980](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/980) - fix: Unexport hasValidConnectedness to make a patch release by [@MarcoPolo](https://redirect.github.com/MarcoPolo) in [https://github.com/libp2p/go-libp2p-kad-dht/pull/982](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/982) #### New Contributors - [@2color](https://redirect.github.com/2color) made their first contribution in [https://github.com/libp2p/go-libp2p-kad-dht/pull/976](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/976) **Full Changelog**: https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.26.0...v0.26.1 ### [`v0.26.0`](https://redirect.github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.26.0) [Compare Source](https://redirect.github.com/libp2p/go-libp2p-kad-dht/compare/v0.25.2...v0.26.0) #### What's Changed - ci: uci/update-go by [@web3-bot](https://redirect.github.com/web3-bot) in [https://github.com/libp2p/go-libp2p-kad-dht/pull/964](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/964) - ci: uci/copy-templates by [@web3-bot](https://redirect.github.com/web3-bot) in [https://github.com/libp2p/go-libp2p-kad-dht/pull/965](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/965) - findnode(self) should return multiple peers by [@guillaumemichel](https://redirect.github.com/guillaumemichel) in [https://github.com/libp2p/go-libp2p-kad-dht/pull/968](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/968) - Fix: don't perform lookupCheck if not enough peers in routing table by [@guillaumemichel](https://redirect.github.com/guillaumemichel) in [https://github.com/libp2p/go-libp2p-kad-dht/pull/970](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/970) - Upgrade to go-log v2.5.1 by [@cce](https://redirect.github.com/cce) in [https://github.com/libp2p/go-libp2p-kad-dht/pull/971](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/971) - chore: update deps by [@Stebalien](https://redirect.github.com/Stebalien) in [https://github.com/libp2p/go-libp2p-kad-dht/pull/974](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/974) #### New Contributors - [@cce](https://redirect.github.com/cce) made their first contribution in [https://github.com/libp2p/go-libp2p-kad-dht/pull/971](https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/971) **Full Changelog**: https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.25.2...v0.26.0Configuration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.