Releases: keepsimple1/mdns-sd
Releases · keepsimple1/mdns-sd
v0.5.9
What's Changed
- update error msg for send_packet by @keepsimple1 in #69
- Ignore duplicate keys by @dalepsmith in #74
- bump up version to v0.5.9 by @keepsimple1 in #75
Full Changelog: v0.5.8...v0.5.9
v0.5.8
What's Changed
- call check_service_name before sending the cmd to the daemon. by @keepsimple1 in #60
- Changed dependency on 'log' crate to be optional by @pixsperdavid in #64
- configure mDNS daemon thread a name by @keepsimple1 in #66
- log an error if socket read returns 0 and reset the socket by @keepsimple1 in #67
- bump up version to 0.5.8 by @keepsimple1 in #68
New Contributors
- @pixsperdavid made their first contribution in #64
Full Changelog: v0.5.7...v0.5.8
v0.5.7
What's Changed
- Allow service names with trailing '.' by @dalepsmith in #56
- query unresolved instances by @keepsimple1 in #58
- bump up version to 0.5.7 by @keepsimple1 in #59
New Contributors
- @dalepsmith made their first contribution in #56
Full Changelog: v0.5.6...v0.5.7
v0.5.6
What's Changed
- handle join_multicast_v4 error gracefully by @keepsimple1 in #53
- bump up version to 0.5.6 by @keepsimple1 in #55
Full Changelog: v0.5.5...v0.5.6
v0.5.5
What's Changed
- track IPv4 interfaces with sockets to support multiple LANs by @keepsimple1 in #48
- bump up version to 0.5.5 by @keepsimple1 in #49
Full Changelog: v0.5.4...v0.5.5
v0.5.4
What's Changed
- move ServiceInfo and Error/Result out of lib.rs by @keepsimple1 in #39
- separate dns parser code into its own module by @keepsimple1 in #40
- process resolved instances after handling all answers by @keepsimple1 in #42
- move service daemon into its own module by @keepsimple1 in #43
- Join all interfaces to multicast by @fufesou in #44
- prepare for v0.5.4 release by @keepsimple1 in #45
New Contributors
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- Support subtypes by @lu-zero in #35
- bind every outgoing IPv4 by @keepsimple1 in #36
- Misc fix by @keepsimple1 in #37
- prepare for Release 0.5.3 by @keepsimple1 in #38
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- add support on Windows by @keepsimple1 in #19
- Release 0.5.2 by @keepsimple1 in #32
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- License fix by @keepsimple1 in #26
- Add docs.rs badge by @lu-zero in #27
- Make Error implement std::error::Error by @lu-zero in #28
- prepare to publish release 0.5.1 by @keepsimple1 in #30
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Breaking Changes
ServiceInfo::new()
returns aResult<>
.
What's Changed
- allow multiple formats for host_ipv4 by @indietyp in #21
- impl AsIpv4Addrs refactoring by @keepsimple1 in #23
- prepare for a new release by @keepsimple1 in #24
New Contributors
Full Changelog: v0.4.3...v0.5.0