Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(swarm): introduce ConnectionId::new_unchecked constructor #3652

Merged
merged 7 commits into from
Mar 21, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge branch 'master' into tmp-connection-id-ctor
  • Loading branch information
thomaseizinger committed Mar 21, 2023
commit 1c1d9b73f83d651712850132e4fe2cc16daf0c76
6 changes: 5 additions & 1 deletion swarm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# 0.42.1
# 0.42.1 [unreleased]

- Deprecate `ConnectionLimits` in favor of `libp2p::connection_limits`.
See [PR 3386].

- Introduce `ConnectionId::new_unchecked` to allow for more sophisticated, manual tests of `NetworkBehaviour`.
See [PR 3652].

[PR 3386]: https://github.com/libp2p/rust-libp2p/pull/3386
[PR 3652]: https://github.com/libp2p/rust-libp2p/pull/3652

# 0.42.0
You are viewing a condensed version of this merge commit. You can view the full changes here.