Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2023

Bumps hypercorn from 0.12.0 to 0.14.4.

Changelog

Sourced from hypercorn's changelog.

0.14.4 2023-07-08

  • Bugfix Use tomllib/tomli for .toml support replacing the unmaintained toml library.
  • Bugfix server hanging on startup failure.
  • Bugfix close websocket with 1011 on internal error (1006 is a client-only code).
  • Bugfix support trio > 0.22 utilising exception groups (note trio <= 0.22 is not supported).
  • Bugfix except ConnectionAbortedError which can be raised on Windows machines.
  • Bugfix ensure that closed is sent on reading end.
  • Bugfix handle read_timeout exception on trio.
  • Support and test against Python 3.11.
  • Add explanation of PicklingErrors.
  • Add config option to pass raw h11 headers.

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.

... (truncated)

Commits
  • f79df2c Bump and release 0.14.4
  • 5d95d87 Add a publish workflow
  • 07b0362 Handle read_timeout exception on trio
  • 3179d07 Add config option to pass raw h11 headers
  • 8a3e512 Bugfix ensure that closed is sent on reading end
  • ac07325 Except ConnectionAbortedError as Windows machine can populate WinError 10053 ...
  • d2c5cd0 Transition to trio > 0.22 utilising exception groups
  • 00b7ed5 Run autobahn-testsuite from docker container
  • 8be1e61 Fix tests for 46575fef4cda74a97fc70bd7dfbd7c27514322b3
  • 46575fe Close websocket with 1011 on internal error (1006 is a client-only code)
  • 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.12.0 to 0.14.4.
- [Changelog](https://github.com/pgjones/hypercorn/blob/main/CHANGELOG.rst)
- [Commits](pgjones/hypercorn@0.12.0...0.14.4)

---
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 the dependencies Pull requests that update a dependency file label Jul 10, 2023
@bySimpson bySimpson merged commit 8e10b23 into main Aug 2, 2023
@dependabot dependabot bot deleted the dependabot/pip/hypercorn-0.14.4 branch August 2, 2023 05:45
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

2 participants