Skip to content

v0.8.4

Choose a tag to compare

@fhunleth fhunleth released this 13 Nov 23:26
· 148 commits to main since this release
  • New feature

    • VintageNet is an optional dependency now. This makes it possible to use
      MdnsLite outside of Nerves much more easily.
  • Fixed

    • Use the new DNS encoder/decoder from OTP 24.1.5. This fixes a regression
      with OTP 24.1.2 where the DNS encoder and decoder was updated to be more
      correct in how it handled the DNS class. mDNS repurposes the high bit of the
      DNS class. Previously we had gotten lucky. OTP 24.1.5 adds support for the
      bit. To make sure that MdnsLite can work on other OTP versions, the new
      OTP code has been vendored and included with MdnsLite.