Skip to content

0.1.2

Compare
Choose a tag to compare
@dolamroth dolamroth released this 13 Apr 19:28
· 111 commits to main since this release
  • BREAKING CHANGE: contrib.apispec: OpenApiView now represents both old OpenApiView and RedocView. Specify GET-param format (redoc/openapi) to vary output. This matches the behavior of schema-view from drf-yasg and makes it simplier to obtain SCHEMA_URL in redoc endpoint.
  • Fixed multiple possible bugs on startup, relating to missing checks
  • Fixed bug with introspecting management command on Linux
  • Updated library versions for better support with Python 3.9 and 3.11
  • Added helper argparse_types for management commands (starlette_web.common.management.utils)
  • Added missing notin lookup for ModelMixin, documented its usage