Releases: fastapilabs/fastapi-cloud-cli
Releases · fastapilabs/fastapi-cloud-cli
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.
0.10.1
0.10.0
Features
fastapi cloud logs. PR #132 by @savannahostrowski.- ✨ Add support for creating secrets. PR #146 by @patrick91.
0.9.0
Features
- ✨ Add support for app ID in
fastapi deploy. PR #144 by @buurro. - ✨ Add support for FASTAPI_CLOUD_TOKEN environment variable auth. PR #142 by @patrick91.
- ✨ Add a confirmation step to the first CLI deployment . PR #140 by @alejsdev.
Fixes
Refactors
- ♻️ Refactor authentication. PR #141 by @patrick91.
Internal
- 🔧 Add GitHub Actions workflow for linting. PR #145 by @patrick91.
- 👷 Add pre-commit workflow. PR #135 by @YuriiMotov.
0.8.0
Fixes
- 🐛 Fix CI ran all tests on oldest supported Python. PR #136 by @DoctorJohn.
Refactors
Upgrades
- ➖ Drop support for Pydantic v1. PR #139 by @patrick91.
- 🔧 Drop support for Python 3.8. PR #138 by @patrick91.
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
Features
- ✨ Add upload cancellation notification on keyboard interrupt. PR #129 by @patrick91.
Fixes
Internal
- ✅ Fix test coverage. PR #130 by @patrick91.
0.6.0
Features
- ⚡️ Compress code archives to speed up uploads. PR #125 by @DoctorJohn.
Refactors
- ⬆️ Migrate to uv. PR #127 by @DoctorJohn.
- 🔥 Remove path confirmation on first deployment. PR #123 by @buurro.