Skip to content

Commit 1c3e691

Browse files
committed
📝 Update release notes
1 parent ab8f557 commit 1c3e691

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/en/docs/release-notes.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,34 @@ hide:
1414
* ✨ Add FastAPI CLI, the new `fastapi` command. PR [#11522](https://github.com/tiangolo/fastapi/pull/11522) by [@tiangolo](https://github.com/tiangolo).
1515
* New docs: [FastAPI CLI](https://fastapi.tiangolo.com/fastapi-cli/).
1616

17+
Try it out with:
18+
19+
```console
20+
$ pip install --upgrade fastapi
21+
22+
$ fastapi dev main.py
23+
24+
25+
╭────────── FastAPI CLI - Development mode ───────────╮
26+
│ │
27+
│ Serving at: http://127.0.0.1:8000 │
28+
│ │
29+
│ API docs: http://127.0.0.1:8000/docs │
30+
│ │
31+
│ Running in development mode, for production use: │
32+
│ │
33+
│ fastapi run │
34+
│ │
35+
╰─────────────────────────────────────────────────────╯
36+
37+
INFO: Will watch for changes in these directories: ['/home/user/code/awesomeapp']
38+
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
39+
INFO: Started reloader process [2248755] using WatchFiles
40+
INFO: Started server process [2248757]
41+
INFO: Waiting for application startup.
42+
INFO: Application startup complete.
43+
```
44+
1745
### Refactors
1846

1947
* 🔧 Add configs and setup for `fastapi-slim` including optional extras `fastapi-slim[standard]`, and `fastapi` including by default the same `standard` extras. PR [#11503](https://github.com/tiangolo/fastapi/pull/11503) by [@tiangolo](https://github.com/tiangolo).

0 commit comments

Comments
 (0)