labthings / python-labthings

Python implementation of LabThings, based on the Flask microframework
GNU General Public License v3.0
18 stars 2 forks source link

Bump zeroconf from 0.33.1 to 0.38.4 #309

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps zeroconf from 0.33.1 to 0.38.4.

Release notes

Sourced from zeroconf's releases.

0.38.4

  • Fix IP Address updates when hostname is uppercase (#1057) @​bdraco

    ServiceBrowsers would not callback updates when the ip address changed if the hostname contained uppercase characters

0.38.3

Version bump only, no changes from 0.38.2

0.38.2

  • Make decode errors more helpful in finding the source of the bad data (#1052) @​bdraco

0.38.1

0.38.0

Backwards incompatible:

0.37.0

Technically backwards incompatible:

  • Adding a listener that does not inherit from RecordUpdateListener now logs an error (#1034) @​bdraco

  • The NotRunningException exception is now thrown when Zeroconf is not running (#1033) @​bdraco

    Before this change the consumer would get a timeout or an EventLoopBlocked exception when calling ServiceInfo.*request when the instance had already been shutdown or had failed to startup.

  • The EventLoopBlocked exception is now thrown when a coroutine times out (#1032) @​bdraco

    Previously concurrent.futures.TimeoutError would have been raised instead. This is never expected to happen during normal operation.

0.36.13

  • Unavailable interfaces are now skipped during socket bind (#1028) @​bdraco

  • Downgraded incoming corrupt packet logging to debug (#1029) @​bdraco

    Warning about network traffic we have no control over is confusing to users as they think there is something wrong with zeroconf

0.36.12

  • Prevent service lookups from deadlocking if time abruptly moves backwards (#1006) @​bdraco

    The typical reason time moves backwards is via an ntp update

... (truncated)

Commits


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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #309 (e559979) into master (b56f476) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #309   +/-   ##
=======================================
  Coverage   91.24%   91.24%           
=======================================
  Files          41       41           
  Lines        1861     1861           
  Branches      294      294           
=======================================
  Hits         1698     1698           
  Misses        105      105           
  Partials       58       58           
Flag Coverage Δ
unittests 91.24% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b56f476...e559979. Read the comment docs.