Skip to content

Bump uvicorn from 0.27.0.post1 to 0.29.0

Ronan Amicel requested to merge dependabot-pip-uvicorn-0.29.0 into main

Bumps uvicorn from 0.27.0.post1 to 0.29.0.

Release notes

Sourced from uvicorn's releases.

Version 0.29.0

Added


Full Changelog: https://github.com/encode/uvicorn/compare/0.28.1...0.29.0

Version 0.28.1

Fixed

  • Revert raise ClientDisconnected on HTTP (#2276)

Full Changelog: https://github.com/encode/uvicorn/compare/0.28.0...0.28.1

Version 0.28.0

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: https://github.com/encode/uvicorn/compare/0.27.1...0.28.0

Version 0.27.1

Fixed

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

Full Changelog: https://github.com/encode/uvicorn/compare/0.27.0.post1...0.27.1

Changelog

Sourced from uvicorn's changelog.

0.29.0 - 2024-03-19

Added

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

0.28.1 - 2024-03-19

Fixed

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

0.28.0 - 2024-03-09

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

0.27.1 - 2024-02-10

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

Merge request reports