Skip to content

v1.2.6

Compare
Choose a tag to compare
@RobertoPrevato RobertoPrevato released this 28 Apr 18:58
· 92 commits to main since this release
6cf3932
  • Improves support for pydantic, and uses ValidationError.json() (#249)
  • Fixes bug related to improper handling of multipart form data when using FromForm, and another bug related to using both FromFiles and FromForm in the same request handler (#248)
  • Fixes bug related to the static files handling overriding the router fallback route and 404 exception handler (#253).
  • Adds support for configuring the Internal Server Error 500 handler for unhandled exceptions (#247)
  • Adds built-in HSTS middleware to configure Strict-Transport-Security