Skip to content

Commit 5a8eb79

Browse files
authored
chore: prepare libp2p v0.52.2
Pull-Request: #4312.
1 parent da94dcb commit 5a8eb79

10 files changed

Lines changed: 12 additions & 12 deletions

File tree

libp2p/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.52.2 - unreleased
1+
## 0.52.2
22

33
- Include gossipsub when compiling for wasm.
44
See [PR 4217].
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 0.1.0 - unreleased
1+
## 0.1.0
22

33
- Initial release.

misc/metrics/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## 0.13.1 - unreleased
1+
## 0.13.1
22

33
- Enable gossipsub related data-type fields when compiling for wasm.
44
See [PR 4217].
55

66
[PR 4217]: https://github.com/libp2p/rust-libp2p/pull/4217
77

8-
## 0.13.0
8+
## 0.13.0
99

1010
- Previously `libp2p-metrics::identify` would increase a counter / gauge / histogram on each
1111
received identify information. These metrics are misleading, as e.g. they depend on the identify

muxers/yamux/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## 0.44.1 - unreleased
1+
## 0.44.1
22

33
- Update to `yamux` `v0.12` which brings performance improvements and introduces an ACK backlog of 256 inbound streams.
44
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.
55
See [PR 3013].
66

77
[PR 3013]: https://github.com/libp2p/rust-libp2p/pull/3013
88

9-
## 0.44.0
9+
## 0.44.0
1010

1111
- Raise MSRV to 1.65.
1212
See [PR 3715].

protocols/gossipsub/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.45.1 - unreleased
1+
## 0.45.1
22

33
- Add getter function to obtain `TopicScoreParams`.
44
See [PR 4231].

protocols/kad/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.44.4 - unreleased
1+
## 0.44.4
22

33
- Implement common traits on `RoutingUpdate`.
44
See [PR 4270].

protocols/relay/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.16.1 - unreleased
1+
## 0.16.1
22

33
- Export `RateLimiter` type.
44
See [PR 3742].

protocols/request-response/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.25.1 - unreleased
1+
## 0.25.1
22

33
- Replace unmaintained `serde_cbor` dependency with `cbor4ii`.
44
See [PR 4187].

swarm/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.43.3 - unreleased
1+
## 0.43.3
22

33
- Implement `Display` for `ConnectionId`.
44
See [PR 4278].

transports/quic/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.9.1-alpha - unreleased
1+
## 0.9.1-alpha
22

33
- Allow listening on ipv4 and ipv6 separately.
44
See [PR 4289].

0 commit comments

Comments
 (0)