fastapi v0.60.2 Release Notes

Release Date: 2020-08-08 // over 3 years ago
    • ๐Ÿ›  Fix typo in docs for query parameters. PR #1832 by @ycd.
    • โž• Add docs about Async Tests. PR #1619 by @empicano.
    • ๐Ÿ‘ป Raise an exception when using form data (Form, File) without having python-multipart installed.
      • Up to now the application would run, and raise an exception only when receiving a request with form data, the new behavior, raising early, will prevent from deploying applications with broken dependencies.
      • It also detects if the correct package python-multipart is installed instead of the incorrect multipart (both importable as multipart).
      • PR #1851 based on original PR #1627 by @chrisngyn, @YKo20010, @kx-chen.
    • ๐Ÿš€ Re-enable Gitter releases bot. PR #1831.
    • โž• Add link to async SQL databases tutorial from main SQL tutorial. PR #1813 by @short2strings.
    • ๐Ÿ›  Fix typo in tutorial about behind a proxy. PR #1807 by @toidi.
    • ๐Ÿ›  Fix typo in Portuguese docs. PR #1795 by @izaguerreiro.
    • โž• Add translations setup for Ukrainian. PR #1830.
    • โž• Add external link Build And Host Fast Data Science Applications Using FastAPI. PR #1786 by @Kludex.
    • ๐Ÿ›  Fix encoding of Pydantic models that inherit from others models with custom json_encoders. PR #1769 by @henrybetts.
    • Simplify and improve jsonable_encoder. PR #1754 by @MashhadiNima.
    • Simplify internal code syntax in several points. PR #1753 by @uriyyo.
    • ๐Ÿ‘Œ Improve internal typing, declare Optional parameters. PR #1731 by @MashhadiNima.
    • โž• Add external link Deploy FastAPI on Azure App Service to docs. PR #1726 by @windson.
    • โž• Add link to Starlette docs about WebSocket testing. PR #1717 by @hellocoldworld.
    • ๐Ÿ”จ Refactor generating dependant, merge for loops. PR #1714 by @Bloodielie.
    • โšก๏ธ Update example for templates with Jinja to include HTML media type. PR #1690 by @frafra.
    • ๐Ÿ›  Fix typos in docs for security. PR #1678 by @nilslindemann.
    • ๐Ÿ›  Fix typos in docs for dependencies. PR #1675 by @nilslindemann.
    • ๐Ÿ›  Fix type annotation for **extra parameters in FastAPI. PR #1659 by @bharel.
    • โฌ†๏ธ Bump MkDocs Material to fix docs in browsers with dark mode. PR #1789 by @adriencaccia.
    • โœ‚ Remove docs preview comment from each commit. PR #1826.
    • โšก๏ธ Update GitHub context extraction for Gitter notification bot. PR #1766.