Change8

0.116.0

📦 fastapiView on GitHub →
5 features🔧 3 symbols

Summary

This release introduces integrated support for FastAPI Cloud deployment via the 'fastapi deploy' command and updates the 'standard' installation extra to include 'fastapi-cloud-cli'.

Migration Steps

  1. To use the new deployment features, upgrade to the latest version and ensure you are using the 'fastapi[standard]' installation extra.
  2. If you prefer to exclude the cloud CLI, switch your dependency from 'fastapi[standard]' to 'fastapi[standard-no-fastapi-cloud-cli]'.

✨ New Features

  • Add support for deploying to FastAPI Cloud using the new 'fastapi deploy' command.
  • The 'fastapi[standard]' extra now includes 'fastapi-cloud-cli' by default.
  • Added a new installation extra 'fastapi[standard-no-fastapi-cloud-cli]' for users who want standard dependencies without the cloud CLI.
  • Added Russian translations for advanced response and status code documentation.
  • Added Ukrainian translation for body updates tutorial documentation.

🔧 Affected Symbols

fastapi deployfastapi[standard]fastapi[standard-no-fastapi-cloud-cli]