Skip to content

Version 0.14.2

Compare
Choose a tag to compare
@JayH5 JayH5 released this 02 Feb 20:12
· 638 commits to master since this release
ea19904

Fixed

  • Fixed ServerErrorMiddleware compatibility with Python 3.9.1/3.8.7 when debug mode is enabled - #1132.
  • Fixed unclosed socket ResourceWarnings when using the TestClient with WebSocket endpoints - #1132.
  • Improved detection of async endpoints wrapped in functools.partial on Python 3.8+ - #1106.