Skip to content

Commit 797293e

Browse files
committed
add changelog entry
Signed-off-by: Onur Özkan <work@onurozkan.dev>
1 parent 202378f commit 797293e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

protocols/gossipsub/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,16 @@
1919

2020
- Fix incorrect default values in ConfigBuilder
2121
See [PR 6113](https://github.com/libp2p/rust-libp2p/pull/6113)
22-
22+
2323
- Remove duplicated config `set_topic_max_transmit_size` method, prefer `max_transmit_size_for_topic`.
2424
See [PR 6173](https://github.com/libp2p/rust-libp2p/pull/6173).
2525

2626
- Switch the internal `async-channel` used to dispatch messages from `NetworkBehaviour` to the `ConnectionHandler`
2727
with an internal priority queue. See [PR 6175](https://github.com/libp2p/rust-libp2p/pull/6175)
2828

29+
- Refactor gossipsub with in-place negative-score peer removal.
30+
See [PR 6209](https://github.com/libp2p/rust-libp2p/pull/6209).
31+
2932
## 0.49.2
3033

3134
- Relax `Behaviour::with_metrics` requirements, do not require DataTransform and TopicSubscriptionFilter to also impl Default

0 commit comments

Comments
 (0)