You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@
52
52
* ⬆ Bump @types/node from 25.0.9 to 25.0.10. PR [#2149](https://github.com/fastapi/full-stack-fastapi-template/pull/2149) by [@dependabot[bot]](https://github.com/apps/dependabot).
53
53
* ⬆ Bump @tanstack/react-router-devtools from 1.153.2 to 1.156.0. PR [#2147](https://github.com/fastapi/full-stack-fastapi-template/pull/2147) by [@dependabot[bot]](https://github.com/apps/dependabot).
54
54
55
-
## 0.10.0
55
+
## 0.10.0 (2026-01-23)
56
56
57
57
### Features
58
58
@@ -123,7 +123,7 @@
123
123
* ⬆ Bump vite from 7.2.7 to 7.3.0 in /frontend. PR [#2047](https://github.com/fastapi/full-stack-fastapi-template/pull/2047) by [@dependabot[bot]](https://github.com/apps/dependabot).
124
124
* ⬆ Bump react-dom from 19.2.1 to 19.2.3 in /frontend. PR [#2046](https://github.com/fastapi/full-stack-fastapi-template/pull/2046) by [@dependabot[bot]](https://github.com/apps/dependabot).
125
125
126
-
## 0.9.0
126
+
## 0.9.0 (2025-12-08)
127
127
128
128
### Features
129
129
@@ -307,7 +307,7 @@
307
307
* ⬆ Bump astral-sh/setup-uv from 5 to 6. PR [#1566](https://github.com/fastapi/full-stack-fastapi-template/pull/1566) by [@dependabot[bot]](https://github.com/apps/dependabot).
308
308
* 🔧 Add npm and docker package ecosystems to Dependabot configuration. PR [#1535](https://github.com/fastapi/full-stack-fastapi-template/pull/1535) by [@alejsdev](https://github.com/alejsdev).
309
309
310
-
## 0.8.0
310
+
## 0.8.0 (2025-02-19)
311
311
312
312
### Features
313
313
@@ -367,7 +367,7 @@
367
367
* 👷 Tweak generate client to error out if there are errors. PR [#1377](https://github.com/fastapi/full-stack-fastapi-template/pull/1377) by [@tiangolo](https://github.com/tiangolo).
368
368
* 👷 Generate and commit client only on same repo PRs, on forks, show the error. PR [#1376](https://github.com/fastapi/full-stack-fastapi-template/pull/1376) by [@tiangolo](https://github.com/tiangolo).
369
369
370
-
## 0.7.1
370
+
## 0.7.1 (2024-09-27)
371
371
372
372
### Highlights
373
373
@@ -430,7 +430,7 @@
430
430
* 👷 Add GitHub Action add-to-project. PR [#1297](https://github.com/fastapi/full-stack-fastapi-template/pull/1297) by [@tiangolo](https://github.com/tiangolo).
431
431
* 👷 Update issue-manager. PR [#1288](https://github.com/fastapi/full-stack-fastapi-template/pull/1288) by [@tiangolo](https://github.com/tiangolo).
432
432
433
-
## 0.7.0
433
+
## 0.7.0 (2024-08-02)
434
434
435
435
Lots of new things! 🎁
436
436
@@ -575,7 +575,7 @@ Lots of new things! 🎁
575
575
* 🔥 Delete leftover celery file. PR [#727](https://github.com/tiangolo/full-stack-fastapi-template/pull/727) by [@dr-neptune](https://github.com/dr-neptune).
576
576
* ⚙️ Update pre-commit config with Prettier and ESLint. PR [#714](https://github.com/tiangolo/full-stack-fastapi-template/pull/714) by [@alejsdev](https://github.com/alejsdev).
* Simplify scripts and development, update docs and configs. PR [#155](https://github.com/tiangolo/full-stack-fastapi-template/pull/155).
761
761
762
-
## 0.5.0
762
+
## 0.5.0 (2020-04-19)
763
763
764
764
* Make the Traefik public network a fixed default of `traefik-public` as done in DockerSwarm.rocks, to simplify development and iteration of the project generator. PR [#150](https://github.com/tiangolo/full-stack-fastapi-template/pull/150).
765
765
* Update to PostgreSQL 12. PR [#148](https://github.com/tiangolo/full-stack-fastapi-template/pull/148). by [@RCheese](https://github.com/RCheese).
@@ -784,7 +784,7 @@ Test cov > 90% ✅
784
784
* Add new CRUD utils based on DB and Pydantic models. Initial PR [#23](https://github.com/tiangolo/full-stack-fastapi-template/pull/23) by [@ebreton](https://github.com/ebreton).
785
785
* Add normal user testing Pytest fixture. PR [#20](https://github.com/tiangolo/full-stack-fastapi-template/pull/20) by [@ebreton](https://github.com/ebreton).
786
786
787
-
## 0.4.0
787
+
## 0.4.0 (2019-05-29)
788
788
789
789
* Fix security on resetting a password. Receive token as body, not query. PR [#34](https://github.com/tiangolo/full-stack-fastapi-template/pull/34).
790
790
@@ -806,7 +806,7 @@ Test cov > 90% ✅
806
806
807
807
* Update Jupyter Lab installation and util script/environment variable for local development.
* Upgrade Python to 3.7 as Celery is now compatible too. PR <ahref="https://github.com/tiangolo/full-stack-fastapi-template/pull/10"target="_blank">#10</a> by <ahref="https://github.com/ebreton"target="_blank">@ebreton</a>.
823
823
824
-
## 0.2.2
824
+
## 0.2.2 (2019-04-11)
825
825
826
826
* Fix frontend hijacking /docs in development. Using latest https://github.com/tiangolo/node-frontend with custom Nginx configs in frontend. <ahref="https://github.com/tiangolo/full-stack-fastapi-template/pull/6"target="_blank">PR #6</a>.
827
827
828
-
## 0.2.1
828
+
## 0.2.1 (2019-03-29)
829
829
830
830
* Fix documentation for *path operation* to get user by ID. <ahref="https://github.com/tiangolo/full-stack-fastapi-template/pull/4"target="_blank">PR #4</a> by <ahref="https://github.com/mpclarkson"target="_blank">@mpclarkson</a> in FastAPI.
831
831
832
832
* Set `/start-reload.sh` as a command override for development by default.
0 commit comments