netwatching / netapi

Backend API for communication between Netregator and DB
GNU General Public License v3.0
0 stars 0 forks source link

Bump hypercorn from 0.12.0 to 0.14.3 #20

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps hypercorn from 0.12.0 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)
dependabot[bot] commented 1 year ago

Superseded by #30.