Version 0.27.0
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
bycommonpath
onStaticFiles
1797de4. - Convert ImportErrors into ModuleNotFoundError #2135.
- Correct the RuntimeError message content in websockets #2141.
Full Changelog: 0.26.1...0.27.0