Skip to content

Build(deps): Bump uvicorn[standard] from 0.27.1 to 0.28.0

Ronan Amicel requested to merge dependabot-pip-uvicorn-standard--0.28.0 into main

Bumps uvicorn[standard] from 0.27.1 to 0.28.0.

Release notes

Sourced from uvicorn[standard]'s releases.

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

Changelog

Sourced from uvicorn[standard]'s changelog.

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
Commits

Merge request reports