Skip to content

Releases: jdomnitz/net-mdns

v0.31

11 Aug 21:54
Compare
Choose a tag to compare

What's Changed

  • Add interfaces IMulticastService and IServiceDiscovery by @mrx-00 in #7
  • build(deps): bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.7.0 by @dependabot in #20
  • build(deps): bump coverlet.msbuild from 3.2.0 to 6.0.0 by @dependabot in #9
  • build(deps): bump MSTest.TestAdapter from 3.0.2 to 3.1.1 by @dependabot in #19
  • build(deps): bump MSTest.TestFramework from 3.0.2 to 3.1.1 by @dependabot in #18
  • Update README.md by @jdomnitz in #12

New Contributors

  • @mrx-00 made their first contribution in #7

Full Changelog: v0.30...v0.31

Version 0.30

05 May 02:13
Compare
Choose a tag to compare

What's Changed

  • Fix several memory leaks in the original net-mdns library. No additional memory leaks have been found.
  • Implement optional loopback interface support (enable or disable inclusion of loopback interfaces)
  • Fix support for unicast query responses (broken upstream)
  • Implement Probing compliant with RFC 6762 (Prevents service conflicts)
  • Sync upstream DNS encoding fixes for DNS record labels

Full Changelog: https://github.com/jdomnitz/net-mdns/commits/v0.30

NuGet Package Available At:
Makaretu.Dns.Multicast.New