- **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