Releases: cbrand/micropython-mdns
Releases · cbrand/micropython-mdns
Version 1.1.0
What's Changed
- docker: Add images for MicroPython 1.16 and 1.17.
- docs/REFERENCE: Fix erroneous example by @bgamari in #3
New Contributors
Full Changelog: 1.0.1...1.1.0
Version 1.0.1
- Make getaddrinfo more robust by retrying on already closed sockets
Version 1.0.0
- MicroPython 1.15 support
Version 0.9.3
- README updated.
Version 0.9.2
- Do not fail if one packet couldn't be decoded and print a debug message instead
Version 0.9.1
- Add proper README to pypi page.
Version 0.9.0
Initial feature complete release including:
- Combined DNS and MDNS A record querying
- Service discovery
- Service annoucement