Skip to content

v0.8.4

Latest
Compare
Choose a tag to compare
@lexnv lexnv released this 13 Dec 10:07
· 1 commit to master since this release
v0.8.4
ed801e4

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