Releases: fastapilabs/fastapi-cloud-cli
Releases · fastapilabs/fastapi-cloud-cli
Release list
0.22.1
Fixes
- 🐛 Validate app logs tail limit before request. PR #287 by @patrick91.
0.22.0
Features
- ✨ Add cloud apps update command. PR #280 by @patrick91.
Refactors
- ♻️ Remove
srcfromdirectoryoption description and error message. PR #279 by @YuriiMotov.
Upgrades
- ⬆ Bump the python-packages group with 4 updates. PR #276 by @dependabot[bot].
- ⬆ Bump sentry-sdk from 2.62.0 to 2.63.0. PR #277 by @dependabot[bot].
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
Features
- ✨ Add --json support for logout command. PR #269 by @patrick91.
- ✨ Add cloud ci setup command. PR #268 by @patrick91.
- ✨ Add cloud ci print-workflow command. PR #267 by @patrick91.
- ✨ Add tokens delete command. PR #264 by @patrick91.
- ✨ Add tokens create command. PR #263 by @patrick91.
- ✨ Add tokens list command. PR #262 by @patrick91.
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
- 👷 Update issue-manager to 0.7.1. PR #272 by @tiangolo.
- ✅ Add test to make sure all commands support --json. PR #270 by @patrick91.
- ⬆️ Update issue-manager to 0.7.0. PR #271 by @tiangolo.
- ⬆ Bump time-machine to 3.2.0. PR #257 by @YuriiMotov.
- 🔒️ Update zizmor workflow security checks. PR #261 by @tiangolo.
- 👷 Fix alls-green test dependency. PR #259 by @tiangolo.
- 🔧 Enable checking
release-notes.mdfor typos. PR #258 by @YuriiMotov. - ⬆ Bump the python-packages group across 1 directory with 3 updates. PR #252 by @dependabot[bot].
- ⬆ Bump typer from 0.23.1 to 0.26.7. PR #254 by @dependabot[bot].
- ⬆ Bump sentry-sdk from 2.61.0 to 2.62.0. PR #253 by @dependabot[bot].
- ⬆ Bump https://github.com/crate-ci/typos from v1.46.0 to v1.47.2 in the pre-commit group. PR #251 by @dependabot[bot].
0.20.0
Features
- ✨ Allow to filter apps and sort both apps and teams. PR #246 by @patrick91.
- ✨ Add JSON support for env delete. PR #235 by @patrick91.
- ✨ Add JSON support for env set. PR #234 by @patrick91.
- ✨ Add env get command. PR #233 by @patrick91.
- ✨ Add JSON output for env list. PR #231 by @patrick91.
- ✨ Add build logs and json mode for logs. PR #229 by @patrick91.
- ✨ Add deployments get command. PR #228 by @patrick91.
- ✨ Add deployments list command. PR #227 by @patrick91.
- ✨ Add auth command group with json support. PR #225 by @patrick91.
- ✨ Add apps unlink command. PR #224 by @patrick91.
- ✨ Add apps link command. PR #223 by @patrick91.
- ✨ Add support for --json to the deploy command. PR #222 by @patrick91.
- ✨ Add app create command. PR #221 by @patrick91.
- ✨ Add get app command. PR #220 by @patrick91.
- ✨ Add app list command. PR #219 by @patrick91.
- ✨ Add get team command. PR #218 by @patrick91.
- ✨ Add teams list command. PR #217 by @patrick91.
- ✨ Add support for --json for whoami command. PR #213 by @patrick91.
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
- 💄 Improve help menus. PR #245 by @patrick91.
- 💄 Show deployments creation time. PR #244 by @patrick91.
- 💄 Use #ffffff for our titles' colour. PR #243 by @patrick91.
- 💄 Always show device login url. PR #242 by @patrick91.
- 💄 Improve CLI design consistency. PR #241 by @patrick91.
- 💄 Add option to animate titles. PR #240 by @patrick91.
- ♻️ Resolve app ID consistently across commands. PR #236 by @patrick91.
- ♻️ Split env command into package. PR #232 by @patrick91.
- 💄 Update CLI styles. PR #230 by @patrick91.
- 🔥 Remove waitlist prompt. PR #226 by @patrick91.
- 💄 Improve how we show the update message. PR #216 by @patrick91.
- ♻️ Refactor deploy command into multiple files. PR #214 by @patrick91.
Internal
- 👷 Add pre-commit hook to catch typos. PR #208 by @YuriiMotov.
- ⬆ Bump the python-packages group across 1 directory with 7 updates. PR #238 by @dependabot[bot].
- ⬆ Bump sentry-sdk from 2.52.0 to 2.61.0. PR #206 by @dependabot[bot].
- ⬆ Bump pytest from 8.4.2 to 9.0.3. PR #186 by @dependabot[bot].
- ⬆ Bump pygments from 2.19.2 to 2.20.0. PR #185 by @dependabot[bot].
- ⬆ Bump idna from 3.11 to 3.15. PR #200 by @dependabot[bot].
- ⬆ Bump python-dotenv from 1.2.1 to 1.2.2. PR #184 by @dependabot[bot].
- ⬆ Bump the github-actions group with 3 updates. PR #237 by @dependabot[bot].
0.19.0
Features
- ✨ Improve
env listoutput. PR #203 by @patrick91. - 🔊 Add debug logging in
fastapi logincommand. PR #207 by @YuriiMotov.
Refactors
Internal
- 👷 Automate release preparation. PR #210 by @tiangolo.
- ⬆ Bump the github-actions group with 2 updates. PR #204 by @dependabot[bot].
- 👷 Configure Dependabot to group updates and update weekly. PR #199 by @YuriiMotov.
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.