From b08a4eba9a6fe4039e35d4805ab396490d07e094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Mon, 27 Nov 2023 16:45:10 +0000 Subject: [PATCH] add CHANGELOG.md entry --- protocols/gossipsub/CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/protocols/gossipsub/CHANGELOG.md b/protocols/gossipsub/CHANGELOG.md index 5ff4cfa27d6..10b709cb46f 100644 --- a/protocols/gossipsub/CHANGELOG.md +++ b/protocols/gossipsub/CHANGELOG.md @@ -1,7 +1,11 @@ -## 0.46.1 +## 0.46.1 - unreleased + +- Implement backpressure by diferentiating between priority and non priority messages. + Drop `Publish` and `Forward` messages when the queue becomes full. + See [PR 4914](https://github.com/libp2p/rust-libp2p/pull/4914) - 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). + See [PR 4833](https://github.com/libp2p/rust-libp2p/pull/4833). ## 0.46.0