goodrobots / maverick-api

API backend for maverick-web
MIT License
8 stars 5 forks source link

Bump zeroconf from 0.26.1 to 0.32.0 #316

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps zeroconf from 0.26.1 to 0.32.0.

Release notes

Sourced from zeroconf's releases.

0.32.0 Release Candidate 7

This release offers 100% line and branch coverage

0.32.0 Release Candidate 6

  • Fix deadlock when event loop is shutdown during service registration (#869) @​bdraco

  • Break apart new_socket to be testable (#867) @​bdraco

0.32.0 Release Candidate 5

  • Ensure protocol and sending errors are logged once (#862) @​bdraco

  • Remove unreachable code in AsyncListener.datagram_received (#863) @​bdraco

  • Make a dispatch dict for ServiceStateChange listeners (#859) @​bdraco

0.32.0 Release Candidate 4

  • Make ServiceInfo first question QU (#852) @​bdraco

    We want an immediate response when making a request with ServiceInfo by asking a QU question, most responders will not delay the response and respond right away to our question. This also improves compatibility with split networks as we may not have been able to see the response otherwise. If the responder has not multicast the record recently it may still choose to do so in addition to responding via unicast

    Reduces traffic when there are multiple zeroconf instances running on the network running ServiceBrowsers

    If we don't get an answer on the first try, we ask a QM question in the event we can't receive a unicast response for some reason

    This change puts ServiceInfo inline with ServiceBrowser which also asks the first question as QU since ServiceInfo is commonly called from ServiceBrowser callbacks

0.32.0 Release Candidate 3

  • Switch ServiceBrowser query scheduling to use call_later instead of a loop (#849) @​bdraco

    Simplifies scheduling as there is no more need to sleep in a loop as we now schedule future callbacks with call_later

    Simplifies cancelation as there is no more coroutine to cancel, only a timer handle We no longer have to handle the canceled error and cleaning up the awaitable

    Solves the infrequent test failures in test_backoff and test_integration

0.32.0 Release Candidate 2

  • Limit duplicate packet suppression to 1s intervals (#841) @​bdraco

... (truncated)

Commits
  • 82ff150 Fix readme formatting
  • ea7bc85 Release version 0.32.0
  • 34f6e49 Reformat changelog to match prior versions (#892)
  • ba235dd Fix spelling and grammar errors in 0.32.0 changelog (#891)
  • 0d91156 Rewrite 0.32.0 changelog in past tense (#890)
  • 9abb40c Reformat backwards incompatible changes to match previous versions (#889)
  • d31fd10 Remove extra newlines between changelog entries (#888)
  • 14cf936 Collapse changelog for 0.32.0 (#887)
  • b9dc12d Disable pylint in the CI (#886)
  • b9eae5a Revert name change of zeroconf.asyncio to zeroconf.aio (#885)
  • 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #317.