Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update litep2p to version 0.8.4 #6860

Merged
merged 2 commits into from
Dec 12, 2024
Merged

Conversation

lexnv
Copy link
Contributor

@lexnv lexnv commented Dec 12, 2024

[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)

Changed

  • identify: Replace FuturesUnordered with FuturesStream (#302)
  • chore: Update hickory-resolver to version 0.24.2 (#304)
  • ci: Ensure cargo-machete is working with rust version from CI (#303)

cc @paritytech/networking

@lexnv lexnv added the T0-node This PR/Issue is related to the topic “node”. label Dec 12, 2024
@lexnv lexnv self-assigned this Dec 12, 2024
@lexnv lexnv requested a review from a team December 12, 2024 15:02
Signed-off-by: Alexandru Vasile <[email protected]>
@dmitry-markin dmitry-markin added this pull request to the merge queue Dec 12, 2024
Merged via the queue into master with commit 5788ae8 Dec 12, 2024
199 of 202 checks passed
@dmitry-markin dmitry-markin deleted the lexnv/litep2p-0.8.4 branch December 12, 2024 16:25
lexnv added a commit that referenced this pull request Dec 12, 2024
## [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](paritytech/litep2p#301))

### Changed

- identify: Replace FuturesUnordered with FuturesStream
([#302](paritytech/litep2p#302))
- chore: Update hickory-resolver to version 0.24.2
([#304](paritytech/litep2p#304))
- ci: Ensure cargo-machete is working with rust version from CI
([#303](paritytech/litep2p#303))


cc @paritytech/networking

---------

Signed-off-by: Alexandru Vasile <[email protected]>
EgorPopelyaev pushed a commit that referenced this pull request Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T0-node This PR/Issue is related to the topic “node”.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants