chore: prepare libp2p v0.52.2

Pull-Request: #4312.
This commit is contained in:
Max Inden 2023-08-11 12:10:42 +02:00 committed by GitHub
parent da94dcb23b
commit 5a8eb793fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
## 0.52.2 - unreleased ## 0.52.2
- Include gossipsub when compiling for wasm. - Include gossipsub when compiling for wasm.
See [PR 4217]. See [PR 4217].

View File

@ -1,3 +1,3 @@
## 0.1.0 - unreleased ## 0.1.0
- Initial release. - Initial release.

View File

@ -1,11 +1,11 @@
## 0.13.1 - unreleased ## 0.13.1
- Enable gossipsub related data-type fields when compiling for wasm. - Enable gossipsub related data-type fields when compiling for wasm.
See [PR 4217]. See [PR 4217].
[PR 4217]: https://github.com/libp2p/rust-libp2p/pull/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 - 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 received identify information. These metrics are misleading, as e.g. they depend on the identify

View File

@ -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. - 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. 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 [PR 3013]: https://github.com/libp2p/rust-libp2p/pull/3013
## 0.44.0 ## 0.44.0
- Raise MSRV to 1.65. - Raise MSRV to 1.65.
See [PR 3715]. See [PR 3715].

View File

@ -1,4 +1,4 @@
## 0.45.1 - unreleased ## 0.45.1
- Add getter function to obtain `TopicScoreParams`. - Add getter function to obtain `TopicScoreParams`.
See [PR 4231]. See [PR 4231].

View File

@ -1,4 +1,4 @@
## 0.44.4 - unreleased ## 0.44.4
- Implement common traits on `RoutingUpdate`. - Implement common traits on `RoutingUpdate`.
See [PR 4270]. See [PR 4270].

View File

@ -1,4 +1,4 @@
## 0.16.1 - unreleased ## 0.16.1
- Export `RateLimiter` type. - Export `RateLimiter` type.
See [PR 3742]. See [PR 3742].

View File

@ -1,4 +1,4 @@
## 0.25.1 - unreleased ## 0.25.1
- Replace unmaintained `serde_cbor` dependency with `cbor4ii`. - Replace unmaintained `serde_cbor` dependency with `cbor4ii`.
See [PR 4187]. See [PR 4187].

View File

@ -1,4 +1,4 @@
## 0.43.3 - unreleased ## 0.43.3
- Implement `Display` for `ConnectionId`. - Implement `Display` for `ConnectionId`.
See [PR 4278]. See [PR 4278].

View File

@ -1,4 +1,4 @@
## 0.9.1-alpha - unreleased ## 0.9.1-alpha
- Allow listening on ipv4 and ipv6 separately. - Allow listening on ipv4 and ipv6 separately.
See [PR 4289]. See [PR 4289].