libp2p
Peer-to-peer networking library
0.56.0
18M downloads/mo
#2214 most downloaded on crates.io
libp2p/rust-libp2p
What this package is like to depend on
Last release 1 years ago
27 Jun 2025
Release timing varies
gaps range from 9 days to 8 months
Most releases are documented
notes for 87 of 98 stable releases
2 versions withdrawn
withdrawn after publishing
8 years old
104 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
104 releases · Aug 2018 to Jun 2025Releases
latest 60 of 104-
0.56.027 Jun 2025Release notes
Open source →-
Remove
async-stdsupport. See PR 6074 -
Remove deprecated
Transport::with_bandwidth_logging,SwarmBuilder::with_bandwidth_loggingandTransportExt. See PR 5766. -
Introduce
libp2p-webrtc-websysbehindwebrtc-websysfeature flag. See PR 5819. -
Introduce
libp2p-peer-store. See PR 5724. -
Make the
*-websysvariants (libp2p-webrtc-websys,libp2p-websocket-websys,libp2p-webtransport-websys) only available on wasm32 target architecture. See PR 5891. -
Remove TCP from the
async-stdswarm builder, asasync-stdsupport was removed fromlibp2p-tcptransport. See PR 5955 -
Remove QUIC from the
async-stdswarm builder, asasync-stdsupport was removed fromlibp2p-quictransport. See PR 5954 -
Remove DNS from the
async-stdswarm builder, asasync-stdsupport was removed fromlibp2p-dnstransport. See PR 5959
-
-
0.55.015 Jan 2025Release notes
Open source →-
Raise MSRV to 1.83.0. See PR 5650.
-
Add
with_connection_timeoutonSwarmBuilderto allow configuration of the connection_timeout parameter. See PR 5575. -
Deprecate
voidcrate. See PR 5676. -
Update default for idle-connection-timeout to 10s. See PR 4967.
-
Expose swarm builder phase errors. See PR 5726.
-
Deprecate
ConnectionHandler::{InboundOpenInfo, OutboundOpenInfo}associated type.
Previously, users could tag pending sub streams with custom data and retrieve the data after the substream has been negotiated. But substreams themselves are completely interchangeable, users should instead track additional data insideConnectionHandlerafter negotiation.
See PR 5242.
<!-- Update to libp2p-core v0.43.0 -->
-
-
0.54.119 Aug 2024 -
0.54.009 Aug 2024Release notes
Open source →-
Update individual crates.
- Update to
libp2p-kadv0.46.0. - Update to
libp2p-identifyv0.45.0.
- Update to
-
Raise MSRV to 1.73. See PR 5266.
-
Implement refactored
Transport. See PR 4568. -
Move
address_translationfromlibp2p-coretolibp2p-swarmandlibp2p-identify. To now get address translation behaviour, i.e. discovery of extern address (candidates) based on connecting to other peers, one needs to uselibp2p-identifynow. This pertains to you if your nodes can be behind NATs and they aren't aware of their true external address. See PR 4568. -
Use
web-timeinstead ofinstant. See PR 5347. -
Remove redundant async signature from builder methods. See PR 5468.
-
-
0.53.209 Dec 2023Release notes
Open source →- Allow
SwarmBuilder::with_bandwidth_metricsafterSwarmBuilder::with_websocket. See PR 4937.
- Allow
-
0.53.112 Nov 2023 -
0.53.005 Nov 2023Release notes
Open source →- Raise MSRV to 1.73. See PR 4692.
- Remove deprecated
libp2p-wasm-ext. Users should uselibp2p-websocket-websysinstead. See PR 4694. - Remove deprecated
libp2p-deflate. See issue 4522 for details. See PR 4729. - Remove deprecated
development_transport. Uselibp2p::SwarmBuilderinstead. See PR 4732. - Introduce
SwarmBuilder::with_bandwidth_metricsexposing Prometheus bandwidth metrics per transport protocol stack and direction (in-/ outbound). DeprecateTransport::with_bandwidth_loggingandSwarmBuilder::with_bandwidth_loggingin favor of the newSwarmBuilder::with_bandwidth_metrics. See PR 4727.
-
0.52.418 Oct 2023Release notes
Open source →-
Introduce
libp2p::websocket_websysmodule behindwebsocket-websysfeature flag. This supersedes the existinglibp2p::wasm_extmodule which is now deprecated. See PR 3679. -
Introduce a new
libp2p::SwarmBuilderin favor of the now deprecatedlibp2p::swarm::SwarmBuilder. Seelibp2p::SwarmBuilderdocs on how to use the new builder. Also see PR 4120. -
Update
libp2p-identityversion to 0.2.6. Under the hood, we feature-flaggedlibp2p-identity'sranddependency but it is enabled by default when usinglibp2p. See PR 4349.
-
-
0.52.324 Aug 2023 -
0.52.211 Aug 2023 -
0.52.126 Jun 2023Release notes
Open source →- Add
libp2p-webtransport-websysproviding WebTransport for WASM environments. See PR 4015.
- Add
-
0.52.020 Jun 2023Release notes
Open source →-
Raise MSRV to 1.65. See PR 3715.
-
Protocol names are now required to be valid UTF8 strings. We delete the
ProtocolNametrait fromlibp2p::coreand replace it with a requirement forAsRef<str>. At the same time, we introduceStreamProtocol, a newtype inlibp2p::swarm. This newtype enforces additional variants like a leading forward-slash. We encourage users to useStreamProtocolwhen implementingUpgradeInfo. See PR 3746. -
Rename
NetworkBehaviour::OutEventtoNetworkBehaviour::ToSwarm,ConnectionHandler::InEventtoConnectionHandler::FromBehaviour,ConnectionHandler::OutEventtoConnectionHandler::ToBehaviour. See PR 3848. -
Remove deprecated
mplexmodule. You can still depend onlibp2p-mplexdirectly but we strongly encourage to migrate toyamux. This also removesmplexfrom thedevelopment_transportandtokio_development_transportfunctions. See PR 3920. -
Remove
libp2p-perfprotocol. To uselibp2p-perfone needs to import it directly. See PR 3990. -
Remove
libp2p-quicandlibp2p-webrtcprotocols. These are in alpha status and should be depended on directly. See PR 4041.
-
-
0.51.406 Dec 2023Nothing published for this version
-
0.51.312 Apr 2023Release notes
Open source →- Deprecate the
mplexfeature. The recommended baseline stream multiplexer isyamux. See PR 3689.
- Deprecate the
-
0.51.229 Mar 2023Release notes
Open source →-
Introduce
libp2p::connection_limitsmodule. See PR 3386. -
Deprecate the
quicandwebrtcfeature. These two crates are only in alpha state. To properly communicate this to users, we want them to add the dependency directly which makes thealphaversion visible. See PR 3580. -
Introduce
libp2p::allow_block_listmodule and deprecatelibp2p::Swarm::ban_peer_id. See PR 3590. -
Introduce
libp2p::perfmodule. See PR 3693.
-
-
0.51.112 Mar 2023Release notes
Open source →-
Depend on
libp2p-tlsv0.1.0. -
Introduce
ed25519feature. For backwards-compatibility, theed25519identity keys are still available without activating this feature. However, going forward, you should explicitly activate it to avoid compile errors going forward. See PR 3350.
-
-
0.51.024 Feb 2023Release notes
Open source →-
Enable
NetworkBehaviours to manage connections. This deprecatesNetworkBehaviour::new_handlerandNetworkBehaviour::addresses_of_peer. Due to limitations in the Rust compiler, these deprecations may not show up for you, nevertheless they will be removed in a future release. Seelibp2p-swarm's CHANGELOG for details. -
Count bandwidth at the application level. Previously
BandwidthLoggingwould implementTransportand now implementsStreamMuxer(PR 3180).BandwidthLogging::newnow requires a 2nd argument:Arc<BandwidthSinks>- Remove
BandwidthFuture - Rename
BandwidthConnecLoggingtoInstrumentedStream
-
Remove
SimpleProtocoldue to being unused. Seelibp2p::core::upgradefor alternatives. See PR 3191. -
Bump MSRV to 1.65.0.
-
Update individual crates.
-
Update to
libp2p-dcutrv0.9.0. -
Update to
libp2p-pingv0.42.0. -
Update to
libp2p-request-responsev0.24.0. -
Update to
libp2p-kadv0.43.0. -
Update to
libp2p-floodsubv0.42.0. -
Update to
libp2p-autonatv0.10.0. -
Update to
libp2p-relayv0.15.0. -
Update to
libp2p-identifyv0.42.0. -
Update to
libp2p-rendezvousv0.12.0. -
Update to
libp2p-metricsv0.12.0. -
Update to
libp2p-swarmv0.42.0. -
Update to
libp2p-mdnsv0.43.0. -
Update to
libp2p-gossipsubv0.44.0. -
Update to
libp2p-yamuxv0.43.0. -
Update to
libp2p-mplexv0.39.0. -
Update to
libp2p-wasm-extv0.39.0. -
Update to
libp2p-plaintextv0.39.0. -
Update to
libp2p-noisev0.42.0. -
Update to
libp2p-corev0.39.0.
-
-
-
0.50.103 Mar 2023Nothing published for this version
-
0.50.025 Nov 2022Release notes
Open source →This is a large release. After > 4 years, rust-libp2p ships with an (alpha) QUIC implementation. The necessary TLS logic is extracted into its own crate, and can thus be used detached from QUIC, e.g. on top of TCP as an alternative to Noise. In addition to these two transports, this release adds a third, namely WebRTC (browser-to-server). But that is definitely not it. See below for the many other changes packed into this release.
- Introduce
libp2p-tlsv0.1.0-alpha. See PR 2945. - Introduce
libp2p-quicv0.7.0-alpha. See PR 2289. - Introduce
libp2p-webrtcv0.4.0-alpha. See PR 2289. - Remove deprecated features:
tcp-tokio,mdns-tokio,dns-tokio,tcp-async-io,mdns-async-io,dns-async-std. See PR 3001. - Remove
NetworkBehaviourmacro export from root crate in favor of re-exported macro fromlibp2p::swarm. Change your import fromlibp2p::NetworkBehaviourtolibp2p::swarm::NetworkBehaviour. See PR 3055. - Feature-gate
NetworkBehaviourmacro behindmacrosfeature flag. See PR 3055. - Update individual crates.
- Update to
libp2p-autonatv0.89.0. - Update to
libp2p-corev0.38.0. - Update to
libp2p-dcutrv0.8.0. - Update to
libp2p-deflatev0.38.0. - Update to
libp2p-dnsv0.38.0. - Update to
libp2p-floodsubv0.41.0. - Update to
libp2p-gossipsubv0.43.0. - Update to
libp2p-identifyv0.41.0. - Update to
libp2p-kadv0.42.0. - Update to
libp2p-mdnsv0.42.0. - Update to
libp2p-metricsv0.11.0. - Update to
libp2p-mplexv0.38.0. - Update to
libp2p-noisev0.41.0. - Update to
libp2p-pingv0.41.0. - Update to
libp2p-plaintextv0.38.0. - Update to
libp2p-pnetv0.22.2. - Update to
libp2p-relayv0.14.0. - Update to
libp2p-rendezvousv0.11.0. - Update to
libp2p-request-responsev0.23.0. - Update to
libp2p-swarmv0.41.0. - Update to
libp2p-tcpv0.38.0. - Update to
libp2p-udsv0.37.0. - Update to
libp2p-wasm-extv0.38.0. - Update to
libp2p-websocketv0.40.0. - Update to
libp2p-yamuxv0.42.0.
- Update to
- Introduce
-
0.49.014 Oct 2022Release notes
Open source →-
Remove default features. You need to enable required features explicitly now. As a quick workaround, you may want to use the new
fullfeature which activates all features. See PR 2918. -
Introduce
tokioandasync-stdfeatures and deprecate the following ones:tcp-tokioin favor oftcp+tokiomdns-tokioin favor ofmdns+tokiodns-tokioin favor ofdns+tokiotcp-async-ioin favor oftcp+async-stdmdns-async-ioin favor ofmdns+async-stddns-async-stdin favor ofdns+async-std
See PR 2962.
-
Update individual crates.
- Update to
libp2p-autonatv0.8.0. - Update to
libp2p-corev0.37.0. - Update to
libp2p-dcutrv0.7.0. - Update to
libp2p-deflatev0.37.0. - Update to
libp2p-dnsv0.37.0. - Update to
libp2p-floodsubv0.40.0. - Update to
libp2p-gossipsubv0.42.0. - Update to
libp2p-identifyv0.40.0. - Update to
libp2p-kadv0.41.0. - Update to
libp2p-mdnsv0.41.0. - Update to
libp2p-metricsv0.10.0. - Update to
libp2p-mplexv0.37.0. - Update to
libp2p-noisev0.40.0. - Update to
libp2p-pingv0.40.0. - Update to
libp2p-plaintextv0.37.0. - Update to
libp2p-relayv0.13.0. - Update to
libp2p-rendezvousv0.10.0. - Update to
libp2p-request-responsev0.22.0. - Update to
libp2p-swarm-derivev0.30.1. - Update to
libp2p-swarmv0.40.0. - Update to
libp2p-tcpv0.37.0. - Update to
libp2p-udsv0.36.0. - Update to
libp2p-wasm-extv0.37.0. - Update to
libp2p-websocketv0.39.0. - Update to
libp2p-yamuxv0.41.0.
- Update to
-
-
0.48.007 Sep 2022Release notes
Open source →-
Update to
libp2p-corev0.36.0. -
Update to
libp2p-swarm-derivev0.30.0. -
Update to
libp2p-dcutrv0.6.0. -
Update to
libp2p-rendezvousv0.9.0. -
Update to
libp2p-pingv0.39.0. -
Update to
libp2p-identifyv0.39.0. -
Update to
libp2p-floodsubv0.39.0. -
Update to
libp2p-relayv0.12.0. -
Update to
libp2p-metricsv0.9.0. -
Update to
libp2p-kadv0.40.0. -
Update to
libp2p-autonatv0.7.0. -
Update to
libp2p-request-responsev0.21.0.
-
-
0.47.022 Aug 2022Release notes
Open source →-
Update to
libp2p-dcutrv0.5.0. -
Update to
libp2p-derivev0.29.0. -
Update to
libp2p-rendezvousv0.8.0. -
Update to
libp2p-pingv0.38.0. -
Update to
libp2p-identifyv0.38.0. -
Update to
libp2p-floodsubv0.38.0. -
Update to
libp2p-relayv0.11.0. -
Update to
libp2p-metricsv0.8.0. -
Update to
libp2p-kadv0.39.0. -
Update to
libp2p-autonatv0.6.0. -
Update to
libp2p-request-responsev0.20.0. -
Update to
libp2p-swarmv0.38.0.
-
-
0.46.105 Jul 2022 -
0.46.005 Jul 2022Release notes
Open source →- Semver bump Rust from
1.56.1to1.60.0. See PR 2646. - Added weak dependencies for features. See PR 2646.
- Update individual crates.
- Update to
libp2p-autonatv0.5.0. - Update to
libp2p-corev0.34.0. - Update to
libp2p-dcutrv0.4.0. - Update to
libp2p-floodsubv0.37.0. - Update to
libp2p-identifyv0.37.0. - Update to
libp2p-kadv0.38.0. - Update to
libp2p-metricsv0.7.0. - Update to
libp2p-mplexv0.34.0. - Update to
libp2p-noisev0.37.0. - Update to
libp2p-pingv0.37.0. - Update to
libp2p-plaintextv0.34.0. - Update to
libp2p-relayv0.10.0. - Update to
libp2p-rendezvousv0.7.0. - Update to
libp2p-request-responsev0.19.0. - Update to
libp2p-swarmv0.37.0. - Update to
libp2p-wasm-extv0.34.0. - Update to
libp2p-yamuxv0.38.0. - Update to
libp2p-udsv0.33.0.
- Update to
- Semver bump Rust from
-
0.45.109 Jun 2022Release notes
Open source →- Update individual crates.
- Update to
libp2p-dcutrv0.3.1. - Update to
libp2p-identifyv0.36.1. - Update to
libp2p-kadv0.37.1. - Update to
libp2p-relayv0.9.1. - Update to
libp2p-swarmv0.36.1.
- Update to
- Update individual crates.
-
0.45.031 May 2022Release notes
Open source →- Update individual crates.
- Update to
libp2p-plaintextv0.33.0. - Update to
libp2p-noisev0.36.0. - Update to
libp2p-wasm-extv0.33.0. - Update to
libp2p-yamuxv0.37.0. - Update to
libp2p-mplexv0.33.0. - Update to
libp2p-dcutrv0.3.0. - Update to
libp2p-rendezvousv0.6.0. - Update to
libp2p-pingv0.36.0. - Update to
libp2p-identifyv0.36.0. - Update to
libp2p-floodsubv0.36.0. - Update to
libp2p-relayv0.9.0. - Update to
libp2p-metricsv0.6.0. - Update to
libp2p-kadv0.37.0. - Update to
libp2p-autonatv0.4.0. - Update to
libp2p-request-responsev0.18.0. - Update to
libp2p-swarmv0.36.0. - Update to
libp2p-corev0.33.0.
- Update to
- Update individual crates.
-
0.44.004 Apr 2022Release notes
Open source →- Update individual crates.
- Update to
libp2p-dcutrv0.2.0. - Update to
libp2p-dnsv0.32.1. - Update to
libp2p-rendezvousv0.5.0. - Update to
libp2p-pingv0.35.0. - Update to
libp2p-identifyv0.35.0. - Update to
libp2p-floodsubv0.35.0. - Update to
libp2p-relayv0.8.0. - Update to
libp2p-metricsv0.5.0. - Update to
libp2p-kadv0.36.0. - Update to
libp2p-autonatv0.3.0. - Update to
libp2p-request-responsev0.17.0. - Update to
libp2p-swarmv0.35.0.
- Update to
- Update individual crates.
-
0.43.022 Feb 2022Release notes
Open source →-
Update individual crates.
- Update to
libp2p-autonatv0.2.0. - Update to
libp2p-corev0.32.0. - Update to
libp2p-deflatev0.32.0. - Update to
libp2p-dnsv0.32.0. - Update to
libp2p-floodsubv0.34.0. - Update to
libp2p-gossipsubv0.36.0. - Update to
libp2p-identifyv0.34.0. - Update to
libp2p-kadv0.35.0. - Update to
libp2p-mdnsv0.35.0. - Update to
libp2p-metricsv0.4.0. - Update to
libp2p-mplexv0.32.0. - Update to
libp2p-noisev0.35.0. - Update to
libp2p-pingv0.34.0. - Update to
libp2p-plaintextv0.32.0. - Update to
libp2p-relayv0.7.0. - Update to
libp2p-rendezvousv0.4.0. - Update to
libp2p-request-responsev0.16.0. - Update to
libp2p-swarmv0.34.0. - Update to
libp2p-derivev0.27.0. - Update to
libp2p-tcpv0.32.0. - Update to
libp2p-udsv0.32.0. - Update to
libp2p-wasm-extv0.32.0. - Update to
libp2p-websocketv0.34.0. - Update to
libp2p-yamuxv0.36.0.
- Update to
-
Update to
parking_lotv0.12.0. See PR 2463. -
Drop support for gossipsub in the wasm32-unknown-unknown target (see PR 2506).
-
-
0.42.206 Feb 2022Nothing published for this version
-
0.42.102 Feb 2022 -
0.42.027 Jan 2022Release notes
Open source →-
Update individual crates.
libp2p-autonatlibp2p-corelibp2p-deflatelibp2p-dnslibp2p-floodsublibp2p-gossipsublibp2p-identifylibp2p-kadlibp2p-mdns(breaking compatibility with previous versions)libp2p-metricslibp2p-mplexlibp2p-noiselibp2p-pinglibp2p-plaintextlibp2p-relaylibp2p-rendezvouslibp2p-request-responselibp2p-swarm-derivelibp2p-swarmlibp2p-tcplibp2p-udslibp2p-wasm-extlibp2p-websocketlibp2p-yamux
-
Migrate to Rust edition 2021 (see PR 2339).
-
-
0.41.207 Feb 2022Nothing published for this version
-
0.41.110 Jan 2022Nothing published for this version
-
0.41.016 Nov 2021Release notes
Open source →- Update individual crates.
libp2p-floodsublibp2p-gossipsublibp2p-identifylibp2p-kadlibp2p-mdnslibp2p-metricslibp2p-pinglibp2p-relaylibp2p-rendezvouslibp2p-request-responselibp2p-swarm-derivelibp2p-swarmlibp2p-websocket
- Forward
wasm-bindgenfeature tofutures-timer,instant,parking_lot,getrandom/jsandrand/wasm-bindgen.
- Update individual crates.
-
0.40.001 Nov 2021Release notes
Open source →-
Update individual crates.
libp2p-corelibp2p-deflatelibp2p-dnslibp2p-floodsublibp2p-gossipsublibp2p-identifylibp2p-kadlibp2p-mdnslibp2p-mplexlibp2p-noiselibp2p-pinglibp2p-plaintextlibp2p-relaylibp2p-request-responselibp2p-swarmlibp2p-tcplibp2p-udslibp2p-wasm-extlibp2p-websocketlibp2p-yamux
-
Re-export the
wasm-bindgenfeature fromparking_lot, solibp2pusers can opt-in to that crate's Wasm support. See PR 2180. -
Add
libp2p-metrics.
-
-
0.40.0-rc.327 Oct 2021 pre-releaseNothing published for this version
-
0.40.0-rc.215 Oct 2021 pre-releaseNothing published for this version
-
0.40.0-rc.115 Oct 2021 pre-releaseNothing published for this version
-
0.39.112 Jul 2021 -
0.39.012 Jul 2021 withdrawnRelease notes
Open source →- Update individual crates.
libp2p-corelibp2p-deflatelibp2p-dnslibp2p-floodsublibp2p-gossipsublibp2p-identifylibp2p-kadlibp2p-mdnslibp2p-mplexlibp2p-noiselibp2p-pinglibp2p-plaintextlibp2p-relaylibp2p-request-responselibp2p-swarmlibp2p-tcplibp2p-udslibp2p-wasm-extlibp2p-websocketlibp2p-yamux
- Update individual crates.
-
0.38.017 May 2021Release notes
Open source →- Update individual crates.
libp2p-corelibp2p-gossipsublibp2p-noiselibp2p-pnetlibp2p-wasm-ext
- Update individual crates.
-
0.37.114 Apr 2021 -
0.37.013 Apr 2021 withdrawnRelease notes
Open source →-
Update individual crates.
libp2p-corelibp2p-dnslibp2p-floodsublibp2p-gossipsublibp2p-kadlibp2p-mdnslibp2p-pinglibp2p-relaylibp2p-request-responselibp2p-swarmlibp2p-wasm-extlibp2p-yamux
-
Drop support for
wasm32-unknown-unknownin favor ofwasm32-unknown-emscriptenandwasm32-wasiPR 2038.
-
-
0.36.017 Mar 2021Release notes
Open source →-
Consolidate top-level utility functions for constructing development transports. There is now just
development_transport()(available with default features) andtokio_development_transport()(available when the corresponding tokio features are enabled). Furthermore, these are nowasync fns. The minor variations that also includedpnetsupport have been removed. PR 1927 -
Update libp2p crates.
-
Do not leak default features from libp2p crates. PR 1986.
-
Add
libp2p-relaytolibp2pfacade crate.
-
-
0.35.117 Feb 2021 -
0.35.015 Feb 2021Release notes
Open source →-
Use
libp2p-swarm-derive, the formerlibp2p-core-derive. -
Update
libp2p-deflate,libp2p-gossipsub,libp2p-mdns,libp2p-request-response,libp2p-swarmandlibp2p-tcp.
-
-
0.34.012 Jan 2021Release notes
Open source →-
Update
libp2p-coreand all dependent crates. -
The
tcp-async-stdfeature is nowtcp-async-io, still enabled by default.
-
-
0.33.018 Dec 2020 -
0.32.210 Dec 2020 -
0.32.109 Dec 2020 -
0.32.008 Dec 2020Release notes
Open source →-
Update
libp2p-request-response. -
Update to
libp2p-mdns-0.26. -
Update
libp2p-websocketminimum patch version.
-
-
0.31.202 Dec 2020 -
0.31.126 Nov 2020 -
0.31.025 Nov 2020 -
0.30.111 Nov 2020 -
0.30.009 Nov 2020Release notes
Open source →- Update
libp2p-mdns,libp2p-tcpandlibp2p-udsas well aslibp2p-coreand all its dependers.
- Update
-
0.29.120 Oct 2020 -
0.29.016 Oct 2020Release notes
Open source →- Update
libp2p-core,libp2p-floodsub,libp2p-gossipsub,libp2p-mplex,libp2p-noise,libp2p-plaintext,libp2p-pnet,libp2p-request-response,libp2p-swarm,libp2p-tcp,libp2p-websocketandparity-multiaddr.
- Update
-
0.28.110 Sep 2020 -
0.28.009 Sep 2020Release notes
Open source →- Update
libp2p-yamuxto0.25.0. Step 4 of 4 in a multi-release upgrade process. See thelibp2p-yamuxCHANGELOG for details.
- Update