Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2024

This PR contains the following updates:

Package Change Age Confidence
uvicorn (changelog) ==0.27.1 -> ==0.37.0 age confidence

Release Notes

Kludex/uvicorn (uvicorn)

v0.37.0: Version 0.37.0

Compare Source

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.36.1...0.37.0

v0.36.1: Version 0.36.1

Compare Source

What's Changed

  • Raise an exception when calling removed Config.setup_event_loop() by @​Kludex in #​2709

Full Changelog: Kludex/uvicorn@0.36.0...0.36.1

v0.36.0: Version 0.36.0

Compare Source

Added


New Contributors

Full Changelog: Kludex/uvicorn@0.35.0...0.36.0

v0.35.0: Version 0.35.0

Compare Source

Added

Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.34.3...0.35.0

v0.34.3: Version 0.34.3

Compare Source

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.34.2...0.34.3

v0.34.2: Version 0.34.2

Compare Source

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.34.1...0.34.2

v0.34.1: Version 0.34.1

Compare Source

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.34.0...0.34.1

v0.34.0: Version 0.34.0

Compare Source

What's Changed


Full Changelog: Kludex/uvicorn@0.33.0...0.34.0

v0.33.0: Version 0.33.0

Compare Source

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.32.1...0.33.0

v0.32.1: Version 0.32.1

Compare Source

What's Changed


Full Changelog: Kludex/uvicorn@0.32.0...0.32.1

v0.32.0: Version 0.32.0

Compare Source

Added

  • Officially support Python 3.13 (#​2482)
  • Warn when max_request_limit is exceeded (#​2430)

Full Changelog: Kludex/uvicorn@0.31.1...0.32.0

v0.31.1: Version 0.31.1

Compare Source

Fixed

  • Support WebSockets 0.13.1 #​2471
  • Restore support for [*] in trusted hosts #​2480
  • Add PathLike[str] type hint for ssl_keyfile #​2481

Full Changelog: Kludex/uvicorn@0.31.0...0.31.1

v0.31.0: Version 0.31.0

Compare Source

Added

Improve ProxyHeadersMiddleware (#​2468) and (#​2231):

  • Fix the host for requests from clients running on the proxy server itself.
  • Fallback to host that was already set for empty x-forwarded-for headers.
  • Also allow specifying IP Networks as trusted hosts. This greatly simplifies deployments
    on docker swarm/Kubernetes, where the reverse proxy might have a dynamic IP.
    • This includes support for IPv6 Address/Networks.

Full Changelog: Kludex/uvicorn@0.30.6...0.31.0

v0.30.6: Version 0.30.6

Compare Source

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

Full Changelog: Kludex/uvicorn@0.30.5...0.30.6

v0.30.5: Version 0.30.5

Compare Source

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

Full Changelog: Kludex/uvicorn@0.30.4...0.30.5

v0.30.4: Version 0.30.4

Compare Source

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

Full Changelog: Kludex/uvicorn@0.30.3...0.30.4

v0.30.3: Version 0.30.3

Compare Source

Fixed

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

Full Changelog: Kludex/uvicorn@0.30.2...0.30.3

v0.30.2: Version 0.30.2

Compare Source

Added

Fixed

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

Full Changelog: Kludex/uvicorn@0.30.1...0.30.2

v0.30.1: Version 0.30.1

Compare Source

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

Full Changelog: Kludex/uvicorn@0.30.0...0.30.1

v0.30.0: Version 0.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)

Full Changelog: Kludex/uvicorn@0.29.0...0.30.0

v0.29.0: Version 0.29.0

Compare Source

Added


Full Changelog: Kludex/uvicorn@0.28.1...0.29.0

v0.28.1: Version 0.28.1

Compare Source

Fixed

  • Revert raise ClientDisconnected on HTTP (#​2276)

Full Changelog: Kludex/uvicorn@0.28.0...0.28.1

v0.28.0: Version 0.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

Full Changelog: Kludex/uvicorn@0.27.1...0.28.0


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 is behind base branch, 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.28.0 chore(deps): update dependency uvicorn to v0.28.1 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from b9d3f85 to ec3fa4e Compare March 19, 2024 10:36
@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 force-pushed the renovate/uvicorn-0.x branch 2 times, most recently from 32db02a to 41f6829 Compare March 25, 2024 12:58
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 41f6829 to daa0160 Compare April 3, 2024 19:53
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from daa0160 to 502502b Compare April 10, 2024 23:18
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 2 times, most recently from 1f808f7 to f816a23 Compare May 10, 2024 14:23
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 2 times, most recently from c61d885 to 635d5e0 Compare May 23, 2024 16:58
@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 force-pushed the renovate/uvicorn-0.x branch 3 times, most recently from 0ff2774 to 3ae0c46 Compare June 2, 2024 11:08
@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 force-pushed the renovate/uvicorn-0.x branch 2 times, most recently from 8c6f281 to 7df3785 Compare June 5, 2024 12:24
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 7df3785 to c9e6a61 Compare June 11, 2024 10:16
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 2 times, most recently from 78dab35 to f7f652b Compare June 20, 2024 18:01
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 4 times, most recently from 295f917 to 5d764b7 Compare July 6, 2024 04:44
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 3 times, most recently from 12677ce to bd485d0 Compare July 20, 2024 10:12
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.30.1 chore(deps): update dependency uvicorn to v0.30.3 Jul 20, 2024
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 3 times, most recently from 61c0268 to 9240abd Compare December 17, 2024 03:02
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 9240abd to 7e159a4 Compare January 13, 2025 23:13
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 7e159a4 to 3efb097 Compare January 28, 2025 19:01
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 2 times, most recently from 113fba4 to c91cee8 Compare February 22, 2025 20:40
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 2 times, most recently from 6a0df9e to 8b8d98b Compare March 29, 2025 12:26
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.34.0 chore(deps): update dependency uvicorn to v0.34.1 Apr 13, 2025
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 4 times, most recently from e016af1 to ba41d8a Compare April 19, 2025 09:13
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.34.1 chore(deps): update dependency uvicorn to v0.34.2 Apr 19, 2025
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 2 times, most recently from 5780407 to 065e2f5 Compare April 27, 2025 12:49
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 2 times, most recently from 4b02741 to 4c370de Compare May 5, 2025 17:04
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 4c370de to 03f2405 Compare May 20, 2025 15:40
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.34.2 chore(deps): update dependency uvicorn to v0.34.3 Jun 1, 2025
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 03f2405 to 3e97a2b Compare June 1, 2025 10:48
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 3e97a2b to 1979c1f Compare June 14, 2025 19:25
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 1979c1f to 6c5b887 Compare June 28, 2025 19:11
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.34.3 chore(deps): update dependency uvicorn to v0.35.0 Jun 28, 2025
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 6c5b887 to d4ff764 Compare September 20, 2025 02:10
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.35.0 chore(deps): update dependency uvicorn to v0.36.0 Sep 20, 2025
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from d4ff764 to d38d502 Compare September 23, 2025 15:41
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.36.0 chore(deps): update dependency uvicorn to v0.37.0 Sep 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants