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.47.4 to 0.60.0 #43

Merged
merged 1 commit into from
May 2, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2023

Bumps zeroconf from 0.47.4 to 0.60.0.

Release notes

Sourced from zeroconf's releases.

0.60.0

Feature

0.59.0

Feature

  • Speed up decoding dns questions when processing incoming data (#1168) (f927190)

0.58.2

Fix

0.58.1

Fix

0.58.0

Feature

0.57.0

Feature

0.56.0

Feature

  • Reduce denial of service protection overhead (#1157) (2c2f26a)

0.55.0

Feature

  • Improve performance of processing incoming records (#1155) (b65e279)

0.54.0

Feature

  • Avoid waking async_request when record updates are not relevant (#1153) (a3f970c)

0.53.1

Fix

  • Addresses incorrect after server name change (#1154) (41ea06a)

0.53.0

Feature

  • Improve ServiceBrowser performance by removing OrderedDict (#1148) (9a16be5)

Fix

  • Make parsed_scoped_addresses return addresses in the same order as all other methods (#1150) (9b6adcf)

Technically breaking change

  • IP Addresses returned from ServiceInfo.parsed_addresses are now stringified using the python ipaddress library which may format them differently than socket.inet_ntop depending on the operating system. It is recommended to use ServiceInfo.ip_addresses_by_version instead going forward as it offers a stronger guarantee since it returns ipaddress objects.

... (truncated)

Changelog

Sourced from zeroconf's changelog.

v0.60.0 (2023-05-01)

Feature

v0.59.0 (2023-05-01)

Feature

  • Speed up decoding dns questions when processing incoming data (#1168) (f927190)

v0.58.2 (2023-04-26)

Fix

v0.58.1 (2023-04-26)

Fix

v0.58.0 (2023-04-23)

Feature

v0.57.0 (2023-04-23)

Feature

v0.56.0 (2023-04-07)

Feature

  • Reduce denial of service protection overhead (#1157) (2c2f26a)

v0.55.0 (2023-04-07)

Feature

  • Improve performance of processing incoming records (#1155) (b65e279)

v0.54.0 (2023-04-03)

Feature

  • Avoid waking async_request when record updates are not relevant (#1153) (a3f970c)

v0.53.1 (2023-04-03)

Fix

  • Addresses incorrect after server name change (#1154) (41ea06a)

v0.53.0 (2023-04-02)

Feature

  • Improve ServiceBrowser performance by removing OrderedDict (#1148) (9a16be5)

Fix

  • Make parsed_scoped_addresses return addresses in the same order as all other methods (#1150) (9b6adcf)

Technically breaking change

  • IP Addresses returned from ServiceInfo.parsed_addresses are now stringified using the python ipaddress library which may format them differently than socket.inet_ntop depending on the operating system. It is recommended to use ServiceInfo.ip_addresses_by_version instead going forward as it offers a stronger guarantee since it returns ipaddress objects.

... (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)

Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.47.4 to 0.60.0.
- [Release notes](https://github.com/python-zeroconf/python-zeroconf/releases)
- [Changelog](https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md)
- [Commits](python-zeroconf/python-zeroconf@0.47.4...0.60.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 the dependencies Pull requests that update a dependency file label May 1, 2023
@jfroy jfroy merged commit 510bdd7 into main May 2, 2023
@dependabot dependabot bot deleted the dependabot/pip/zeroconf-0.60.0 branch May 2, 2023 15:30
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.

1 participant