Skip to content

Releases: cbrand/micropython-mdns

1.4.0

21 Sep 19:06
Compare
Choose a tag to compare

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)

Version 1.1.0

06 Jan 14:50
Compare
Choose a tag to compare

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

15 Jun 16:46
Compare
Choose a tag to compare
  • Make getaddrinfo more robust by retrying on already closed sockets

Version 1.0.0

25 Apr 22:36
Compare
Choose a tag to compare
  • MicroPython 1.15 support