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 363ba3b commit d9ca9f7Copy full SHA for d9ca9f7
protocols/gossipsub/CHANGELOG.md
@@ -29,6 +29,9 @@
29
- gossipsub: do early return in for an empty input
30
See [PR 6208](https://github.com/libp2p/rust-libp2p/pull/6208).
31
32
+- Add fallible sequence number generation and error handling.
33
+ See [PR 6211](https://github.com/libp2p/rust-libp2p/pull/6211).
34
+
35
## 0.49.2
36
37
- Relax `Behaviour::with_metrics` requirements, do not require DataTransform and TopicSubscriptionFilter to also impl Default
0 commit comments