Releases: windy1/zeroconf-rs
Releases · windy1/zeroconf-rs
v0.15.0
This release facilitates the release of zeroconf-tokio: a Tokio-based wrapper around the zeroconf crate, which provides mDNS service discovery and registration capabilities.
v0.14.2
- Upgraded
bonjour-sys
to 0.3.0
which adds support for Windows x86
v0.14.0
Changelog
- Improved error handling
- Made initialization process more sound
- Implemented name collision detection in Avahi
- Removed lifetime specifier from
EventLoop
(breaking)
v0.13.1
Changelog
- Windows support! 🚀 (separate installation of Bonjour required; see README for details)
- Updated
avahi-sys
that should fix compilation issues people were experiencing on some platforms
v0.12.0
- add support for proper sub-types in Avahi (interoperable with Bonjour)
- minor bug fixes
- improved unit test coverage
- general cleanup