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 h2 from 3.0.1 to 4.1.0 in /backend #4268

Closed
wants to merge 9 commits into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 20, 2024

Bumps h2 from 3.0.1 to 4.1.0.

Changelog

Sourced from h2's changelog.

4.1.0 (2021-10-05)

Note: The GitHub repository has been renamed to python-hyper/h2, previously was python-hyper/hyper-h2. The name of the package on PyPI is unchanged!

API Changes (Backward-Compatible)


- Support for Python 3.9 has been added.
- Support for Python 3.10 has been added.
- New example for a Python socket HTTP/2 client.
- New `OutputLogger` for use with ``h2.config.logger``. This is only provided
  for convenience and not part of the stable API.

Bugfixes


- Header validation now rejects empty header names with a ProtocolError. While
  hpack decodes such header blocks without issues, they violate the
  HTTP semantics.
- Fix TE header name in error message.

4.0.0 (2020-09-19)

API Changes (Backward-Incompatible)
</code></pre>
<ul>
<li>Support for Python 2.7 has been removed.</li>
<li>Support for Python 3.4 has been removed.</li>
<li>Support for Python 3.5 has been removed.</li>
<li>Support for PyPy (Python 2.7 compatible) has been removed.</li>
<li>Support for Python 3.8 has been added.</li>
<li>Receiving DATA before HEADERS now raises a ProtocolError (see <a href="https://tools.ietf.org/html/rfc7540#section-8.1&quot;&gt;https://tools.ietf.org/html/rfc7540#section-8.1&lt;/a&gt;)&lt;/li>
</ul>
<h2>3.2.0 (2020-02-08)</h2>
<p>Bugfixes</p>
<pre><code>

  • Receiving DATA frames on closed (or reset) streams now properly emit a
    WINDOW_UPDATE to keep the connection flow window topped up.

API Changes (Backward-Incompatible)
</code></pre>
<ul>
<li><code>h2.config.logger</code> now uses a <code>trace(...)</code> function, in addition</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/python-hyper/h2/commit/799b1eab3958aa3fcbab8f5eca39e8d17f7c1cf9&quot;&gt;&lt;code&gt;799b1ea&lt;/code&gt;&lt;/a> v4.1.0</li>
<li><a href="https://github.com/python-hyper/h2/commit/54d8eb1050b4b682cfed6b727a8b0ff64ec5da06&quot;&gt;&lt;code&gt;54d8eb1&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/python-hyper/h2/issues/1264&quot;&gt;#1264&lt;/a> from python-hyper/py310</li>
<li><a href="https://github.com/python-hyper/h2/commit/2c3a33a9513e474ecfc70e97e8142521e21e5bb5&quot;&gt;&lt;code&gt;2c3a33a&lt;/code&gt;&lt;/a> support Python 3.10</li>
<li><a href="https://github.com/python-hyper/h2/commit/a8fe33bb2a9a6ffe027c6d4ccea8cad7d5856be0&quot;&gt;&lt;code&gt;a8fe33b&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/python-hyper/h2/issues/1262&quot;&gt;#1262&lt;/a> from mhils/fix-header-name</li>
<li><a href="https://github.com/python-hyper/h2/commit/16ecfbfa62192866379d7d5fd477652df5ee0469&quot;&gt;&lt;code&gt;16ecfbf&lt;/code&gt;&lt;/a> fix te header name in error message</li>
<li><a href="https://github.com/python-hyper/h2/commit/b7dd09c7b05141261e0e5cee0e5fa633ce805139&quot;&gt;&lt;code&gt;b7dd09c&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/python-hyper/h2/issues/1261&quot;&gt;#1261&lt;/a> from Kriechi/simple-example</li>
<li><a href="https://github.com/python-hyper/h2/commit/ee057ba6bd9d52df1f4d089c212cc58cb679714f&quot;&gt;&lt;code&gt;ee057ba&lt;/code&gt;&lt;/a> add plain sockets example client</li>
<li><a href="https://github.com/python-hyper/h2/commit/48bfc0014da06f67a9bca4382d56401daf63c835&quot;&gt;&lt;code&gt;48bfc00&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/python-hyper/h2/issues/1259&quot;&gt;#1259&lt;/a> from Kriechi/reject-empty-header-names</li>
<li><a href="https://github.com/python-hyper/h2/commit/1140e3b9cd70fbfdbae013589c85993105bbc78b&quot;&gt;&lt;code&gt;1140e3b&lt;/code&gt;&lt;/a> reject empty header names</li>
<li><a href="https://github.com/python-hyper/h2/commit/13589e3c03640ce462dea28b7176aab7b80572d4&quot;&gt;&lt;code&gt;13589e3&lt;/code&gt;&lt;/a> add logger test</li>
<li>Additional commits viewable in <a href="https://github.com/python-hyper/h2/compare/v3.0.1...v4.1.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 20, 2024
@evilaliv3 evilaliv3 requested a review from a team as a code owner October 20, 2024 17:22
@evilaliv3 evilaliv3 closed this Oct 20, 2024
Copy link
Author

dependabot bot commented on behalf of github Oct 20, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/backend/h2-4.1.0 branch October 20, 2024 17:49
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 python Pull requests that update Python code
Development

Successfully merging this pull request may close these issues.

1 participant