Commit ed801e4
authored
chore: Release litep2p v0.8.4 (#305)
## [0.8.4] - 2024-12-12
This release aims to make the MDNS component more robust by fixing a bug
that caused the MDNS service to fail to register opened substreams.
Additionally, the release includes several improvements to the
`identify` protocol, replacing `FuturesUnordered` with `FuturesStream`
for better performance.
### Fixed
- mdns/fix: Failed to register opened substream
([#301](#301))
### Changed
- identify: Replace FuturesUnordered with FuturesStream
([#302](#302))
- chore: Update hickory-resolver to version 0.24.2
([#304](#304))
- ci: Ensure cargo-machete is working with rust version from CI
([#303](#303))
cc @paritytech/networking
---------
Signed-off-by: Alexandru Vasile <[email protected]>1 parent ef495b8 commit ed801e4
3 files changed
+16
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
8 | 22 | | |
9 | 23 | | |
10 | 24 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments