- Use
web-time
instead ofinstant
. See PR 5347.
- Refresh registration upon a change in external addresses. See PR 4629.
-
Changed the signature of the function
client::Behavior::register()
, it returnsResult<(), RegisterError>
now. Remove theRemote
variant fromRegisterError
and instead put the information fromRemote
directly into the variant from theEvent
enum. See PR 4073. -
Raise MSRV to 1.65. See PR 3715.
- Migrate from
prost
toquick-protobuf
. This removesprotoc
dependency. See PR 3312.
-
Update to
libp2p-core
v0.39.0
. -
Update to
libp2p-swarm
v0.42.0
.
-
De- and encode protobuf messages using
prost-codec
. See PR 3058. -
Update to
libp2p-core
v0.38.0
. -
Update to
libp2p-swarm
v0.41.0
. -
Replace
Client
andServer
'sNetworkBehaviour
implementationinject_*
methods with the newon_*
methods. See PR 3011. -
Update
rust-version
to reflect the actual MSRV: 1.62.0. See PR 3090.
-
Update to
libp2p-core
v0.37.0
. -
Update to
libp2p-swarm
v0.40.0
.
-
Update to
libp2p-swarm
v0.39.0
. -
Update to
libp2p-core
v0.36.0
.
-
Update prost requirement from 0.10 to 0.11 which no longer installs the protoc Protobuf compiler. Thus you will need protoc installed locally. See PR 2788.
-
Update to
libp2p-swarm
v0.38.0
. -
Update to
libp2p-core
v0.35.0
.
-
Update to
libp2p-core
v0.34.0
. -
Update to
libp2p-swarm
v0.37.0
.
-
Update to
libp2p-core
v0.33.0
. -
Update to
libp2p-swarm
v0.36.0
. -
Renamed
Error::ConversionError
toError::Conversion
in thecodec
module. See PR 2620.
- Update to
libp2p-swarm
v0.35.0
.
-
Update to
libp2p-core
v0.32.0
. -
Update to
libp2p-swarm
v0.34.0
. -
Merge NetworkBehaviour's inject_* paired methods (see PR 2445).
-
Update dependencies.
-
Migrate to Rust edition 2021 (see PR 2339).
-
Use
instant
andfutures-timer
instead ofwasm-timer
(see PR 2245). -
Update dependencies.
- Initial release.