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

build(deps): bump hypercorn from 0.11.2 to 0.14.3 #112

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 5, 2022

Bumps hypercorn from 0.11.2 to 0.14.3.

Changelog

Sourced from hypercorn's changelog.

0.14.3 2022-09-04

  • Revert Preserve response headers casing for HTTP/1 as this breaks ASGI frameworks.
  • Bugfix stream WSGI responses

0.14.2 2022-09-03

  • Bugfix add missing ASGI version to lifespan scope.
  • Bugfix preserve the HTTP/1 request header casing through to the ASGI app.
  • Bugifx ensure the config loglevel is respected.
  • Bugfix ensure new processes are spawned not forked.
  • Bugfix ignore dunder vars in config objects.
  • Bugfix clarify the subprotocol exception.

0.14.1 2022-08-29

  • Fix Python3.7 compatibility.

0.14.0 2022-08-29

  • Bugfix only recycle a HTTP/1.1 connection if client is DONE.
  • Bugfix uvloop may raise a RuntimeError.
  • Bugfix ensure 100ms sleep between Windows workers starting.
  • Bugfix ensure lifespan shutdowns occur.
  • Bugfix close idle Keep-Alive connections on graceful exit.
  • Bugfix don't suppress 412 bodies.
  • Bugfix don't idle close upgrade requests.
  • Allow control over date header addition.
  • Allow for logging configuration to be loaded from JSON or TOML files.
  • Preserve response headers casing for HTTP/1.
  • Support the early hint ASGI-extension.
  • Alter the process and reloading system such that it should work correctly in all configurations.
  • Directly support serving WSGI applications (and drop support for ASGI-2, now ASGI-3 only).

0.13.2 2021-12-23

  • Bugfix re-enable HTTP/3.

0.13.1 2021-12-16

... (truncated)

Commits
  • 8c3fc86 Bump and release 0.14.3
  • d5aa25e Bugfix stream WSGI responses
  • 68e832a Revert "Preserve the HTTP/1 request header casing through to the ASGI app"
  • 2e0b501 Following the release of 0.14.2 bump to +dev
  • ffb1563 Bump and release 0.14.2
  • f886f84 Bugfix clarify the subprotocol exception
  • 5264da4 Bugfix ignore dunder vars in config objects
  • a5bf3ca Bugfix ensure new processes are spawned not forked
  • 3f804ce Bugifx ensure the config loglevel is respected
  • 44cfda1 Preserve the HTTP/1 request header casing through to the ASGI app
  • 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 [hypercorn](https://github.com/pgjones/hypercorn) from 0.11.2 to 0.14.3.
- [Release notes](https://github.com/pgjones/hypercorn/releases)
- [Changelog](https://github.com/pgjones/hypercorn/blob/main/CHANGELOG.rst)
- [Commits](pgjones/hypercorn@0.11.2...0.14.3)

---
updated-dependencies:
- dependency-name: hypercorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the kind: infrastructure Modify dependencies, installation, tools, etc. label Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: infrastructure Modify dependencies, installation, tools, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants