Skip to content

Version 21.6.0

Compare
Choose a tag to compare
@ahopkins ahopkins released this 04 Aug 13:31
· 6 commits to main since this release
65547bc
  • #244
    • Resolve bug where tags still showing for excluded BP routes
    • Resolve bug where multiple route methods not showing up in newer Sanic versions
    • Add openapi.exclude to OAS3, works on routes or entire BP
    • Add support for reading annotated models (like dataclasses and Pydantic)
    • Add specification.raw for loading an OpenAPI spec (in dict form, like when loaded from JSON or Yaml)
    • Add openapi.definition which is a decorator that condenses all of the others into one
  • #243 Resolve bug where static files not displaying for openapi2
  • #242 Setup GH Actions
  • #231 Add support for using Python Enum