Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump zeroconf from 0.31.0 to 0.32.0 in /glances #166

Merged
merged 1 commit into from
Jun 30, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2021

Bumps zeroconf from 0.31.0 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)

Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/jstasiak/python-zeroconf/releases)
- [Commits](python-zeroconf/python-zeroconf@0.31.0...0.32.0)

---
updated-dependencies:
- dependency-name: zeroconf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Upgrade or downgrade of project dependencies. python labels Jun 30, 2021
@frenck frenck merged commit 2ee577d into main Jun 30, 2021
@frenck frenck deleted the dependabot/pip/glances/zeroconf-0.32.0 branch June 30, 2021 11:33
@github-actions github-actions bot locked and limited conversation to collaborators Jul 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Upgrade or downgrade of project dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant