1
0
mirror of https://github.com/fluencelabs/rust-libp2p synced 2025-06-23 14:51:34 +00:00

chore: prepare libp2p-swarm v0.43.1 and libp2p-kad v0.44.2

Pull-Request: .
This commit is contained in:
Max Inden
2023-07-13 03:58:30 +02:00
committed by GitHub
parent fd3fc30c48
commit df1caa0da9
2 changed files with 2 additions and 2 deletions
protocols/kad
swarm

@ -1,4 +1,4 @@
## 0.44.2 - unreleased ## 0.44.2
- Allow to explicitly set `Mode::{Client,Server}`. - Allow to explicitly set `Mode::{Client,Server}`.
See [PR 4132] See [PR 4132]

@ -1,4 +1,4 @@
## 0.43.1 - unreleased ## 0.43.1
- Do not announce external address candidate before address translation, unless translation does not apply. - Do not announce external address candidate before address translation, unless translation does not apply.
This will prevent ephemeral TCP addresses being announced as external address candidates. This will prevent ephemeral TCP addresses being announced as external address candidates.