Releases: keepsimple1/mdns-sd
Releases · keepsimple1/mdns-sd
v0.8.0
What's Changed
- Added the link-local feature to if_addrs in Cargo.toml by @hgomersall in #126
- use local UDP socket to signal the daemon by @keepsimple1 in #125
- bump up version to 0.8.0 by @keepsimple1 in #127
New Contributors
- @hgomersall made their first contribution in #126
Full Changelog: v0.7.5...v0.8.0
v0.7.5
What's Changed
- revert the commit ff659a4: support link-local interfaces by @keepsimple1 in #122
- bump up version to 0.7.5 by @keepsimple1 in #123
Full Changelog: v0.7.4...v0.7.5
v0.7.4
What's Changed
- Not to use link-local addrs if routable addrs exist by @keepsimple1 in #117
- bump up version to 0.7.4 by @keepsimple1 in #118
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
- Support updating instances after they are resolved by @keepsimple1 in #104
- add optional "unregister" in example code by @keepsimple1 in #107
- Returns an error with logging for read_name invalid offset by @keepsimple1 in #109
- register example should keep running by @keepsimple1 in #110
- Refactoring DnsCache and how to resolve Service Instance by @keepsimple1 in #108
- add sanity check in reading a record data RDATA by @keepsimple1 in #111
- Enable logging for the examples by @keepsimple1 in #112
- register example: a simpler input for the service type by @keepsimple1 in #113
- bump up version to 0.7.3 by @keepsimple1 in #114
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- impl Display for TxtProperties by @keepsimple1 in #100
- improve Debug output of TxtProperty by @keepsimple1 in #101
- bump up version to 0.7.2 by @keepsimple1 in #102
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- remove duplicated keys in received TXT record by @keepsimple1 in #98
- bump up version to 0.7.1 by @keepsimple1 in #99
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- check for proper characters in TXT keys by @keepsimple1 in #93
- Allow non-standard max length for a service name by @keepsimple1 in #96
- support non-UTF-8 value for TXT properties by @keepsimple1 in #95
- bump up version to 0.7.0 by @keepsimple1 in #97
Full Changelog: v0.6.1...v0.7.0
v0.6.1
What's Changed
- handle_response: process PTR type answers first by @keepsimple1 in #91
- bump up version to 0.6.1 by @keepsimple1 in #92
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- support host IP changes by @keepsimple1 in #81
- send a test multicast packet when binding a socket to an IP by @keepsimple1 in #84
- Txt properties' names should be case insensitive. by @keepsimple1 in #82
- change intf_socks from Vec to HashMap by @keepsimple1 in #85
- add get_property_val() by @keepsimple1 in #86
- Bump up polling crate version and minor refactoring. by @keepsimple1 in #87
- refactoring
get_properties
andTxtProperties
by @keepsimple1 in #88 - handle input errors gracefully in examples by @keepsimple1 in #89
- bump up the version to 0.6.0 by @keepsimple1 in #90
Full Changelog: v0.5.10...v0.6.0
v0.5.10
What's Changed
- skip interfaces that failed to bind by @keepsimple1 in #79
- bump up version to 0.5.10 by @keepsimple1 in #80
Full Changelog: v0.5.9...v0.5.10