Skip to content

Releases: richardschneider/net-mdns

Release v0.19.0 (2019-06-08)

08 Jun 02:43
Compare
Choose a tag to compare

Features

  • ServiceDiscovery:

Release v0.18.2 (2019-05-26)

26 May 07:19
Compare
Choose a tag to compare

Misc updates

  • improve documentation (fc20b5a)
  • latest Makaretu.Dns bits (71c4f5a)
  • Fix missing underscore on service name (#56) (26455a0)

Release v0.18.0 (2019-04-25)

24 Apr 22:58
Compare
Choose a tag to compare

Bug Fixes

  • MulticastService: shutdown race condition #55 (2c7f812)

Features

  • ServiceDiscovery: when tracing pretty print the DNS message (a53d99d)

Release v0.17.2 (2019-04-07)

06 Apr 22:59
c711242
Compare
Choose a tag to compare

Bug Fixes

  • reuse of port 5353 on Linux, issue #22 (c711242)

v0.17.1 (2019-03-06)

07 Mar 02:27
Compare
Choose a tag to compare

Get CI working, by not running NoDuplicateResult test.

v0.17.0 (2019-03-06)

07 Mar 02:14
d954132
Compare
Choose a tag to compare

Bug Fixes

  • Dispose: clear the senders and receivers (8399144)
  • process questions requesting unicast responses #50 (f633e88)

Other

Release v0.16.0 (2019-01-18)

18 Jan 01:27
Compare
Choose a tag to compare

Bug Fixes

  • MulticastService:
    • use loopback NIC when all others are down (6596ff4)
    • do not process duplicate received messages (0f7fd87)
  • MulticastClient:
    • catch and eat setup exceptions (52ac51b)
    • catch and eat sender errors (400e1d0)
    • only send messages on IPv6 link local addresses (a5b15fe)
    • support IPv6 (4fd37a9)

Refactor

  • added RecentMessages class (6ce2454)
  • MulticastClient: use an event not a callback (24b0c19)

Features

  • support receiving message on both IPv4 and IPv6 (79fc03a)
  • using ipv6 and ipv4 is configurable (70fdcb7)

Release v0.15.2 (2018-12-15)

14 Dec 22:29
Compare
Choose a tag to compare

Bug Fixes

  • MulticastClient:
    • wait for the message to be sent to all interfaces (e358a8d)
    • do not leak UdpClients (65e8e68)
  • MulticastService:
    • remove dead code (0e43ca3)
    • only create multicast client if something has changed (402c9ad)
  • FindNetworkInterfaces:

Release v0.15.1 (2018-12-14)

13 Dec 11:46
94e8e96
Compare
Choose a tag to compare

Bug Fixes

  • sockets: no need to set ExclusiveAddressUse (4300cbd)
  • DNS-SD: answers do not contain additional records (bf71ada)
  • fixi(Spike): discover interval is now obsolete (b08520b)

Documentation

  • API: generated class references now reference net-dns

Release v0.15.0 (2018-12-19)

13 Dec 02:37
Compare
Choose a tag to compare

Fix

  • MulticastService with multiple NICs (#40) (30feb36). Big thanks to Eugen Shvatsky. It also fixes #37 #14 #34