Skip to content

Commit b08a4eb

Browse files
committed
add CHANGELOG.md entry
1 parent 547db09 commit b08a4eb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

protocols/gossipsub/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
## 0.46.1
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)
26

37
- Deprecate `Rpc` in preparation for removing it from the public API because it is an internal type.
4-
See [PR 4833](https://github.com/libp2p/rust-libp2p/pull/4833).
8+
See [PR 4833](https://github.com/libp2p/rust-libp2p/pull/4833).
59

610
## 0.46.0
711

0 commit comments

Comments
 (0)