Skip to content

Latest commit

Β 

History

History
320 lines (178 loc) Β· 16.2 KB

File metadata and controls

320 lines (178 loc) Β· 16.2 KB

Release Notes

Latest Changes

0.17.0 (2026-04-15)

Features

Fixes

  • πŸ› Fix FASTAPI_CLOUD_TOKEN always overrides user token. PR #180 by @YuriiMotov.

0.16.1 (2026-04-08)

Fixes

  • πŸ› Fix archive creation of Windows files inside WSL. PR #178 by @DoctorJohn.

0.16.0 (2026-04-07)

Features

Internal

  • πŸ”’ Pin GitHub actions by commit SHA. PR #172 by @YuriiMotov.
  • πŸ”¨ Add pre-commit hook to ensure latest release header has date. PR #173 by @YuriiMotov.

0.15.1 (2026-03-26)

Features

Internal

0.15.0 (2026-03-11)

Features

Internal

0.14.1 (2026-03-07)

Fixes

  • πŸ› Fix nested progress in deploy causing weird output. PR #166 by @patrick91.

Docs

Internal

0.14.0 (2026-02-25)

Features

Refactors

Internal

0.13.0 (2026-02-17)

Breaking Changes

0.12.0 (2026-02-13)

Features

  • ✨ Allow to specify application directory. PR #155 by @patrick91.

Refactors

Internal

  • πŸ‘· Run tests with lower bound uv sync, update minimum dependencies. PR #154 by @YuriiMotov.
  • πŸ‘· Run mypy by pre-commit instead of lint.yml workflow. PR #151 by @YuriiMotov.

0.11.0 (2026-01-15)

Features

Fixes

  • πŸ› Exclude .env files from deployment uploads. PR #150 by @patrick91.

0.10.1 (2026-01-13)

Fixes

  • πŸ› Fix env list for secret environment variables. PR #147 by @patrick91.

0.10.0 (2026-01-13)

Features

0.9.0 (2026-01-09)

Features

  • ✨ Add support for app ID in fastapi deploy. PR #144 by @buurro.
  • ✨ Add support for FASTAPI_CLOUD_TOKEN environment variable auth. PR #142 by @patrick91.
  • ✨ Add a confirmation step to the first CLI deployment . PR #140 by @alejsdev.

Fixes

  • πŸ› Avoid archiving .git by default. PR #143 by @buurro.

Refactors

Internal

0.8.0 (2025-12-23)

Fixes

  • πŸ› Fix CI ran all tests on oldest supported Python. PR #136 by @DoctorJohn.

Refactors

  • ♻️ Reorder log messages for deployment readiness. PR #137 by @alejsdev.

Upgrades

Internal

  • πŸ‘· Configure coverage, error on main tests, don't wait for Smokeshow. PR #134 by @YuriiMotov.
  • πŸ‘· Run Smokeshow always, even on test failures. PR #133 by @YuriiMotov.

0.7.0 (2025-12-16)

Features

  • ✨ Add upload cancellation notification on keyboard interrupt. PR #129 by @patrick91.

Fixes

  • πŸ› Handle TimeoutError when waiting for deployment. PR #131 by @buurro.

Internal

0.6.0 (2025-12-04)

Features

  • ⚑️ Compress code archives to speed up uploads. PR #125 by @DoctorJohn.

Refactors

0.5.2 (2025-11-25)

Fixes

  • πŸ› Fix archive file was not closed after upload. PR #122 by @DoctorJohn.

0.5.1 (2025-11-20)

Fixes

  • ✏️ Fix logout suggestion message. PR #118 by @buurro.

Refactors

  • ♻️ Improve waitlist success command. PR #117 by @patrick91.

0.5.0 (2025-11-20)

Features

  • ✨ Resume build log stream if interrupted. PR #109 by @buurro.

Internal

0.4.0 (2025-11-19)

Features

  • ✨ Add fastapi cloud sub-command. PR #104 by @buurro.
  • ✨ Check if token is expired when checking if user is logged in. PR #105 by @patrick91.
  • ✨ Support the verification skipped status. PR #99 by @DoctorJohn.

Fixes

  • πŸ› Include hidden files in app archive. PR #115 by @buurro.
  • ♻️ Clean up code archives after uploading. PR #106 by @DoctorJohn.

Refactors

  • πŸ§‘β€πŸ’» Handle already logged in state. PR #103 by @alejsdev.
  • ⚑️ Speed up archive creation. PR #111 by @DoctorJohn.

0.3.1 (2025-10-09)

Fixes

  • πŸ› Fix login url not linked correctly. PR #89 by @patrick91.

Refactors

  • ♻️ Refactor env vars creation . PR #92 by @alejsdev.
  • πŸ”₯ Remove env vars from deploy workflow. PR #93 by @alejsdev.

Internal

  • ♻️ Log files added to archive in debug mode (#91). PR #96 by @patrick91.
  • βœ… Add test to make sure .fastapicloudignore can override .gitignore (#90). PR #95 by @patrick91.

0.3.0 (2025-10-02)

Features

  • ✨ Add support for .fastapicloudignore file. PR #83 by @patrick91.

Internal

0.2.1 (2025-09-25)

Features

  • ✨ Add support for verification statuses. PR #82 by @DoctorJohn.

0.2.0 (2025-09-18)

Features

  • ✨ Add unlink command to delete local FastAPI Cloud configuration. PR #80 by @alejsdev.
  • ✨ Add support for granular failure statuses. PR #75 by @DoctorJohn.

0.1.5 (2025-07-28)

Features

  • πŸ§‘β€πŸ’» Handle HTTP errors when streaming build logs. PR #65 by @patrick91.

Refactors

  • ♻️ Prompt user for login or waitlist option when not logged in. PR #81 by @alejsdev.
  • βœ… Fix mocks in tests . PR #78 by @alejsdev.

0.1.4 (2025-07-11)

Fixes

0.1.3 (2025-07-10)

Fixes

  • πŸ› Remove redundant thank you message. PR #63 by @patrick91.

Refactors

Upgrades