Update module github.com/libp2p/go-libp2p to v0.38.1 #42
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.37.0
->v0.38.1
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 isopt-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
908b0bd
Release v0.37.2368d5f6
chore: bump go-multiaddr-dns (#3066)008d62d
chore: bump quic-go to v0.48.2 (#3064)6fa87f6
fix(swarm): check after we split for empty multiaddr (#3063)75538ef
fix(libp2phttp): Return ErrServerClosed on Close (#3050)Full Changelog: libp2p/go-libp2p@v0.37.1...v0.37.2
v0.37.1
Compare Source
Bug Fixes
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.
This PR was generated by Mend Renovate. View the repository job log.