Skip to content

Commit

Permalink
add CHANGELOG.md entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Nov 27, 2023
1 parent 547db09 commit b08a4eb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions protocols/gossipsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit b08a4eb

Please sign in to comment.