We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a816a09 commit cee6b15Copy full SHA for cee6b15
protocols/ping/CHANGELOG.md
@@ -18,6 +18,14 @@
18
19
[PR 2149]: https://github.com/libp2p/rust-libp2p/pull/2149/
20
21
+- Rename types as per [discussion 2174].
22
+ `Ping` has been renamed to `Behaviour`.
23
+ The `Ping` prefix has been removed from various types like `PingEvent`.
24
+ Users should prefer importing the ping protocol as a module (`use libp2p::ping;`),
25
+ and refer to its types via `ping::`. For example: `ping::Behaviour` or `ping::Event`.
26
+
27
+ [discussion 2174]: https://github.com/libp2p/rust-libp2p/discussions/2174
28
29
# 0.30.0 [2021-07-12]
30
31
- Update dependencies.
0 commit comments