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
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@
17
17
18
18
### Internal
19
19
20
+
* 🔨 Add pre-commit hook to ensure latest release header has date. PR [#2205](https://github.com/fastapi/full-stack-fastapi-template/pull/2205) by [@YuriiMotov](https://github.com/YuriiMotov).
21
+
* 👷 Add `ty` to precommit. PR [#2227](https://github.com/fastapi/full-stack-fastapi-template/pull/2227) by [@svlandeg](https://github.com/svlandeg).
20
22
* ⬆ Bump dorny/paths-filter from 3 to 4. PR [#2230](https://github.com/fastapi/full-stack-fastapi-template/pull/2230) by [@dependabot[bot]](https://github.com/apps/dependabot).
21
23
* ⬆ Bump pyjwt from 2.10.1 to 2.12.0. PR [#2231](https://github.com/fastapi/full-stack-fastapi-template/pull/2231) by [@dependabot[bot]](https://github.com/apps/dependabot).
22
24
* ⬆ Bump @types/node from 25.3.2 to 25.5.0. PR [#2233](https://github.com/fastapi/full-stack-fastapi-template/pull/2233) by [@dependabot[bot]](https://github.com/apps/dependabot).
@@ -51,7 +53,7 @@
51
53
* ⬆ 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).
52
54
* ⬆ 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).
53
55
54
-
## 0.10.0
56
+
## 0.10.0 (2026-01-23)
55
57
56
58
### Features
57
59
@@ -122,7 +124,7 @@
122
124
* ⬆ 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).
123
125
* ⬆ 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).
124
126
125
-
## 0.9.0
127
+
## 0.9.0 (2025-12-08)
126
128
127
129
### Features
128
130
@@ -306,7 +308,7 @@
306
308
* ⬆ 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).
307
309
* 🔧 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).
308
310
309
-
## 0.8.0
311
+
## 0.8.0 (2025-02-19)
310
312
311
313
### Features
312
314
@@ -366,7 +368,7 @@
366
368
* 👷 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).
367
369
* 👷 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).
368
370
369
-
## 0.7.1
371
+
## 0.7.1 (2024-09-27)
370
372
371
373
### Highlights
372
374
@@ -429,7 +431,7 @@
429
431
* 👷 Add GitHub Action add-to-project. PR [#1297](https://github.com/fastapi/full-stack-fastapi-template/pull/1297) by [@tiangolo](https://github.com/tiangolo).
430
432
* 👷 Update issue-manager. PR [#1288](https://github.com/fastapi/full-stack-fastapi-template/pull/1288) by [@tiangolo](https://github.com/tiangolo).
431
433
432
-
## 0.7.0
434
+
## 0.7.0 (2024-08-02)
433
435
434
436
Lots of new things! 🎁
435
437
@@ -574,7 +576,7 @@ Lots of new things! 🎁
574
576
* 🔥 Delete leftover celery file. PR [#727](https://github.com/tiangolo/full-stack-fastapi-template/pull/727) by [@dr-neptune](https://github.com/dr-neptune).
575
577
* ⚙️ 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).
760
762
761
-
## 0.5.0
763
+
## 0.5.0 (2020-04-19)
762
764
763
765
* 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).
764
766
* Update to PostgreSQL 12. PR [#148](https://github.com/tiangolo/full-stack-fastapi-template/pull/148). by [@RCheese](https://github.com/RCheese).
@@ -783,7 +785,7 @@ Test cov > 90% ✅
783
785
* 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).
784
786
* Add normal user testing Pytest fixture. PR [#20](https://github.com/tiangolo/full-stack-fastapi-template/pull/20) by [@ebreton](https://github.com/ebreton).
785
787
786
-
## 0.4.0
788
+
## 0.4.0 (2019-05-29)
787
789
788
790
* Fix security on resetting a password. Receive token as body, not query. PR [#34](https://github.com/tiangolo/full-stack-fastapi-template/pull/34).
789
791
@@ -805,7 +807,7 @@ Test cov > 90% ✅
805
807
806
808
* 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>.
822
824
823
-
## 0.2.2
825
+
## 0.2.2 (2019-04-11)
824
826
825
827
* 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>.
826
828
827
-
## 0.2.1
829
+
## 0.2.1 (2019-03-29)
828
830
829
831
* 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.
830
832
831
833
* Set `/start-reload.sh` as a command override for development by default.
0 commit comments