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 547db09 commit b08a4ebCopy full SHA for b08a4eb
protocols/gossipsub/CHANGELOG.md
@@ -1,7 +1,11 @@
1
-## 0.46.1
+## 0.46.1 - unreleased
2
+
3
+- Implement backpressure by diferentiating between priority and non priority messages.
4
+ Drop `Publish` and `Forward` messages when the queue becomes full.
5
+ See [PR 4914](https://github.com/libp2p/rust-libp2p/pull/4914)
6
7
- Deprecate `Rpc` in preparation for removing it from the public API because it is an internal type.
- See [PR 4833](https://github.com/libp2p/rust-libp2p/pull/4833).
8
+ See [PR 4833](https://github.com/libp2p/rust-libp2p/pull/4833).
9
10
## 0.46.0
11
0 commit comments