Skip to content

v1.0.8

Compare
Choose a tag to compare
@RobertoPrevato RobertoPrevato released this 19 Jun 10:50
· 125 commits to main since this release
6fea860
  • Corrects a bug forcing camelCase on examples objects handled as dataclasses
    (issue #173), updating the dependency on essentials-openapi to v1.0.4
  • Corrects a bug causing duplicate components definitions in generated OpenAPI
    documentation, when handling Optional[T]
  • Minor corrections to the TestClient class: HTTP HEAD, OPTIONS, and TRACE
    should not allow request content body, therefore the corresponding methods
    are updated to not support a content parameter
  • Automatically generates 404 response documentation when a request handler
    defines an Optional[T] return type (this happens only when the user doesn't
    specify the documentation for an endpoint)