Skip to content

Releases: fastapilabs/fastapi-cloud-cli

0.22.1

Choose a tag to compare

@github-actions github-actions released this 01 Jul 22:08
20f9fe3

Fixes

  • 🐛 Validate app logs tail limit before request. PR #287 by @patrick91.

0.22.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 17:08
5d98a16

Features

Refactors

  • ♻️ Remove src from directory option description and error message. PR #279 by @YuriiMotov.

Upgrades

Internal

  • ⬆ Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group. PR #275 by @dependabot[bot].
  • 👷 Simplify pull request workflow triggers. PR #278 by @tiangolo.

0.21.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 15:22
109a52e

Features

Fixes

  • 🐛 Handle invalid apps create --directory input. PR #265 by @patrick91.

Refactors

  • ♻️ Use new deployment route to fetch deployment. PR #266 by @patrick91.
  • ♻️ Update deployment data when triggering upload complete. PR #250 by @patrick91.
  • ♻️ Improve error messages for logs. PR #249 by @patrick91.

Docs

  • 📝 Update docs badges: remove Publish badge, it doesn't give extra information. PR #260 by @tiangolo.

Internal

0.20.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 17:40
a7c2338

Features

Fixes

  • 🩹 Fix cloud unlink JSON output and path scope. PR #239 by @patrick91.
  • 🐛 Show a proper error when running on CI and auth is missing. PR #215 by @patrick91.

Refactors

Internal

0.19.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 08:23
4c4c0a0

Features

Refactors

  • ♻️ Do not suggest src as a directory that could contain a pyproject.toml. PR #211 by @tiangolo.

Internal

0.18.0

Choose a tag to compare

@patrick91 patrick91 released this 22 May 09:53
26541b2

Features

  • 🚸 Show Top-3 files larger than threshold on deploy command. PR #190 by @YuriiMotov.
  • ✨ Show if there's a new fastapi-cloud-cli version available. PR #201 by @patrick91.

Refactors

  • ♻️ Rename app_slug parameter of _get_app to app_id. PR #192 by @YuriiMotov.
  • ♻️ Improve message around application directory. PR #191 by @patrick91.

Internal

0.17.1

Choose a tag to compare

@patrick91 patrick91 released this 27 Apr 13:37
8477df2

Fixes

  • 🐛 Improve error message when receiving a 403. PR #189 by @patrick91.

Internal

0.17.0

Choose a tag to compare

@patrick91 patrick91 released this 15 Apr 13:17

Features

Fixes

  • 🐛 Fix FASTAPI_CLOUD_TOKEN always overrides user token. PR #180 by @YuriiMotov.

0.16.1

Choose a tag to compare

@patrick91 patrick91 released this 08 Apr 09:12
86ca4e7

Fixes

  • 🐛 Fix archive creation of Windows files inside WSL. PR #178 by @DoctorJohn.

0.16.0

Choose a tag to compare

@patrick91 patrick91 released this 07 Apr 13:42
fb41cbc

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.