Skip to content

Releases: cbrand/micropython-mdns

1.5.2

15 Dec 16:24
Compare
Choose a tag to compare

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

15 Dec 13:42
Compare
Choose a tag to compare

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

  • @mirko made their first contribution in #28

Full Changelog: 1.5.0...1.5.1

Version 1.5.0

15 Oct 16:36
Compare
Choose a tag to compare
  • feat(boards): add compile support for raspberry pi micro 86670ac

1.4.0

21 Sep 19:06
Compare
Choose a tag to compare

Feature

  • feat: add mip package support

Following configuration for
https://docs.micropython.org/en/latest/reference/packages.html#writing-publishing-packages (f7d6299)

1.3.0

20 Sep 19:10
Compare
Choose a tag to compare

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

04 Oct 20:35
Compare
Choose a tag to compare

Fix

  • Always return a txt dns record even if empty (e75757a)

1.2.2

04 Oct 07:10
Compare
Choose a tag to compare

Fix

1.2.1

03 Oct 21:04
Compare
Choose a tag to compare

Fix

  • Correct name length package generation (9a9ddae)

1.2.0

28 Sep 01:02
Compare
Choose a tag to compare

Feature

  • Add compile targets for new micropython (2b15d01)

Fix

  • Responder dns ptr record zeroconf support (285d24b)

1.1.1

06 Jan 15:09
Compare
Choose a tag to compare

Fix

  • Adjust release pipeline (1f96cf1)