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

Pull-Request: #4166.
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

View File

@ -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]

View File

@ -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.