- Refactor documentation to make a simpler and shorter Tutorial - User Guide and an additional Advanced User Guide with all the additional docs. PR #887.
- Tweak external links, Markdown format, typos. PR #881.
- Fix bug in tutorial handling HTTP Basic Auth
username
andpassword
. PR #865 by @isaevpd. - Fix handling form path operation parameters declared with pure classes like
list
,tuple
, etc. PR #856 by @nsidnev. - Add request
body
toRequestValidationError
, new docs: Use theRequestValidationError
body. Initial PR #853 by @aviramha. - Update External Links with new links and dynamic GitHub projects with
fastapi
topic. PR #850. - Fix Peewee
contextvars
handling in docs: SQL (Relational) Databases with Peewee. PR #879. - Setup development environment with Python's Venv and Flit, instead of requiring the extra Pipenv duplicating dependencies. Updated docs: Development - Contributing. PR #877.
- Update docs for HTTP Basic Auth to improve security against timing attacks. Initial PR #807 by @zwass.