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
@@ -39,7 +39,7 @@
39
39
* ⬆ 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).
40
40
* ⬆ 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).
41
41
42
-
## 0.10.0
42
+
## 0.10.0 (2026-01-23)
43
43
44
44
### Features
45
45
@@ -110,7 +110,7 @@
110
110
* ⬆ 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).
111
111
* ⬆ 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).
112
112
113
-
## 0.9.0
113
+
## 0.9.0 (2025-12-08)
114
114
115
115
### Features
116
116
@@ -294,7 +294,7 @@
294
294
* ⬆ 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).
295
295
* 🔧 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).
296
296
297
-
## 0.8.0
297
+
## 0.8.0 (2025-02-19)
298
298
299
299
### Features
300
300
@@ -354,7 +354,7 @@
354
354
* 👷 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).
355
355
* 👷 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).
356
356
357
-
## 0.7.1
357
+
## 0.7.1 (2024-09-27)
358
358
359
359
### Highlights
360
360
@@ -417,7 +417,7 @@
417
417
* 👷 Add GitHub Action add-to-project. PR [#1297](https://github.com/fastapi/full-stack-fastapi-template/pull/1297) by [@tiangolo](https://github.com/tiangolo).
418
418
* 👷 Update issue-manager. PR [#1288](https://github.com/fastapi/full-stack-fastapi-template/pull/1288) by [@tiangolo](https://github.com/tiangolo).
419
419
420
-
## 0.7.0
420
+
## 0.7.0 (2024-08-02)
421
421
422
422
Lots of new things! 🎁
423
423
@@ -562,7 +562,7 @@ Lots of new things! 🎁
562
562
* 🔥 Delete leftover celery file. PR [#727](https://github.com/tiangolo/full-stack-fastapi-template/pull/727) by [@dr-neptune](https://github.com/dr-neptune).
563
563
* ⚙️ 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).
748
748
749
-
## 0.5.0
749
+
## 0.5.0 (2020-04-19)
750
750
751
751
* 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).
752
752
* Update to PostgreSQL 12. PR [#148](https://github.com/tiangolo/full-stack-fastapi-template/pull/148). by [@RCheese](https://github.com/RCheese).
@@ -771,7 +771,7 @@ Test cov > 90% ✅
771
771
* 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).
772
772
* Add normal user testing Pytest fixture. PR [#20](https://github.com/tiangolo/full-stack-fastapi-template/pull/20) by [@ebreton](https://github.com/ebreton).
773
773
774
-
## 0.4.0
774
+
## 0.4.0 (2019-05-29)
775
775
776
776
* Fix security on resetting a password. Receive token as body, not query. PR [#34](https://github.com/tiangolo/full-stack-fastapi-template/pull/34).
777
777
@@ -793,7 +793,7 @@ Test cov > 90% ✅
793
793
794
794
* 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>.
810
810
811
-
## 0.2.2
811
+
## 0.2.2 (2019-04-11)
812
812
813
813
* 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>.
814
814
815
-
## 0.2.1
815
+
## 0.2.1 (2019-03-29)
816
816
817
817
* 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.
818
818
819
819
* Set `/start-reload.sh` as a command override for development by default.
0 commit comments