Logo
Explore Help
Sign In
fluencelabs/rust-libp2p
1
0
Fork 0
You've already forked rust-libp2p
mirror of https://github.com/fluencelabs/rust-libp2p synced 2025-05-31 03:31:21 +00:00
Code Issues Projects Releases Wiki Activity
rust-libp2p/misc/allow-block-list/CHANGELOG.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
217 B
Markdown
Raw Normal View History

fix(allowblocklist): correctly remove `Peer` from sets Previously, we reinserted the `Peer` in the "undo" function which is obviously wrong. This patch fixes the behaviour to be correct and adds two regression tests. Pull-Request: #3789.
2023-04-19 17:51:20 +02:00
## 0.1.1 - unreleased
- Correctly unblock and disallow peer in `unblock_peer` and `disallow_peer` functions.
See [PR 3789].
[PR 3789]: https://github.com/libp2p/rust-libp2p/pull/3789
fix(changelog): Make release heading levels consistent See `##` for release headings everywhere. This is consistent with markdown conventions of one `#` per document and in line with https://keepachangelog.com/. See report in https://github.com/libp2p/rust-libp2p/issues/3531. Pull-Request: #3561.
2023-03-30 23:04:01 +02:00
## 0.1.0
feat: introduce `libp2p-allow-block-list` connection management module Currently, banning peers is a first-class feature of `Swarm`. With the new connection management capabilities of `NetworkBehaviour`, we can now implement allow and block lists as a separate module. We introduce a new crate `libp2p-allow-block-list` and deprecate `Swarm::ban_peer_id` in favor of that. Related #2824. Pull-Request: #3590.
2023-03-21 21:58:09 +01:00
- Initial release.
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 205ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API