- Add notes to docs about installing
python-multipart
when using forms. PR #574 by @sliptonic. - Generate OpenAPI schemas in alphabetical order. PR #554 by @dmontagu.
- Add support for truncating docstrings from path operation functions.
- New docs at Advanced description from docstring.
- PR #556 by @svalouch.
- Fix
DOCTYPE
in HTML files generated for Swagger UI and ReDoc. PR #537 by @Trim21. - Fix handling
4XX
responses overriding default422
validation error responses. PR #517 by @tsouvarev. - Fix typo in documentation for Simple HTTP Basic Auth. PR #514 by @prostomarkeloff.
- Fix incorrect documentation example in first steps. PR #511 by @IgnatovFedor.
- Add support for Swagger UI initOauth settings with the parameter
swagger_ui_init_oauth
. PR #499 by @zamiramir.