Skip to content

0.64.0

Compare
Choose a tag to compare
@tiangolo tiangolo released this 07 May 08:24
· 2811 commits to master since this release

Features

Fixes

  • 📌 Pin SQLAlchemy range for tests, as it doesn't use SemVer. PR #3001 by @tiangolo.
  • 🎨 Add newly required type annotations for mypy. PR #2882 by @tiangolo.
  • 🎨 Remove internal "type: ignore", now unnecessary. PR #2424 by @AsakuraMizu.

Docs

  • 📝 Add link to article in Russian "FastAPI: знакомимся с фреймворком". PR #2564 by @trkohler.
  • 📝 Add external link to blog post "Authenticate Your FastAPI App with Auth0". PR #2172 by @dompatmore.
  • 📝 Fix broken link to article: Machine learning model serving in Python using FastAPI and Streamlit. PR #2557 by @davidefiocco.
  • 📝 Add FastAPI Medium Article: Deploy a dockerized FastAPI application to AWS. PR #2515 by @vjanz.
  • ✏ Fix typo in Tutorial - Handling Errors. PR #2486 by @johnthagen.
  • ✏ Fix typo in Security OAuth2 scopes. PR #2407 by @jugmac00.
  • ✏ Fix typo/clarify docs for SQL (Relational) Databases. PR #2393 by @kangni.
  • 📝 Add external link to "FastAPI for Flask Users". PR #2280 by @amitness.

Translations

  • 🌐 Fix Chinese translation of Tutorial - Query Parameters, remove obsolete content. PR #3051 by @louis70109.
  • 🌐 Add French translation for Tutorial - Background Tasks. PR #3098 by @Smlep.
  • 🌐 Fix Korean translation for docs/ko/docs/index.md. PR #3159 by @SueNaEunYang.
  • 🌐 Add Korean translation for Tutorial - Query Parameters. PR #2390 by @hard-coders.
  • 🌐 Add French translation for FastAPI People. PR #2232 by @JulianMaurin.
  • 🌐 Add Korean translation for Tutorial - Path Parameters. PR #2355 by @hard-coders.
  • 🌐 Add French translation for Features. PR #2157 by @Jefidev.
  • 👥 Update FastAPI People. PR #3031 by @github-actions[bot].
  • 🌐 Add Chinese translation for Tutorial - Debugging. PR #2737 by @blt232018.
  • 🌐 Add Chinese translation for Tutorial - Security - OAuth2 with Password (and hashing), Bearer with JWT tokens. PR #2642 by @waynerv.
  • 🌐 Add Korean translation for Tutorial - Header Parameters. PR #2589 by @mode9.
  • 🌐 Add Chinese translation for Tutorial - Metadata and Docs URLs. PR #2559 by @blt232018.
  • 🌐 Add Korean translation for Tutorial - First Steps. PR #2323 by @hard-coders.
  • 🌐 Add Chinese translation for Tutorial - CORS (Cross-Origin Resource Sharing). PR #2540 by @blt232018.
  • 🌐 Add Chinese translation for Tutorial - Middleware. PR #2334 by @lpdswing.
  • 🌐 Add Korean translation for Tutorial - Intro. PR #2317 by @hard-coders.
  • 🌐 Add Chinese translation for Tutorial - Bigger Applications - Multiple Files. PR #2453 by @waynerv.
  • 🌐 Add Chinese translation for Tutorial - Security - Security Intro. PR #2443 by @waynerv.
  • 🌐 Add Chinese translation for Tutorial - Header Parameters. PR #2412 by @maoyibo.
  • 🌐 Add Chinese translation for Tutorial - Extra Data Types. PR #2410 by @maoyibo.
  • 🌐 Add Japanese translation for Deployment - Docker. PR #2312 by @tokusumi.
  • 🌐 Add Japanese translation for Deployment - Versions. PR #2310 by @tokusumi.
  • 🌐 Add Chinese translation for Tutorial - Cookie Parameters. PR #2261 by @alicrazy1947.
  • 🌐 Add Japanese translation for Tutorial - Static files. PR #2260 by @tokusumi.
  • 🌐 Add Japanese translation for Tutorial - Testing. PR #2259 by @tokusumi.
  • 🌐 Add Japanese translation for Tutorial - Debugging. PR #2256 by @tokusumi.
  • 🌐 Add Japanese translation for Tutorial - Middleware. PR #2255 by @tokusumi.
  • 🌐 Add Japanese translation for Concurrency and async / await. PR #2058 by @tokusumi.
  • 🌐 Add Chinese translation for Tutorial - Security - Simple OAuth2 with Password and Bearer. PR #2514 by @waynerv.
  • 🌐 Add Japanese translation for Deployment - Deta. PR #2314 by @tokusumi.
  • 🌐 Add Chinese translation for Tutorial - Security - Get Current User. PR #2474 by @waynerv.
  • 🌐 Add Japanese translation for Deployment - Manually. PR #2313 by @tokusumi.
  • 🌐 Add Japanese translation for Deployment - Intro. PR #2309 by @tokusumi.
  • 🌐 Add Japanese translation for FastAPI People. PR #2254 by @tokusumi.
  • 🌐 Add Japanese translation for Advanced - Path Operation Advanced Configuration. PR #2124 by @Attsun1031.
  • 🌐 Add Japanese translation for External Links. PR #2070 by @tokusumi.
  • 🌐 Add Japanese translation for Tutorial - Body - Updates. PR #1956 by @SwftAlpc.
  • 🌐 Add Japanese translation for Tutorial - Form Data. PR #1943 by @SwftAlpc.
  • 🌐 Add Japanese translation for Tutorial - Cookie Parameters. PR #1933 by @SwftAlpc.

Internal