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 to v0.38.1 #42

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/libp2p/go-libp2p v0.37.0 -> v0.38.1 age adoption passing confidence

Release Notes

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

v0.38.1

Compare Source

What's Changed

Refer the the release notes in v0.38.0 for all things new in v0.38.

Full Changelog: libp2p/go-libp2p@v0.38.0...v0.38.1

v0.38.0

Compare Source

Highlights

  • You can now use the same port for TCP and WebSocket. Refer to the
    TestSharedTCPAddr for an example on how to enable this. Currently this is
    opt-in. In a future release, we may enable this as default behavior when you
    leave the port unspecified or when you explicitly set the same port.

  • The eventbus will now log error messages when it detects slow consumers. It's
    important for slow consumers to not stall the eventbus, as this can cause the
    core libp2p node to stall. Previously this was visible via metrics. This should
    help identify hard-to-debug issues without requiring metrics to be configured.

What's changed

New Contributors

Full Changelog: libp2p/go-libp2p@v0.37.0...v0.38.0

v0.37.2

Compare Source

What's Changed

Full Changelog: libp2p/go-libp2p@v0.37.1...v0.37.2

v0.37.1

Compare Source

Bug Fixes

  • Fixes an issue with webrtc-direct listeners where the short handshake queue dropped some connection requests. For more details see: #​3040
  • Fixes a race condition when multistream lazy negotiation was used with rust-libp2p or js-libp2p for write only streams. See https://github.com/libp2p/go-libp2p/issues/3038 for details

What's Changed

  • 0606295 refactor(libp2phttp): don't require specific port for the HTTP host example (#​3047)
  • ae0d78a fix: Defer resource usage cleanup until the very end (#​3042)
  • df02f4d chore: update go-multistream to v0.6.0 (#​3041)
  • 09ae179 fix: obsaddr: do not record observations over relayed conn (#​3043)
  • 2404f75 webrtc: handshake more connections in parallel (#​3040)
  • 994b69e fix: basichost: Use NegotiationTimeout as fallback timeout for NewStream (#​3020)

Full Changelog: libp2p/go-libp2p@v0.37.0...dont-delete/release-v0371


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.

Copy link
Contributor Author

renovate bot commented Nov 25, 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):

  • 25 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.29.0 -> v0.31.0
github.com/google/pprof v0.0.0-20241017200806-017d972448fc -> v0.0.0-20241210010833-40e02aabc2ad
github.com/klauspost/cpuid/v2 v2.2.8 -> v2.2.9
github.com/libp2p/go-netroute v0.2.1 -> v0.2.2
github.com/multiformats/go-multiaddr v0.13.0 -> v0.14.0
github.com/multiformats/go-multiaddr-dns v0.4.0 -> v0.4.1
github.com/multiformats/go-multistream v0.5.0 -> v0.6.0
github.com/onsi/ginkgo/v2 v2.20.2 -> v2.22.0
github.com/pion/datachannel v1.5.9 -> v1.5.10
github.com/pion/ice/v2 v2.3.36 -> v2.3.37
github.com/pion/rtcp v1.2.14 -> v1.2.15
github.com/pion/rtp v1.8.9 -> v1.8.10
github.com/pion/sctp v1.8.33 -> v1.8.35
github.com/pion/webrtc/v3 v3.3.4 -> v3.3.5
github.com/prometheus/common v0.60.0 -> v0.61.0
github.com/quic-go/quic-go v0.48.1 -> v0.48.2
github.com/stretchr/testify v1.9.0 -> v1.10.0
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c -> v0.0.0-20241217172543-b2144cdd0a67
golang.org/x/mod v0.21.0 -> v0.22.0
golang.org/x/net v0.30.0 -> v0.32.0
golang.org/x/sync v0.9.0 -> v0.10.0
golang.org/x/sys v0.27.0 -> v0.28.0
golang.org/x/text v0.20.0 -> v0.21.0
golang.org/x/tools v0.26.0 -> v0.28.0
google.golang.org/protobuf v1.35.1 -> v1.36.0

@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-0.x branch from 5b90618 to e03a897 Compare November 26, 2024 18:01
@renovate renovate bot changed the title Update module github.com/libp2p/go-libp2p to v0.37.1 Update module github.com/libp2p/go-libp2p to v0.37.2 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-0.x branch from e03a897 to 79ce8bb Compare December 18, 2024 20:26
@renovate renovate bot changed the title Update module github.com/libp2p/go-libp2p to v0.37.2 Update module github.com/libp2p/go-libp2p to v0.38.0 Dec 18, 2024
@renovate renovate bot changed the title Update module github.com/libp2p/go-libp2p to v0.38.0 Update module github.com/libp2p/go-libp2p to v0.38.1 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-0.x branch from 79ce8bb to 0815956 Compare December 19, 2024 02:45
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