Skip to content

Version 0.20.1

Compare
Choose a tag to compare
@Kludex Kludex released this 28 May 07:58
· 361 commits to master since this release
d81545c

Fixed

  • Improve detection of async callables #1444.
  • Send 400 (Bad Request) when boundary is missing #1617.
  • Send 400 (Bad Request) when missing "name" field on Content-Disposition header #1643.
  • Do not send empty data to StreamingResponse on BaseHTTPMiddleware #1609.
  • Add __bool__ dunder for Secret #1625.