Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Latest Changes

## 0.14.0
## 0.14.0 (2026-02-25)

### Features

Expand All @@ -16,13 +16,13 @@

* 👷 Add `windows-latest` to test matrix. PR [#158](https://github.com/fastapilabs/fastapi-cloud-cli/pull/158) by [@YuriiMotov](https://github.com/YuriiMotov).

## 0.13.0
## 0.13.0 (2026-02-17)

### Breaking Changes

* ➖ Drop support for Python 3.9. PR [#156](https://github.com/fastapilabs/fastapi-cloud-cli/pull/156) by [@tiangolo](https://github.com/tiangolo).

## 0.12.0
## 0.12.0 (2026-02-13)

### Features

Expand All @@ -38,7 +38,7 @@
* 👷 Run tests with lower bound uv sync, update minimum dependencies. PR [#154](https://github.com/fastapilabs/fastapi-cloud-cli/pull/154) by [@YuriiMotov](https://github.com/YuriiMotov).
* 👷 Run mypy by pre-commit instead of `lint.yml` workflow. PR [#151](https://github.com/fastapilabs/fastapi-cloud-cli/pull/151) by [@YuriiMotov](https://github.com/YuriiMotov).

## 0.11.0
## 0.11.0 (2026-01-15)

### Features

Expand All @@ -48,20 +48,20 @@

* 🐛 Exclude .env files from deployment uploads. PR [#150](https://github.com/fastapilabs/fastapi-cloud-cli/pull/150) by [@patrick91](https://github.com/patrick91).

## 0.10.1
## 0.10.1 (2026-01-13)

### Fixes

* 🐛 Fix `env list` for secret environment variables. PR [#147](https://github.com/fastapilabs/fastapi-cloud-cli/pull/147) by [@patrick91](https://github.com/patrick91).

## 0.10.0
## 0.10.0 (2026-01-13)

### Features

* `fastapi cloud logs`. PR [#132](https://github.com/fastapilabs/fastapi-cloud-cli/pull/132) by [@savannahostrowski](https://github.com/savannahostrowski).
* ✨ Add support for creating secrets. PR [#146](https://github.com/fastapilabs/fastapi-cloud-cli/pull/146) by [@patrick91](https://github.com/patrick91).

## 0.9.0
## 0.9.0 (2026-01-09)

### Features

Expand All @@ -82,7 +82,7 @@
* 🔧 Add GitHub Actions workflow for linting. PR [#145](https://github.com/fastapilabs/fastapi-cloud-cli/pull/145) by [@patrick91](https://github.com/patrick91).
* 👷 Add pre-commit workflow. PR [#135](https://github.com/fastapilabs/fastapi-cloud-cli/pull/135) by [@YuriiMotov](https://github.com/YuriiMotov).

## 0.8.0
## 0.8.0 (2025-12-23)

### Fixes

Expand All @@ -102,7 +102,7 @@
* 👷 Configure coverage, error on main tests, don't wait for Smokeshow. PR [#134](https://github.com/fastapilabs/fastapi-cloud-cli/pull/134) by [@YuriiMotov](https://github.com/YuriiMotov).
* 👷 Run Smokeshow always, even on test failures. PR [#133](https://github.com/fastapilabs/fastapi-cloud-cli/pull/133) by [@YuriiMotov](https://github.com/YuriiMotov).

## 0.7.0
## 0.7.0 (2025-12-16)

### Features

Expand All @@ -116,7 +116,7 @@

* ✅ Fix test coverage. PR [#130](https://github.com/fastapilabs/fastapi-cloud-cli/pull/130) by [@patrick91](https://github.com/patrick91).

## 0.6.0
## 0.6.0 (2025-12-04)

### Features

Expand All @@ -127,13 +127,13 @@
* ⬆️ Migrate to uv. PR [#127](https://github.com/fastapilabs/fastapi-cloud-cli/pull/127) by [@DoctorJohn](https://github.com/DoctorJohn).
* 🔥 Remove path confirmation on first deployment. PR [#123](https://github.com/fastapilabs/fastapi-cloud-cli/pull/123) by [@buurro](https://github.com/buurro).

## 0.5.2
## 0.5.2 (2025-11-25)

### Fixes

* 🐛 Fix archive file was not closed after upload. PR [#122](https://github.com/fastapilabs/fastapi-cloud-cli/pull/122) by [@DoctorJohn](https://github.com/DoctorJohn).

## 0.5.1
## 0.5.1 (2025-11-20)

### Fixes

Expand All @@ -143,7 +143,7 @@

* ♻️ Improve waitlist success command. PR [#117](https://github.com/fastapilabs/fastapi-cloud-cli/pull/117) by [@patrick91](https://github.com/patrick91).

## 0.5.0
## 0.5.0 (2025-11-20)

### Features

Expand All @@ -154,7 +154,7 @@
* 👷 Add support for Pydantic v1. PR [#116](https://github.com/fastapilabs/fastapi-cloud-cli/pull/116) by [@patrick91](https://github.com/patrick91).
* 🔧 Add labels to Dependabot updates. PR [#113](https://github.com/fastapilabs/fastapi-cloud-cli/pull/113) by [@alejsdev](https://github.com/alejsdev).

## 0.4.0
## 0.4.0 (2025-11-19)

### Features

Expand All @@ -172,7 +172,7 @@
* 🧑‍💻 Handle already logged in state. PR [#103](https://github.com/fastapilabs/fastapi-cloud-cli/pull/103) by [@alejsdev](https://github.com/alejsdev).
* ⚡️ Speed up archive creation. PR [#111](https://github.com/fastapilabs/fastapi-cloud-cli/pull/111) by [@DoctorJohn](https://github.com/DoctorJohn).

## 0.3.1
## 0.3.1 (2025-10-09)

### Fixes

Expand All @@ -188,7 +188,7 @@
* ♻️ Log files added to archive in debug mode (#91). PR [#96](https://github.com/fastapilabs/fastapi-cloud-cli/pull/96) by [@patrick91](https://github.com/patrick91).
* ✅ Add test to make sure .fastapicloudignore can override .gitignore (#90). PR [#95](https://github.com/fastapilabs/fastapi-cloud-cli/pull/95) by [@patrick91](https://github.com/patrick91).

## 0.3.0
## 0.3.0 (2025-10-02)

### Features

Expand All @@ -204,20 +204,20 @@
* ⬆ Bump actions/checkout from 4 to 5. PR [#68](https://github.com/fastapilabs/fastapi-cloud-cli/pull/68) by [@dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump tiangolo/latest-changes from 0.3.1 to 0.4.0. PR [#70](https://github.com/fastapilabs/fastapi-cloud-cli/pull/70) by [@dependabot[bot]](https://github.com/apps/dependabot).

## 0.2.1
## 0.2.1 (2025-09-25)

### Features

* ✨ Add support for verification statuses. PR [#82](https://github.com/fastapilabs/fastapi-cloud-cli/pull/82) by [@DoctorJohn](https://github.com/DoctorJohn).

## 0.2.0
## 0.2.0 (2025-09-18)

### Features

* ✨ Add unlink command to delete local FastAPI Cloud configuration. PR [#80](https://github.com/fastapilabs/fastapi-cloud-cli/pull/80) by [@alejsdev](https://github.com/alejsdev).
* ✨ Add support for granular failure statuses. PR [#75](https://github.com/fastapilabs/fastapi-cloud-cli/pull/75) by [@DoctorJohn](https://github.com/DoctorJohn).

## 0.1.5
## 0.1.5 (2025-07-28)

### Features

Expand All @@ -228,13 +228,13 @@
* ♻️ Prompt user for login or waitlist option when not logged in. PR [#81](https://github.com/fastapilabs/fastapi-cloud-cli/pull/81) by [@alejsdev](https://github.com/alejsdev).
* ✅ Fix mocks in tests . PR [#78](https://github.com/fastapilabs/fastapi-cloud-cli/pull/78) by [@alejsdev](https://github.com/alejsdev).

## 0.1.4
## 0.1.4 (2025-07-11)

### Fixes

* 🐛 Always load settings lazily. PR [#64](https://github.com/fastapilabs/fastapi-cloud-cli/pull/64) by [@patrick91](https://github.com/patrick91).

## 0.1.3
## 0.1.3 (2025-07-10)

### Fixes

Expand Down
Loading