0.12.0
0.11.1
- Use
web-timeinstead ofinstant. See PR 5347.
0.11.0
- Add
ConnectionIdtoEvent::DirectConnectionUpgradeSucceededandEvent::DirectConnectionUpgradeFailed. See PR 4558. - Exchange address candidates instead of external addresses in
CONNECT. If hole-punching wasn't working properly for you until now, this might be the reason why. See PR 4624. - Simplify public API. We now only emit a single event: whether the hole-punch was successful or not. See PR 4749.
0.10.0
Raise MSRV to 1.65. See PR 3715.
Remove deprecated items. See PR 3700.
Keep connection alive while we are using it. See PR 3960.
0.9.1
- Migrate from
prosttoquick-protobuf. This removesprotocdependency. See PR 3312.
0.9.0
Update to
libp2p-corev0.39.0.Update to
libp2p-swarmv0.42.0.Declare
InboundUpgradeErrorandOutboundUpgradeErroras type aliases instead of renames. This is a workaround for a missing feature incargo semver-checks. See PR 3213.Require the node's local
PeerIdto be passed into the constructor oflibp2p_dcutr::Behaviour. See PR 3153.Rename types in public API to follow naming conventions defined in issue 2217. See PR 3214.
0.8.1
- Skip unparsable multiaddr in
InboundUpgrade::upgrade_inboundandOutboundUpgrade::upgrade_outbound. See PR 3300.
0.8.0
Update to
prost-codecv0.3.0.Update to
libp2p-corev0.38.0.Update to
libp2p-swarmv0.41.0.Replace
Behaviour'sNetworkBehaviourimplementioninject_*methods with the newon_*methods. See PR 3011.Replace
direct::Handlerandrelayed::Handler'sConnectionHandlerimplementioninject_*methods with the newon_*methods. See PR 3085.Update
rust-versionto reflect the actual MSRV: 1.62.0. See PR 3090.
0.7.0
Update to
libp2p-corev0.37.0.Update to
libp2p-swarmv0.40.0.Fix WASM compilation. See PR 2991.
0.6.0
Update to
libp2p-swarmv0.39.0.Update to
libp2p-corev0.36.0.
0.5.1
- Make default features of
libp2p-coreoptional. See PR 2836.
0.5.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-swarmv0.38.0.Expose
PROTOCOL_NAME. See PR 2734.Update to
libp2p-corev0.35.0.
0.4.0
Update to
libp2p-corev0.34.0.Update to
libp2p-swarmv0.37.0.
0.3.1
- Upgrade at most one inbound connect request.
0.3.0
Update to
libp2p-corev0.33.0.Update to
libp2p-swarmv0.36.0.
0.2.0
Expose
InboundUpgradeErrorandOutboundUpgradeError. See [PR, 2586].Update to
libp2p-swarmv0.35.0.
0.1.0 [2022-02-22]
- Initial release.