Releases: fastapilabs/fastapi-cloud-cli
Releases · fastapilabs/fastapi-cloud-cli
0.18.0
Features
- 🚸 Show Top-3 files larger than threshold on
deploycommand. PR #190 by @YuriiMotov. - ✨ Show if there's a new fastapi-cloud-cli version available. PR #201 by @patrick91.
Refactors
- ♻️ Rename
app_slugparameter of_get_apptoapp_id. PR #192 by @YuriiMotov. - ♻️ Improve message around application directory. PR #191 by @patrick91.
Internal
- 🔒️ Only allow team members to modify dependencies. PR #197 by @svlandeg.
- ⬆ Bump urllib3 from 2.6.3 to 2.7.0. PR #194 by @dependabot[bot].
- ⬆ Bump fastar from 0.10.0 to 0.11.0. PR #188 by @dependabot[bot].
- 🔒️ Add zizmor and fix audit findings. PR #183 by @YuriiMotov.
- ⬆️ Bump
tyfrom 0.0.21 to 0.0.35 and error on warnings. PR #195 by @svlandeg. - ⬆ Bump actions/labeler from 6.0.1 to 6.1.0. PR #193 by @dependabot[bot].
0.17.1
Fixes
- 🐛 Improve error message when receiving a 403. PR #189 by @patrick91.
Internal
- ⬆ Bump astral-sh/setup-uv from 7.6.0 to 8.1.0. PR #182 by @dependabot[bot].
0.17.0
Features
- ✨ Add
--versionoption. PR #168 by @YuriiMotov. - ✨ Show help on
fastapi cloudwith no args. PR #181 by @buurro.
Fixes
- 🐛 Fix
FASTAPI_CLOUD_TOKENalways overrides user token. PR #180 by @YuriiMotov.
0.16.1
0.16.0
Features
- ✨ Update deployment statuses. PR #176 by @DoctorJohn.
- 💄 Show deployment upload progress. PR #171 by @YuriiMotov.
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
Features
- 💄 Allow filtering for teams and apps. PR #169 by @YuriiMotov.
Internal
- 🔥 Remove unused
tests/assets. PR #170 by @YuriiMotov.
0.15.0
0.14.1
Fixes
- 🐛 Fix nested progress in deploy causing weird output. PR #166 by @patrick91.
Docs
- 📝 Add dates to release notes. PR #161 by @YuriiMotov.
Internal
- ⬆ Bump tiangolo/latest-changes from 0.4.0 to 0.4.1. PR #162 by @dependabot[bot].
- ⬆ Bump actions/download-artifact from 6 to 8. PR #163 by @dependabot[bot].
- ⬆ Bump actions/checkout from 5 to 6. PR #164 by @dependabot[bot].
- ⬆ Bump actions/upload-artifact from 5 to 7. PR #165 by @dependabot[bot].
- ⬆ Bump actions/checkout from 5 to 6. PR #119 by @dependabot[bot].
- ⬆ Bump actions/download-artifact from 5 to 6. PR #101 by @dependabot[bot].
- ⬆ Bump actions/upload-artifact from 4 to 5. PR #102 by @dependabot[bot].
- ⬆ Bump tiangolo/issue-manager from 0.5.1 to 0.6.0. PR #85 by @dependabot[bot].
- ⬆ Bump actions/setup-python from 5 to 6. PR #84 by @dependabot[bot].
0.14.0
Features
- ✨ Wait for verification after building. PR #160 by @patrick91.
Refactors
- 💄 Update how we show messages. PR #159 by @patrick91.
Internal
- 👷 Add
windows-latestto test matrix. PR #158 by @YuriiMotov.