Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: fastapilabs/fastapi-cloud-cli

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

0.4.0

19 Nov 09:59
4cc6713

Choose a tag to compare

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

0.3.1

09 Oct 11:32
668a403

Choose a tag to compare

Fixes

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

02 Oct 13:25
160b50f

Choose a tag to compare

Features

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

Internal

0.2.1

25 Sep 13:52
70e068d

Choose a tag to compare

Features