nerves-networking / vintage_net_mobile

Mobile networking for VintageNet
Apache License 2.0
27 stars 11 forks source link

Bump vintage_net from 0.10.3 to 0.10.5 #105

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps vintage_net from 0.10.3 to 0.10.5.

Release notes

Sourced from vintage_net's releases.

v0.10.5

This release only contains build system and hex package update. It doesn't change any code and is a safe update.

v0.10.4

  • Bug fixes
    • DHCP renewals would bounce connection status from :internet to :lan and back even when the IP address, subnet, and default gateway didn't change. This could cause a network connectivity hiccup that would happen every 24 hours (a common DHCP lease time). A fix was added to assume internet connectivity was maintained if the DHCP renewal didn't change IP parameters.
Changelog

Sourced from vintage_net's changelog.

v0.10.5

This release only contains build system and hex package update. It doesn't change any code and is a safe update.

v0.10.4

  • Bug fixes
    • DHCP renewals would bounce connection status from :internet to :lan and back even when the IP address, subnet, and default gateway didn't change. This could cause a network connectivity hiccup that would happen every 24 hours (a common DHCP lease time). A fix was added to assume internet connectivity was maintained if the DHCP renewal didn't change IP parameters.
Commits
  • b873de1 v0.10.5 release
  • 523c7fe Add unit test for ifup_deamon.ex
  • c0488a7 Fix incorrect comment in Makefile
  • 027c3ae ci: bump Erlang/Elixir
  • 24b6f77 Don't publish unit tests to hex
  • da5e03f Bump deps
  • fbe5811 Rename clean Makefile target to prevent accidents
  • 52cfe53 Reduce Makefile/gcc prints to clean build output
  • 81dfe43 v0.10.4 release
  • 58ff397 Do not bounce route on trivial DHCP renewal
  • 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)
dependabot[bot] commented 3 years ago

Looks like vintage_net is up-to-date now, so this is no longer needed.