Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/libp2p/go-libp2p-kad-dht to v0.27.0 #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/libp2p/go-libp2p-kad-dht v0.11.1 -> v0.27.0 age adoption passing confidence

Release Notes

libp2p/go-libp2p-kad-dht (github.com/libp2p/go-libp2p-kad-dht)

v0.27.0

Compare Source

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p-kad-dht@v0.26.1...v0.27.0

v0.26.1

Compare Source

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p-kad-dht@v0.26.0...v0.26.1

v0.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p-kad-dht@v0.25.2...v0.26.0

v0.25.2

Compare Source

What's Changed
New Contributors

Full Changelog: libp2p/go-libp2p-kad-dht@v0.25.1...v0.25.2

v0.25.1

Compare Source

What's Changed

Full Changelog: libp2p/go-libp2p-kad-dht@v0.25.0...v0.25.1

v0.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p-kad-dht@v0.24.3...v0.25.0

v0.24.4

Compare Source

v0.24.3

Compare Source

What's Changed

Full Changelog: libp2p/go-libp2p-kad-dht@v0.24.2...v0.24.3

v0.24.2

Compare Source

What's Changed

Bump go-libp2p to avoid deadlock.

Full Changelog: libp2p/go-libp2p-kad-dht@v0.24.1...v0.24.2

v0.24.1

Compare Source

What's Changed

Full Changelog: libp2p/go-libp2p-kad-dht@v0.24.0...v0.24.1

v0.24.0

Compare Source

What's Changed

Full Changelog: libp2p/go-libp2p-kad-dht@v0.23.0...v0.24.0

v0.23.0

Compare Source

What's Changed

Full Changelog: libp2p/go-libp2p-kad-dht@v0.22.0...v0.23.0

v0.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p-kad-dht@v0.21.1...v0.22.0

v0.21.1

Compare Source

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p-kad-dht@v0.21.0...v0.21.1

v0.21.0

Compare Source

What's Changed

Full Changelog: libp2p/go-libp2p-kad-dht@v0.20.0...v0.21.0

v0.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p-kad-dht@v0.19.0...v0.20.0

v0.19.0

Compare Source

What's Changed

Full Changelog: libp2p/go-libp2p-kad-dht@v0.18.0...v0.19.0

v0.18.0

Compare Source

What's Changed

Full Changelog: libp2p/go-libp2p-kad-dht@v0.17.0...v0.18.0

v0.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p-kad-dht@v0.16.0...v0.17.0

v0.16.0

Compare Source

What's Changed

Full Changelog: libp2p/go-libp2p-kad-dht@v0.15.0...v0.16.0

v0.15.0

Compare Source

This release upgrades libp2p dependencies to plumb through datastore interface changes.

v0.14.0

Compare Source

Full Changelog: libp2p/go-libp2p-kad-dht@v0.13.1...v0.14.0

v0.13.1

Compare Source

  • Add some opentelemetry tracing into the fullrt dht client #​734
  • Codecov removed #​742
  • Extract validation logic from the protocol messenger to enable easier reuse #​741

v0.13.0

Compare Source

  • Update to go-libp2p 0.14
  • Remove GetValues (it didn't do what you think it did).
  • Improve peer usefulness metrics.
  • Avoid blocking when calling RefreshRoutingTable
  • Allow passing a function to determine bootstrap peers.

v0.12.2

Compare Source

  • Reduced CPU usage by the FullRT DHT client during bulk providing #​720
  • Updated CI and fixed some linter errors (#​712 , #​721)

v0.12.1

Compare Source

Fixed some bugs in the FullRT DHT client #​719

v0.12.0

Compare Source

  • Extracted the protocol messaging functionality from the DHT itself to enable reuse #​659
  • Fixed FindPeer queries not working if the peer would be excluded by a query filter #​711
  • Added an experimental basic crawler #​663
  • Added an experimental alternative DHT client #​709

Breaking Changes:

  • The signature of the filter functions (query and routing table filters) has been changed to allow reuse across DHT client implementations
    • Note: The API area here is still being explored and may change in the future
  • The signature of GetClosestPeers has been changed to return a slice of peers instead of a channel
    • This has been a long standing complaint since GetClosestPeers cannot return until the query has completed anyway and so using a channel is incorrect and an added source of complexity

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.

@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-kad-dht-0.x branch from 4b058f9 to 0b1168c Compare October 26, 2022 11:39
@renovate renovate bot changed the title Update module github.com/libp2p/go-libp2p-kad-dht to v0.18.0 Update module github.com/libp2p/go-libp2p-kad-dht to v0.20.0 Jan 27, 2023
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-kad-dht-0.x branch 2 times, most recently from f8e943c to e852801 Compare January 27, 2023 04:32
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-kad-dht-0.x branch from e852801 to e1f2651 Compare February 10, 2023 04:49
@renovate renovate bot changed the title Update module github.com/libp2p/go-libp2p-kad-dht to v0.20.0 Update module github.com/libp2p/go-libp2p-kad-dht to v0.21.0 Feb 10, 2023
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-kad-dht-0.x branch from e1f2651 to 1957fb8 Compare February 22, 2023 16:56
@renovate renovate bot changed the title Update module github.com/libp2p/go-libp2p-kad-dht to v0.21.0 Update module github.com/libp2p/go-libp2p-kad-dht to v0.21.1 Feb 22, 2023
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-kad-dht-0.x branch 4 times, most recently from 6421f41 to 8da2e3b Compare March 28, 2023 00:41
@renovate renovate bot changed the title Update module github.com/libp2p/go-libp2p-kad-dht to v0.21.1 Update module github.com/libp2p/go-libp2p-kad-dht to v0.22.0 Mar 28, 2023
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-kad-dht-0.x branch from 8da2e3b to 9e6137f Compare April 6, 2023 19:47
@renovate renovate bot changed the title Update module github.com/libp2p/go-libp2p-kad-dht to v0.22.0 Update module github.com/libp2p/go-libp2p-kad-dht to v0.23.0 Apr 6, 2023
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-kad-dht-0.x branch from 9e6137f to 35bb7dd Compare June 12, 2023 15:09
@renovate renovate bot changed the title Update module github.com/libp2p/go-libp2p-kad-dht to v0.23.0 Update module github.com/libp2p/go-libp2p-kad-dht to v0.24.0 Jun 12, 2023
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-kad-dht-0.x branch from 35bb7dd to 62bcc73 Compare June 15, 2023 11:06
@renovate renovate bot changed the title Update module github.com/libp2p/go-libp2p-kad-dht to v0.24.0 Update module github.com/libp2p/go-libp2p-kad-dht to v0.24.1 Jun 15, 2023
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-kad-dht-0.x branch from 62bcc73 to ef90ca2 Compare June 20, 2023 05:50
@renovate renovate bot changed the title Update module github.com/libp2p/go-libp2p-kad-dht to v0.24.1 Update module github.com/libp2p/go-libp2p-kad-dht to v0.24.2 Jun 20, 2023
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-kad-dht-0.x branch from ef90ca2 to e5cd12e Compare July 28, 2023 12:21
@renovate renovate bot changed the title Update module github.com/libp2p/go-libp2p-kad-dht to v0.24.2 Update module github.com/libp2p/go-libp2p-kad-dht to v0.24.3 Jul 28, 2023
@renovate renovate bot changed the title Update module github.com/libp2p/go-libp2p-kad-dht to v0.24.3 Update module github.com/libp2p/go-libp2p-kad-dht to v0.25.0 Aug 18, 2023
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-kad-dht-0.x branch from e5cd12e to bb82ad7 Compare August 18, 2023 13:09
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-kad-dht-0.x branch from bb82ad7 to 6925f05 Compare September 4, 2023 14:46
@renovate renovate bot changed the title Update module github.com/libp2p/go-libp2p-kad-dht to v0.25.0 Update module github.com/libp2p/go-libp2p-kad-dht to v0.25.1 Sep 4, 2023
@renovate renovate bot changed the title Update module github.com/libp2p/go-libp2p-kad-dht to v0.25.1 Update module github.com/libp2p/go-libp2p-kad-dht to v0.25.2 Nov 28, 2023
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-kad-dht-0.x branch from 6925f05 to 66ded19 Compare November 28, 2023 11:28
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-kad-dht-0.x branch from 66ded19 to 8be6767 Compare August 21, 2024 07:17
@renovate renovate bot changed the title Update module github.com/libp2p/go-libp2p-kad-dht to v0.25.2 Update module github.com/libp2p/go-libp2p-kad-dht to v0.26.0 Aug 21, 2024
Copy link
Contributor Author

renovate bot commented Aug 21, 2024

ℹ 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):

  • 3 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.16 -> 1.23.2
github.com/libp2p/go-libp2p v0.13.0 -> v0.36.2
github.com/libp2p/go-libp2p-core v0.8.0 -> v0.19.0
github.com/libp2p/go-libp2p-noise v0.1.1 -> v0.2.0

@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-kad-dht-0.x branch from 8be6767 to 6883285 Compare August 21, 2024 20:02
@renovate renovate bot changed the title Update module github.com/libp2p/go-libp2p-kad-dht to v0.26.0 Update module github.com/libp2p/go-libp2p-kad-dht to v0.26.1 Aug 21, 2024
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-kad-dht-0.x branch from 6883285 to a674307 Compare September 11, 2024 14:20
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-kad-dht-0.x branch from a674307 to f089c2f Compare October 4, 2024 16:12
@renovate renovate bot changed the title Update module github.com/libp2p/go-libp2p-kad-dht to v0.26.1 Update module github.com/libp2p/go-libp2p-kad-dht to v0.27.0 Oct 4, 2024
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.

0 participants