v0.12.0
Highlights
- Support name probing and conflict resolution RFC 6762
- Support service liveness checking via
verify
API. RFC 6762 - rustc version changed to 1.65.0
- performance improvements and doc updates.
What's Changed
- dns_cache: address record should only flush on the same network by @keepsimple1 in #261
- register service: apply interface selection for auto IP addr by @keepsimple1 in #262
- dev-test: enhance test case for ipv4 only auto addr by @keepsimple1 in #263
- feat: support name probing and conflict resolution by @keepsimple1 in #265
- feat: verify to support Cache Flush on Failure Indication by @keepsimple1 in #267
- doc: add a table of RFC compliance details by @keepsimple1 in #268
- doc: some spelling fixes by @CosminPerRam in #269
- perf: optimize u8_slice_to_hex by replacing Vec with String by @CosminPerRam in #270
- feat: replace remaining Box with type by @CosminPerRam in #271
- refactoring: move exec_command into Zeroconf by @keepsimple1 in #273
- refactoring: define an enum for DNS resource record types by @keepsimple1 in #274
- perf: avoid cloning in filtering ptr by @CosminPerRam in #272
- bump up version to 0.12.0 by @keepsimple1 in #275
Full Changelog: v0.11.5...v0.12.0