Releases: cbrand/micropython-mdns
Releases · cbrand/micropython-mdns
Version 1.6.0
What's Changed
- Build fix: Updated the sed command by @joncard1 in #30
- Fix: Support and test MDNS calls on RP2 for micropython 1.24.
- Deprecate: Depracate every micropython version below 1.24.
Full Changelog: 1.5.1...1.6.0
1.5.2
What's Changed
- fix: Ensure
discover_once
call shuts down underlying resources if they are not used otherwise - fix: Make discovery work when an A record is sent before the SRV record (like on shelly devices)
Full Changelog: 1.5.1...1.5.2
Version 1.5.1
What's Changed
- fix: fix an issue which did not correctly shut down service discovery if the underlying client was stopped
- docs: clarify on asyncio tasks implicitly started via query_once() by @mirko in #28
New Contributors
Full Changelog: 1.5.0...1.5.1
Version 1.5.0
- feat(boards): add compile support for raspberry pi micro
86670ac