Skip to content

Releases: fastapilabs/fastapi-cloud-cli

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

0.5.2

25 Nov 11:05
1d97652

Choose a tag to compare

Fixes

  • 🐛 Fix archive file was not closed after upload. PR #122 by @DoctorJohn.

0.5.1

20 Nov 16:53
14b0410

Choose a tag to compare

Fixes

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

Refactors

0.5.0

20 Nov 11:36
6c573b1

Choose a tag to compare

Features

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

Internal