Skip to content
Draft
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions protocols/relay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## 0.21.1
- Implements autorelay that would make a reservation as soon as a connection reports supporting HOP protocol.
See [PR XXXX](https://github.com/libp2p/rust-libp2p/pull/XXXX)

- reduce allocations by replacing `get_or_insert` with `get_or_insert_with`
See [PR 6136](https://github.com/libp2p/rust-libp2p/pull/6136)


## 0.21.0

<!-- Update to libp2p-swarm v0.47.0 -->
Expand Down
Loading
Loading