From e468e7ac4d9911bdce187e856537cbb01b9add83 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Fri, 11 Aug 2023 12:10:42 +0200 Subject: [PATCH] chore: prepare libp2p v0.52.2 Pull-Request: #4312. --- libp2p/CHANGELOG.md | 2 +- misc/memory-connection-limits/CHANGELOG.md | 2 +- misc/metrics/CHANGELOG.md | 4 ++-- muxers/yamux/CHANGELOG.md | 4 ++-- protocols/gossipsub/CHANGELOG.md | 2 +- protocols/kad/CHANGELOG.md | 2 +- protocols/relay/CHANGELOG.md | 2 +- protocols/request-response/CHANGELOG.md | 2 +- swarm/CHANGELOG.md | 2 +- transports/quic/CHANGELOG.md | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/libp2p/CHANGELOG.md b/libp2p/CHANGELOG.md index fc2b24bd6e6..50774aaa97f 100644 --- a/libp2p/CHANGELOG.md +++ b/libp2p/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.52.2 - unreleased +## 0.52.2 - Include gossipsub when compiling for wasm. See [PR 4217]. diff --git a/misc/memory-connection-limits/CHANGELOG.md b/misc/memory-connection-limits/CHANGELOG.md index 5dac7afbf35..951a5a3f138 100644 --- a/misc/memory-connection-limits/CHANGELOG.md +++ b/misc/memory-connection-limits/CHANGELOG.md @@ -1,3 +1,3 @@ -## 0.1.0 - unreleased +## 0.1.0 - Initial release. diff --git a/misc/metrics/CHANGELOG.md b/misc/metrics/CHANGELOG.md index cca9ced5ec7..5c3d3c140ba 100644 --- a/misc/metrics/CHANGELOG.md +++ b/misc/metrics/CHANGELOG.md @@ -1,11 +1,11 @@ -## 0.13.1 - unreleased +## 0.13.1 - Enable gossipsub related data-type fields when compiling for wasm. See [PR 4217]. [PR 4217]: https://github.com/libp2p/rust-libp2p/pull/4217 -## 0.13.0 +## 0.13.0 - Previously `libp2p-metrics::identify` would increase a counter / gauge / histogram on each received identify information. These metrics are misleading, as e.g. they depend on the identify diff --git a/muxers/yamux/CHANGELOG.md b/muxers/yamux/CHANGELOG.md index caea4e5359e..92e9fbebc02 100644 --- a/muxers/yamux/CHANGELOG.md +++ b/muxers/yamux/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.44.1 - unreleased +## 0.44.1 - Update to `yamux` `v0.12` which brings performance improvements and introduces an ACK backlog of 256 inbound streams. When interacting with other libp2p nodes that are also running this or a newer version, the creation of inbound streams will be backpressured once the ACK backlog is hit. @@ -6,7 +6,7 @@ [PR 3013]: https://github.com/libp2p/rust-libp2p/pull/3013 -## 0.44.0 +## 0.44.0 - Raise MSRV to 1.65. See [PR 3715]. diff --git a/protocols/gossipsub/CHANGELOG.md b/protocols/gossipsub/CHANGELOG.md index ab483bdd8a1..a1f4ef6c973 100644 --- a/protocols/gossipsub/CHANGELOG.md +++ b/protocols/gossipsub/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.45.1 - unreleased +## 0.45.1 - Add getter function to obtain `TopicScoreParams`. See [PR 4231]. diff --git a/protocols/kad/CHANGELOG.md b/protocols/kad/CHANGELOG.md index cd87a6448d0..a9cde76dd76 100644 --- a/protocols/kad/CHANGELOG.md +++ b/protocols/kad/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.44.4 - unreleased +## 0.44.4 - Implement common traits on `RoutingUpdate`. See [PR 4270]. diff --git a/protocols/relay/CHANGELOG.md b/protocols/relay/CHANGELOG.md index c79034c24d4..6af89e25d71 100644 --- a/protocols/relay/CHANGELOG.md +++ b/protocols/relay/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.16.1 - unreleased +## 0.16.1 - Export `RateLimiter` type. See [PR 3742]. diff --git a/protocols/request-response/CHANGELOG.md b/protocols/request-response/CHANGELOG.md index 292cb812103..693145c6f72 100644 --- a/protocols/request-response/CHANGELOG.md +++ b/protocols/request-response/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.25.1 - unreleased +## 0.25.1 - Replace unmaintained `serde_cbor` dependency with `cbor4ii`. See [PR 4187]. diff --git a/swarm/CHANGELOG.md b/swarm/CHANGELOG.md index 6a9808dd554..37a5cbc6157 100644 --- a/swarm/CHANGELOG.md +++ b/swarm/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.43.3 - unreleased +## 0.43.3 - Implement `Display` for `ConnectionId`. See [PR 4278]. diff --git a/transports/quic/CHANGELOG.md b/transports/quic/CHANGELOG.md index 7e0c09a1511..5fc4ccc1cdf 100644 --- a/transports/quic/CHANGELOG.md +++ b/transports/quic/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.9.1-alpha - unreleased +## 0.9.1-alpha - Allow listening on ipv4 and ipv6 separately. See [PR 4289].