Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Bump h2 from 4.0.0 to 4.1.0 #252

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2024

Bumps h2 from 4.0.0 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.
</code></pre>
</blockquote>
</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/v4.0.0...v4.1.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [h2](https://github.com/python-hyper/h2) from 4.0.0 to 4.1.0.
- [Changelog](https://github.com/python-hyper/h2/blob/master/CHANGELOG.rst)
- [Commits](python-hyper/h2@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: h2
  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 Jan 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants