Releases: fastapilabs/fastapi-cloud-cli
Releases · fastapilabs/fastapi-cloud-cli
0.17.0
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.
0.13.0
0.12.0
Features
- ✨ Allow to specify application directory. PR #155 by @patrick91.
Refactors
- ♻️ Improve how we handle invalid tokens. PR #153 by @patrick91.
- ✅ Isolate tests from config. PR #152 by @patrick91.
Internal
- 👷 Run tests with lower bound uv sync, update minimum dependencies. PR #154 by @YuriiMotov.
- 👷 Run mypy by pre-commit instead of
lint.ymlworkflow. PR #151 by @YuriiMotov.
0.11.0
Features
- ✨ Add link command. PR #148 by @patrick91.
Fixes
- 🐛 Exclude .env files from deployment uploads. PR #150 by @patrick91.