Skip to content

Releases: windy1/zeroconf-rs

v0.15.0

10 Aug 15:37
Compare
Choose a tag to compare

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

26 Jul 22:12
9dbb42a
Compare
Choose a tag to compare
  • Upgraded bonjour-sys to 0.3.0 which adds support for Windows x86

v0.14.1

29 Jan 01:32
Compare
Choose a tag to compare

Changelog

  • Improved error handling

v0.14.0

28 Jan 19:21
62f5ddb
Compare
Choose a tag to compare

Changelog

  • Improved error handling
  • Made initialization process more sound
  • Implemented name collision detection in Avahi
  • Removed lifetime specifier from EventLoop (breaking)

v0.13.1

21 Jan 20:33
Compare
Choose a tag to compare

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

23 Sep 23:23
b761e5e
Compare
Choose a tag to compare
  • add support for proper sub-types in Avahi (interoperable with Bonjour)
  • minor bug fixes
  • improved unit test coverage
  • general cleanup