mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-01 20:21:21 +00:00
parent
da94dcb23b
commit
5a8eb793fe
@ -1,4 +1,4 @@
|
||||
## 0.52.2 - unreleased
|
||||
## 0.52.2
|
||||
|
||||
- Include gossipsub when compiling for wasm.
|
||||
See [PR 4217].
|
||||
|
@ -1,3 +1,3 @@
|
||||
## 0.1.0 - unreleased
|
||||
## 0.1.0
|
||||
|
||||
- Initial release.
|
||||
|
@ -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
|
||||
|
@ -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].
|
||||
|
@ -1,4 +1,4 @@
|
||||
## 0.45.1 - unreleased
|
||||
## 0.45.1
|
||||
|
||||
- Add getter function to obtain `TopicScoreParams`.
|
||||
See [PR 4231].
|
||||
|
@ -1,4 +1,4 @@
|
||||
## 0.44.4 - unreleased
|
||||
## 0.44.4
|
||||
|
||||
- Implement common traits on `RoutingUpdate`.
|
||||
See [PR 4270].
|
||||
|
@ -1,4 +1,4 @@
|
||||
## 0.16.1 - unreleased
|
||||
## 0.16.1
|
||||
|
||||
- Export `RateLimiter` type.
|
||||
See [PR 3742].
|
||||
|
@ -1,4 +1,4 @@
|
||||
## 0.25.1 - unreleased
|
||||
## 0.25.1
|
||||
|
||||
- Replace unmaintained `serde_cbor` dependency with `cbor4ii`.
|
||||
See [PR 4187].
|
||||
|
@ -1,4 +1,4 @@
|
||||
## 0.43.3 - unreleased
|
||||
## 0.43.3
|
||||
|
||||
- Implement `Display` for `ConnectionId`.
|
||||
See [PR 4278].
|
||||
|
@ -1,4 +1,4 @@
|
||||
## 0.9.1-alpha - unreleased
|
||||
## 0.9.1-alpha
|
||||
|
||||
- Allow listening on ipv4 and ipv6 separately.
|
||||
See [PR 4289].
|
||||
|
Loading…
x
Reference in New Issue
Block a user