Skip to content

fix(deps): update module github.com/libp2p/go-libp2p to v0.48.0#987

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-libp2p-go-libp2p-0.x
Open

fix(deps): update module github.com/libp2p/go-libp2p to v0.48.0#987
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-libp2p-go-libp2p-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/libp2p/go-libp2p v0.45.0v0.48.0 age confidence

Release Notes

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

v0.48.0

Compare Source

A relatively minor update. Most changes were related to internal cleanup and getting the transport interop tests running again.

🔦 Highlights

  • When listening on 0.0.0.0, BasicHost.AllAddrs returns all the interface addrs of the machine. In v0.47 we'd unwittingly introduced this change, but on discussion decided to commit to it as returning all the addresses was correct. In the absence of this behaviour, there's no way for a user to get all the addrs the libp2p host is listening on. See #​3460 for the discussion about this. #​3468
  • Fix Deterministic WebTransport Key Generation for Go 1.26 #​3320
  • Fix mocknet: make stream deadline methods noop instead of returning error

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p@v0.47.0...v0.48.0

v0.47.0

Compare Source

A relatively small release. The main changes are dependency updates and a couple of bug fixes. #​3435 changes autonatv2 reachability logic, which should be a net win for most users.

Breaking Changes

  • A WebTransport Client in this version cannot dial older (pre v0.47.0) go-libp2p WebTransport servers. The reverse works. This is partly due to a handshake change in the latest draft RFC for WebTransport. WebTransport remains experimental while the RFC is in draft, but we expect no more breaking changes.
  • AllAddrs() Actually returns all interface addresses when listening on 0.0.0.0. See #​3460 for more context. This changes an earlier intentional decision from #​911.

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p@v0.46.0...v0.47.0

v0.46.0

Compare Source

What's Changed

Full Changelog: libp2p/go-libp2p@v0.45.0...v0.46.0


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
Copy link
Contributor Author

renovate bot commented Feb 19, 2026

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

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

Details:

Package Change
go 1.24.6 -> 1.25.7
golang.org/x/sys v0.39.0 -> v0.41.0
github.com/libp2p/go-netroute v0.3.0 -> v0.4.0
github.com/pion/dtls/v3 v3.0.6 -> v3.1.2
github.com/pion/logging v0.2.3 -> v0.2.4
github.com/pion/rtcp v1.2.15 -> v1.2.16
github.com/pion/sdp/v3 v3.0.13 -> v3.0.18
github.com/pion/stun/v3 v3.0.0 -> v3.1.1
github.com/quic-go/qpack v0.5.1 -> v0.6.0
github.com/quic-go/quic-go v0.55.0 -> v0.59.0
github.com/quic-go/webtransport-go v0.9.0 -> v0.10.0
golang.org/x/crypto v0.46.0 -> v0.48.0
golang.org/x/mod v0.31.0 -> v0.32.0
golang.org/x/net v0.48.0 -> v0.50.0
golang.org/x/telemetry v0.0.0-20251203150158-8fff8a5912fc -> v0.0.0-20260109210033-bd525da824e2
golang.org/x/text v0.32.0 -> v0.34.0
golang.org/x/tools v0.40.0 -> v0.41.0

@renovate renovate bot changed the title fix(deps): update module github.com/libp2p/go-libp2p to v0.47.0 fix(deps): update module github.com/libp2p/go-libp2p to v0.48.0 Mar 18, 2026
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-0.x branch from a05fd3d to 5124ab4 Compare March 18, 2026 01:46
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