Skip to content

Releases: fastapilabs/fastapi-cloud-cli

0.14.0

25 Feb 14:19
b9cf489

Choose a tag to compare

Features

Refactors

Internal

0.13.0

17 Feb 05:18
c0746bb

Choose a tag to compare

Breaking Changes

0.12.0

13 Feb 19:39
5021ec3

Choose a tag to compare

Features

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

15 Jan 09:51
fae7dee

Choose a tag to compare

Features

Fixes

  • 🐛 Exclude .env files from deployment uploads. PR #150 by @patrick91.

0.10.1

13 Jan 20:43
e19a14e

Choose a tag to compare

Fixes

  • 🐛 Fix env list for secret environment variables. PR #147 by @patrick91.

0.10.0

13 Jan 18:59
6367192

Choose a tag to compare

Features

0.9.0

09 Jan 16:30
6f68eb5

Choose a tag to compare

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

23 Dec 12:08
91ff85e

Choose a tag to compare

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

16 Dec 12:51
d0e651f

Choose a tag to compare

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

04 Dec 15:03
e602669

Choose a tag to compare

Features

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

Refactors