Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2021

Bumps zeroconf from 0.32.1 to 0.33.0.

Release notes

Sourced from zeroconf's releases.

0.33.0

This release eliminates all threading locks as all non-threadsafe operations now happen in the event loop.

  • Let connection_lost close the underlying socket (#918) @​bdraco

    The socket was closed during shutdown before asyncio's connection_lost handler had a chance to close it which resulted in a traceback on windows.

    Fixed #917

Technically backwards incompatible:

  • Removed duplicate unregister_all_services code (#910) @​bdraco

    Calling Zeroconf.close from same asyncio event loop zeroconf is running in will now skip unregister_all_services and log a warning as this a blocking operation and is not async safe and never has been.

    Use AsyncZeroconf instead, or for legacy code call async_unregister_all_services before Zeroconf.close

Commits
  • cfb28aa Bump version: 0.32.1 → 0.33.0
  • e4a9655 Update changelog for 0.33.0 release (#922)
  • b0b23f9 Fix examples/async_registration.py attaching to the correct loop (#921)
  • 2e00002 Add support for bump2version (#920)
  • 96be961 Update changelog for 0.33.0 release (#919)
  • 919b096 Let connection_lost close the underlying socket (#918)
  • b6eaf72 Reduce complexity of DNSRecord (#915)
  • aa71084 Remove Zeroconf.wait as its now unused in the codebase (#914)
  • 38eb271 Switch periodic cleanup task to call_later (#913)
  • b2a7a00 Update changelog for 0.33.0 (#912)
  • 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.32.1 to 0.33.0.
- [Release notes](https://github.com/jstasiak/python-zeroconf/releases)
- [Commits](python-zeroconf/python-zeroconf@0.32.1...0.33.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 the dependencies Pull requests that update a dependency file label Jul 19, 2021
@codecov
Copy link

codecov bot commented Jul 19, 2021

Codecov Report

Merging #251 (6903b18) into master (de8d27c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #251   +/-   ##
=======================================
  Coverage   90.43%   90.43%           
=======================================
  Files          40       40           
  Lines        1746     1746           
  Branches      277      277           
=======================================
  Hits         1579     1579           
  Misses        110      110           
  Partials       57       57           
Flag Coverage Δ
unittests 90.43% <ø> (ø)

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 de8d27c...6903b18. Read the comment docs.

@jtc42 jtc42 merged commit 146daa7 into master Jul 19, 2021
@dependabot dependabot bot deleted the dependabot/pip/zeroconf-0.33.0 branch July 19, 2021 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants