Skip to content

Version 0.27.0

Compare
Choose a tag to compare
@aminalaee aminalaee released this 16 May 10:57
· 218 commits to master since this release
0c4b68a

This release fixes a path traversal vulnerability in StaticFiles. You can view the full security advisory:
GHSA-v5gw-mw7f-84px

Added

  • Minify JSON websocket data via send_json #2128

Fixed

  • Replace commonprefix by commonpath on StaticFiles 1797de4.
  • Convert ImportErrors into ModuleNotFoundError #2135.
  • Correct the RuntimeError message content in websockets #2141.

Full Changelog: 0.26.1...0.27.0