mtrudel / hap

A HomeKit Accessory Protocol (HAP) Implementation for Elixir
MIT License
91 stars 9 forks source link

Bump mdns_lite from 0.8.3 to 0.8.6 #18

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps mdns_lite from 0.8.3 to 0.8.6.

Release notes

Sourced from mdns_lite's releases.

v0.8.5

  • Fixed
    • If a network interface changes IP addresses, there would be a flurry of crashes when it was no longer possible to bind to the interface. This stops behavior and shuts down the responder for the interface.

v0.8.4

  • 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.
Changelog

Sourced from mdns_lite's changelog.

v0.8.6 - 2022-06-14

  • Fixed
    • Fixed an issue that caused the DNS bridge to stop working with OTP 25.

v0.8.5 - 2022-04-28

  • Fixed
    • If a network interface changes IP addresses, there would be a flurry of crashes when it was no longer possible to bind to the interface. This stops behavior and shuts down the responder for the interface.

v0.8.4 - 2021-11-13

  • 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.
Commits
  • 2c7688e v0.8.6 release
  • 1b9e40a Fix DNS bridge failure due to unpreserved rd field
  • f330f42 Add OTP 25; drop Elixir 1.10 and earlier
  • 4077f51 Bump vintage_net from 0.12.0 to 0.12.1
  • 8299f8e v0.8.5 release
  • 0ba6433 Stop responder if socket isn't working
  • 777e4a4 Remove extraneous _ =
  • 20ba894 Simplify server state
  • 4ca76a1 ci: test with Elixir 1.13
  • e718851 Bump all dependencies
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)