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

chore(deps): update dependency uvicorn to v0.30.6 #71

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
uvicorn (changelog) ==0.23.2 -> ==0.30.6 age adoption passing confidence

Release Notes

encode/uvicorn (uvicorn)

v0.30.6

Compare Source

Fixed
  • Don't warn when upgrade is not WebSocket and depedencies are installed (#​2360)

v0.30.5

Compare Source

Fixed
  • Don't close connection before receiving body on H11 (#​2408)

v0.30.4

Compare Source

Fixed
  • Close connection when h11 sets client state to MUST_CLOSE (#​2375)

v0.30.3

Compare Source

Fixed
  • Suppress KeyboardInterrupt from CLI and programmatic usage (#​2384)
  • ClientDisconnect inherits from OSError instead of IOError (#​2393)

v0.30.2

Compare Source

Added
Fixed
  • Iterate subprocesses in-place on the process manager (#​2373)

v0.30.1

Compare Source

Fixed
  • Allow horizontal tabs \t in response header values (#​2345)

v0.30.0

Compare Source

Added
  • New multiprocess manager (#​2183)
  • Allow ConfigParser or a io.IO[Any] on log_config (#​1976)
Fixed
  • Suppress side-effects of signal propagation (#​2317)
  • Send content-length header on 5xx (#​2304)
Deprecated
  • Deprecate the uvicorn.workers module (#​2302)

v0.29.0

Compare Source

Added
  • Cooperative signal handling (#​1600) 19/03/24

v0.28.1

Compare Source

Fixed
  • Revert raise ClientDisconnected on HTTP (#​2276) 19/03/24

v0.28.0

Compare Source

Added
  • Raise ClientDisconnected on send() when client disconnected (#​2220) 12/02/24
Fixed
  • Except AttributeError on sys.stdin.fileno() for Windows IIS10 (#​1947) 29/02/24
  • Use X-Forwarded-Proto for WebSockets scheme when the proxy provides it (#​2258) 01/03/24

v0.27.1

Compare Source

  • Fix spurious LocalProtocolError errors when processing pipelined requests (#​2243) 10/02/24

v0.27.0.post1

Compare Source

Fixed
  • Fix nav overrides for newer version of Mkdocs Material (#​2233) 26/01/24

v0.27.0

Compare Source

Fixed
  • Fix nav overrides for newer version of Mkdocs Material (#​2233) 26/01/24

v0.26.0

Compare Source

Changed
  • Update --root-path to include the root path prefix in the full ASGI path as per the ASGI spec (#​2213) 16/01/24
  • Use __future__.annotations on some internal modules (#​2199) 16/01/24

v0.25.0

Compare Source

Added
  • Support the WebSocket Denial Response ASGI extension (#​1916) 17/12/23
Fixed
  • Allow explicit hidden file paths on --reload-include (#​2176) 08/12/23
  • Properly annotate uvicorn.run() (#​2158) 22/11/23

v0.24.0.post1

Compare Source

Fixed
  • Revert mkdocs-material from 9.1.21 to 9.2.6 (#​2148) 05/11/23

v0.24.0

Compare Source

Fixed
  • Revert mkdocs-material from 9.1.21 to 9.2.6 (#​2148) 05/11/23

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.24.0.post1 chore(deps): update dependency uvicorn to v0.25.0 Dec 21, 2023
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.25.0 chore(deps): update dependency uvicorn to v0.26.0 Jan 16, 2024
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.26.0 chore(deps): update dependency uvicorn to v0.27.0 Jan 22, 2024
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 2 times, most recently from 0640d72 to c3553cd Compare January 29, 2024 12:49
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.27.0 chore(deps): update dependency uvicorn to v0.27.0.post1 Jan 29, 2024
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.27.0.post1 chore(deps): update dependency uvicorn to v0.27.1 Feb 10, 2024
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.27.1 chore(deps): update dependency uvicorn to v0.28.0 Mar 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.28.0 chore(deps): update dependency uvicorn to v0.28.1 Mar 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.28.1 chore(deps): update dependency uvicorn to v0.29.0 Mar 20, 2024
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.29.0 chore(deps): update dependency uvicorn to v0.30.0 May 28, 2024
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.30.0 chore(deps): update dependency uvicorn to v0.30.1 Jun 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.30.1 chore(deps): update dependency uvicorn to v0.30.2 Jul 20, 2024
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 2 times, most recently from 2eed745 to 3e6058c Compare July 20, 2024 09:22
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.30.2 chore(deps): update dependency uvicorn to v0.30.3 Jul 20, 2024
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.30.3 chore(deps): update dependency uvicorn to v0.30.4 Jul 31, 2024
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.30.4 chore(deps): update dependency uvicorn to v0.30.5 Aug 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.30.5 chore(deps): update dependency uvicorn to v0.30.6 Aug 13, 2024
@JonFreer JonFreer merged commit 5ce41b5 into main Sep 11, 2024
2 checks passed
@renovate renovate bot deleted the renovate/uvicorn-0.x branch September 11, 2024 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant