Releases: cbrand/micropython-mdns
Releases · cbrand/micropython-mdns
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
1.3.0
Feature
- Build Add build for esp32 on micropython 1.20 (
01b799
)
- DNS Responder Add support for configuring host names for services additionally to the host name (
cc6169
)
Full Changelog: 1.2.3...1.3.0
1.2.3
Fix
- Always return a txt dns record even if empty (
e75757a
)
1.2.1
Fix
- Correct name length package generation (
9a9ddae
)
1.2.0
Feature
- Add compile targets for new micropython (
2b15d01
)
Fix
- Responder dns ptr record zeroconf support (
285d24b
)