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.32.1 to 0.33.0 #177

Merged
merged 1 commit into from
Jul 19, 2021

Conversation

dependabot[bot]
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] <[email protected]>
@dependabot dependabot bot added dependencies Upgrade or downgrade of project dependencies. python labels Jul 19, 2021
@frenck frenck changed the title ⬆️ Bump zeroconf from 0.32.1 to 0.33.0 in /glances ⬆️ Bump zeroconf from 0.32.1 to 0.33.0 Jul 19, 2021
@frenck frenck merged commit 4675d07 into main Jul 19, 2021
@frenck frenck deleted the dependabot/pip/glances/zeroconf-0.33.0 branch July 19, 2021 07:40
@github-actions github-actions bot locked and limited conversation to collaborators Jul 20, 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