chore: prepare v0.51.3

Pull-Request: #3779.
This commit is contained in:
Max Inden
2023-04-12 12:28:30 +02:00
committed by GitHub
parent af63130a41
commit 3c5940aead
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
## 0.51.3 - unreleased
## 0.51.3
- Deprecate the `mplex` feature.
The recommended baseline stream multiplexer is `yamux`.

View File

@@ -1,4 +1,4 @@
## 0.10.2 - unreleased
## 0.10.2
- Store server `PeerId`s in `HashSet` to avoid duplicates and lower memory consumption.
See [PR 3736].

View File

@@ -1,4 +1,4 @@
## 0.44.3 - unreleased
## 0.44.3
- Fix erroneously duplicate message IDs. See [PR 3716].

View File

@@ -1,4 +1,4 @@
## 0.43.2 - unreleased
## 0.43.2
- Export pub enum `RoutingUpdate`. See [PR 3739].
- Deprecate `handler`, `kbucket`, `protocol`, `record` modules to make them private. See [PR 3738].

View File

@@ -1,4 +1,4 @@
## 0.15.2 - unreleased
## 0.15.2
- Send correct `PeerId` in outbound STOP message to client.
See [PR 3767].