v0.48.0
版本发布时间: 2022-09-07 16:18:07
libp2p/rust-libp2p最新发布版本:v0.54.1(2024-09-12 00:03:56)
Most notable changes:
- libp2p-swarm
-
Remove deprecated
NetworkBehaviourEventProcess
. See libp2p-swarm v0.38.0 changelog entry for migration path.
-
- libp2p-core
-
Make RSA keypair support optional. To enable RSA support,
rsa
feature should be enabled. See PR 2860.
-
- libp2p-mdns
-
Allow users to choose between async-io and tokio runtime in the mdns protocol implementation.
async-io
is a default feature, with an additionaltokio
feature (see PR 2748)
-
For all other changes, see individual changelogs for details.
Thanks to the many folks involved!