Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Bump hypercorn from 0.10.1 to 0.14.1#136

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/hypercorn-0.14.1
Open

Bump hypercorn from 0.10.1 to 0.14.1#136
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/hypercorn-0.14.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2022

Bumps hypercorn from 0.10.1 to 0.14.1.

Changelog

Sourced from hypercorn's changelog.

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

  • Bugfix trio tcp server read completion.

0.13.0 2021-12-14

  • Bugfix eof and keep alive handling.
  • Bugfix Handle SSLErrors when reading.
  • Support websocket close reasons.
  • Improve the graceful shutdown, such that it works as expected.
  • Support a keyfile password argument.
  • Change the logging level to warning for lifespan not supported.
  • Shutdown the default executor.
  • Support additional headers for WS accept response.

0.12.0 2021-11-08

... (truncated)

Commits
  • acd713d Bump and release 0.14.1
  • fcb768c Fix Python3.7 compatibility
  • 42455cb Following the release of 0.14.0 bump to +dev
  • 2a0decc Bump and release 0.14.0
  • 10f9686 Allow WSGI apps to be served programmatically
  • 707c655 Move the load_application call outside of the loop
  • 67ff9c9 Alter the process and reloading system
  • eff8fb0 Fix 5b2aa954e44534bc0dd6fcebac11eec9dbaf480b
  • 05f7020 Update docs to refer to the logger class
  • 5b2aa95 Switch compliance servers from ASGI2 to ASGI3
  • 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.10.1 to 0.14.1.
- [Release notes](https://github.com/pgjones/hypercorn/releases)
- [Changelog](https://github.com/pgjones/hypercorn/blob/main/CHANGELOG.rst)
- [Commits](pgjones/hypercorn@0.10.1...0.14.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 30, 2022
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants