- Add support for OpenAPI Callbacks:
- New docs: OpenAPI Callbacks.
- Refactor generation of
operationId
s to be valid Python names (also valid variables in most languages). - Add
default_response_class
parameter toAPIRouter
. - Original PR #722 by @booooh.
- Refactor logging to use the same logger everywhere, update log strings and levels. PR #781.
- Add article to External Links: Почему Вы должны попробовать FastAPI?. PR #766 by @prostomarkeloff.
- Remove gender bias in docs for handling errors. PR #780. Original idea in PR #761 by @classywhetten.
- Rename docs and references to
body-schema
tobody-fields
to keep in line with Pydantic. PR #746 by @prostomarkeloff.