Releases: richardschneider/net-mdns
Releases · richardschneider/net-mdns
Release v0.19.0 (2019-06-08)
Release v0.18.2 (2019-05-26)
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)
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)
v0.17.1 (2019-03-06)
Get CI working, by not running NoDuplicateResult test.
v0.17.0 (2019-03-06)
Bug Fixes
- Dispose: clear the senders and receivers (8399144)
- process questions requesting unicast responses #50 (f633e88)
Other
Release v0.16.0 (2019-01-18)
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)
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)
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)
Fix
- MulticastService with multiple NICs (#40) (30feb36). Big thanks to Eugen Shvatsky. It also fixes #37 #14 #34