Bump zeroconf from 0.74.0 to 0.79.0 (#841)
authorJozef Kruszynski <60214390+jozefKruszynski@users.noreply.github.com>
Mon, 14 Aug 2023 23:30:28 +0000 (00:30 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Aug 2023 23:30:28 +0000 (00:30 +0100)
commite5ef44de82aafc4d6408052b8a4f718bd0501a1c
treeb9512ecefece15b52a6e482c09e4010adb7d6961
parent90353cbc4941dd562479666d3f4f96ffa5fa0429
parent520a25c66fd0ce3227bdae26abed78bfe9b245b6
Bump zeroconf from 0.74.0 to 0.79.0 (#841)

Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf)
from 0.74.0 to 0.79.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python-zeroconf/python-zeroconf/releases">zeroconf's
releases</a>.</em></p>
<blockquote>
<h2>0.79.0</h2>
<h3>Feature</h3>
<ul>
<li>Refactor notify implementation to reduce overhead of adding and
removing listeners (<a
href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1224">#1224</a>)
(<a
href="https://github.com/python-zeroconf/python-zeroconf/commit/ceb92cfe42d885dbb38cee7aaeebf685d97627a9"><code>ceb92cf</code></a>)</li>
</ul>
<h2>0.78.0</h2>
<h3>Feature</h3>
<ul>
<li>Add cython pxd file for _listener.py to improve incoming message
processing performance (<a
href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1221">#1221</a>)
(<a
href="https://github.com/python-zeroconf/python-zeroconf/commit/f459856a0a61b8afa8a541926d7e15d51f8e4aea"><code>f459856</code></a>)</li>
</ul>
<h2>0.77.0</h2>
<h3>Feature</h3>
<ul>
<li>Cythonize _listener.py to improve incoming message processing
performance (<a
href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1220">#1220</a>)
(<a
href="https://github.com/python-zeroconf/python-zeroconf/commit/9efde8c8c1ed14c5d3c162f185b49212fcfcb5c9"><code>9efde8c</code></a>)</li>
</ul>
<h2>0.76.0</h2>
<h3>Feature</h3>
<ul>
<li>Improve performance responding to queries (<a
href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1217">#1217</a>)
(<a
href="https://github.com/python-zeroconf/python-zeroconf/commit/69b33be3b2f9d4a27ef5154cae94afca048efffa"><code>69b33be</code></a>)</li>
</ul>
<h2>0.75.0</h2>
<h3>Feature</h3>
<ul>
<li>Expose flag to disable strict name checking in service registration
(<a
href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1215">#1215</a>)
(<a
href="https://github.com/python-zeroconf/python-zeroconf/commit/5df8a57a14d59687a3c22ea8ee063e265031e278"><code>5df8a57</code></a>)</li>
<li>Speed up processing incoming records (<a
href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1216">#1216</a>)
(<a
href="https://github.com/python-zeroconf/python-zeroconf/commit/aff625dc6a5e816dad519644c4adac4f96980c04"><code>aff625d</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md">zeroconf's
changelog</a>.</em></p>
<blockquote>
<h2>v0.79.0 (2023-08-14)</h2>
<h3>Feature</h3>
<ul>
<li>Refactor notify implementation to reduce overhead of adding and
removing listeners (<a
href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1224">#1224</a>)
(<a
href="https://github.com/python-zeroconf/python-zeroconf/commit/ceb92cfe42d885dbb38cee7aaeebf685d97627a9"><code>ceb92cf</code></a>)</li>
</ul>
<h2>v0.78.0 (2023-08-14)</h2>
<h3>Feature</h3>
<ul>
<li>Add cython pxd file for _listener.py to improve incoming message
processing performance (<a
href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1221">#1221</a>)
(<a
href="https://github.com/python-zeroconf/python-zeroconf/commit/f459856a0a61b8afa8a541926d7e15d51f8e4aea"><code>f459856</code></a>)</li>
</ul>
<h2>v0.77.0 (2023-08-14)</h2>
<h3>Feature</h3>
<ul>
<li>Cythonize _listener.py to improve incoming message processing
performance (<a
href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1220">#1220</a>)
(<a
href="https://github.com/python-zeroconf/python-zeroconf/commit/9efde8c8c1ed14c5d3c162f185b49212fcfcb5c9"><code>9efde8c</code></a>)</li>
</ul>
<h2>v0.76.0 (2023-08-14)</h2>
<h3>Feature</h3>
<ul>
<li>Improve performance responding to queries (<a
href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1217">#1217</a>)
(<a
href="https://github.com/python-zeroconf/python-zeroconf/commit/69b33be3b2f9d4a27ef5154cae94afca048efffa"><code>69b33be</code></a>)</li>
</ul>
<h2>v0.75.0 (2023-08-13)</h2>
<h3>Feature</h3>
<ul>
<li>Expose flag to disable strict name checking in service registration
(<a
href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1215">#1215</a>)
(<a
href="https://github.com/python-zeroconf/python-zeroconf/commit/5df8a57a14d59687a3c22ea8ee063e265031e278"><code>5df8a57</code></a>)</li>
<li>Speed up processing incoming records (<a
href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1216">#1216</a>)
(<a
href="https://github.com/python-zeroconf/python-zeroconf/commit/aff625dc6a5e816dad519644c4adac4f96980c04"><code>aff625d</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-zeroconf/python-zeroconf/commit/5406f30a32f8efc8de15da70f9e61be8bb893163"><code>5406f30</code></a>
0.79.0</li>
<li><a
href="https://github.com/python-zeroconf/python-zeroconf/commit/ceb92cfe42d885dbb38cee7aaeebf685d97627a9"><code>ceb92cf</code></a>
feat: refactor notify implementation to reduce overhead of adding and
removin...</li>
<li><a
href="https://github.com/python-zeroconf/python-zeroconf/commit/0e962201facea2f022bb21d292d17c700c4dbf92"><code>0e96220</code></a>
0.78.0</li>
<li><a
href="https://github.com/python-zeroconf/python-zeroconf/commit/13d9aa5815b1b5a03000de2aaa62d106fe5e26a0"><code>13d9aa5</code></a>
chore: empty commit to re-run release (<a
href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1223">#1223</a>)</li>
<li><a
href="https://github.com/python-zeroconf/python-zeroconf/commit/f459856a0a61b8afa8a541926d7e15d51f8e4aea"><code>f459856</code></a>
feat: add cython pxd file for _listener.py to improve incoming message
proces...</li>
<li><a
href="https://github.com/python-zeroconf/python-zeroconf/commit/1901fb45b06ad2534e9455e50a44cd6608629ad9"><code>1901fb4</code></a>
0.77.0</li>
<li><a
href="https://github.com/python-zeroconf/python-zeroconf/commit/9efde8c8c1ed14c5d3c162f185b49212fcfcb5c9"><code>9efde8c</code></a>
feat: cythonize _listener.py to improve incoming message processing
performan...</li>
<li><a
href="https://github.com/python-zeroconf/python-zeroconf/commit/f4c17ebc5109afab2afd5432e372c77ec7b673c8"><code>f4c17eb</code></a>
chore: split _engine.py into _transport.py and _listener.py (<a
href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1222">#1222</a>)</li>
<li><a
href="https://github.com/python-zeroconf/python-zeroconf/commit/e9cc5c83f3808d23d534de743bd35bc1372c5641"><code>e9cc5c8</code></a>
chore: prepare _engine.py to be able to be cythonized (<a
href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1219">#1219</a>)</li>
<li><a
href="https://github.com/python-zeroconf/python-zeroconf/commit/12560a70c331e5d5043a06ca2ac50628d4d246f0"><code>12560a7</code></a>
chore: split AsyncEngine into _engine.py (<a
href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1218">#1218</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python-zeroconf/python-zeroconf/compare/0.74.0...0.79.0">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zeroconf&package-manager=pip&previous-version=0.74.0&new-version=0.79.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)

</details>