Skip to content

Commit

Permalink
chore: prepare libp2p v0.52.2
Browse files Browse the repository at this point in the history
Pull-Request: #4312.
  • Loading branch information
mxinden committed Aug 11, 2023
1 parent da94dcb commit 5a8eb79
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion libp2p/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.52.2 - unreleased
## 0.52.2

- Include gossipsub when compiling for wasm.
See [PR 4217].
Expand Down
2 changes: 1 addition & 1 deletion misc/memory-connection-limits/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.1.0 - unreleased
## 0.1.0

- Initial release.
4 changes: 2 additions & 2 deletions misc/metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions muxers/yamux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## 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.
See [PR 3013].

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

## 0.44.0
## 0.44.0

- Raise MSRV to 1.65.
See [PR 3715].
Expand Down
2 changes: 1 addition & 1 deletion protocols/gossipsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.45.1 - unreleased
## 0.45.1

- Add getter function to obtain `TopicScoreParams`.
See [PR 4231].
Expand Down
2 changes: 1 addition & 1 deletion protocols/kad/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.44.4 - unreleased
## 0.44.4

- Implement common traits on `RoutingUpdate`.
See [PR 4270].
Expand Down
2 changes: 1 addition & 1 deletion protocols/relay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.16.1 - unreleased
## 0.16.1

- Export `RateLimiter` type.
See [PR 3742].
Expand Down
2 changes: 1 addition & 1 deletion protocols/request-response/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.25.1 - unreleased
## 0.25.1

- Replace unmaintained `serde_cbor` dependency with `cbor4ii`.
See [PR 4187].
Expand Down
2 changes: 1 addition & 1 deletion swarm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.43.3 - unreleased
## 0.43.3

- Implement `Display` for `ConnectionId`.
See [PR 4278].
Expand Down
2 changes: 1 addition & 1 deletion transports/quic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.9.1-alpha - unreleased
## 0.9.1-alpha

- Allow listening on ipv4 and ipv6 separately.
See [PR 4289].
Expand Down

0 comments on commit 5a8eb79

Please sign in to comment.