Skip to content

v1.0.7

Compare
Choose a tag to compare
@RobertoPrevato RobertoPrevato released this 11 Jun 21:19
· 119 commits to main since this release
379b95c
  • Adds a TestClient class that simplifies testing of applications - thanks to @myusko for this great contribution!
  • Fixes bug #156,
    preventing route parameters to work when the user doesn't follow Python
    naming conventions
  • Adds support for automatic generation of OpenAPI Documentation for Generic
    types
  • Improves the generation of OpenAPI Documentation for pydantic types and to
    support more object types (fixes #167)
  • Ensures that request body is parsed as JSON only if the content type contains
    the "json" substring