Commit Graph

2596 Commits

Author SHA1 Message Date
github-actions
be9abcf353 📝 Update release notes 2024-08-28 13:48:40 +00:00
github-actions
9416e89bd7 📝 Update release notes 2024-08-26 02:15:38 +00:00
github-actions
3a96938771 📝 Update release notes 2024-08-25 02:44:27 +00:00
Sebastián Ramírez
bd1b77548f 📝 Update docs about serving FastAPI: ASGI servers, Docker containers, etc. (#12069) 2024-08-25 02:44:06 +00:00
github-actions
b5cbff9521 📝 Update release notes 2024-08-25 00:01:26 +00:00
Sebastián Ramírez
c692176d42 📝 Clarify response_class parameter, validations, and returning a response directly (#12067) 2024-08-24 19:01:04 -05:00
github-actions
d8e526c1db 📝 Update release notes 2024-08-24 21:52:29 +00:00
Sofie Van Landeghem
6aa44a85a2 📝 Fix minor typos and issues in the documentation (#12063) 2024-08-24 16:52:09 -05:00
github-actions
e4727ed20a 📝 Update release notes 2024-08-24 20:04:51 +00:00
GPla
9656895b60 📝 Add note in Docker docs about ensuring graceful shutdowns and lifespan events with CMD exec form (#11960)
Co-authored-by: svlandeg <svlandeg@github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-08-24 20:04:30 +00:00
Sebastián Ramírez
d00af00d3f 🔖 Release version 0.112.2 2024-08-24 14:34:50 -05:00
github-actions
b69a9f3b6f 📝 Update release notes 2024-08-24 19:27:59 +00:00
github-actions
48b36f26d8 📝 Update release notes 2024-08-24 19:10:14 +00:00
Sebastián Ramírez
22bf988dfb 📝 Update release notes 2024-08-23 22:48:20 -05:00
github-actions
6935fe8d38 📝 Update release notes 2024-08-24 03:16:48 +00:00
Aymen
8f03716757 📝 Fix a typo in virtual environement page (#12064) 2024-08-23 22:16:23 -05:00
github-actions
d0ce9d2bdf 📝 Update release notes 2024-08-22 00:47:57 +00:00
Sebastián Ramírez
705659bb22 📝 Add docs about Environment Variables and Virtual Environments (#12054) 2024-08-21 19:47:31 -05:00
github-actions
4f3381a95e 📝 Update release notes 2024-08-21 16:58:20 +00:00
github-actions
2fe05762b2 📝 Update release notes 2024-08-21 16:55:38 +00:00
github-actions
2d34086b70 📝 Update release notes 2024-08-20 00:40:55 +00:00
github-actions
e8322228b4 📝 Update release notes 2024-08-19 18:15:49 +00:00
github-actions
63ae0f1070 📝 Update release notes 2024-08-19 17:35:25 +00:00
github-actions
ae97785ded 📝 Update release notes 2024-08-18 23:26:36 +00:00
Sebastián Ramírez
bcd737de33 📝 Add Asyncer mention in async docs (#12037) 2024-08-18 23:26:14 +00:00
github-actions
98712b9e09 📝 Update release notes 2024-08-18 23:17:21 +00:00
Sebastián Ramírez
0e77481acf 📝 Move the Features docs to the top level to improve the main page menu (#12036) 2024-08-18 18:16:56 -05:00
github-actions
6ebaf0efcb 📝 Update release notes 2024-08-18 21:08:39 +00:00
github-actions
0da0814d8a 📝 Update release notes 2024-08-17 21:20:52 +00:00
Sebastián Ramírez
9bfc48ad9f 📝 Update FastAPI People, do not translate to have the most recent info (#12034) 2024-08-17 16:20:31 -05:00
github-actions
882f77f925 📝 Update release notes 2024-08-17 06:54:13 +00:00
github-actions
066ea10ac5 📝 Update release notes 2024-08-17 06:42:28 +00:00
github-actions
6aa0435a3e 📝 Update release notes 2024-08-17 04:52:53 +00:00
github-actions
980c88c347 📝 Update release notes 2024-08-17 04:14:10 +00:00
github-actions
6433c3b70e 📝 Update release notes 2024-08-17 04:00:12 +00:00
github-actions
263e46e540 📝 Update release notes 2024-08-17 03:57:45 +00:00
Sofie Van Landeghem
957d747d21 📝 Highlight correct line in tutorial docs/en/docs/tutorial/body-multiple-params.md (#11978)
Co-authored-by: Esteban Maya <emayacadavid9@gmail.com>
2024-08-16 22:57:21 -05:00
github-actions
8b05d4518b 📝 Update release notes 2024-08-16 23:18:21 +00:00
Alejandra
8a146b7a28 🔥 Remove Sentry link from Advanced Middleware docs (#12031) 2024-08-16 18:18:02 -05:00
github-actions
beedc72281 📝 Update release notes 2024-08-16 22:32:33 +00:00
github-actions
7ed9a4971e 📝 Update release notes 2024-08-16 21:56:54 +00:00
Sebastián Ramírez
daf4970ed7 📝 Clarify management tasks for translations, multiples files in one PR (#12030) 2024-08-16 21:56:33 +00:00
github-actions
29babdc0a1 📝 Update release notes 2024-08-16 17:44:48 +00:00
github-actions
2e0f74f58b 📝 Update release notes 2024-08-16 17:29:43 +00:00
github-actions
9a939dec47 📝 Update release notes 2024-08-16 16:56:43 +00:00
github-actions
46d0ffc0d7 📝 Update release notes 2024-08-16 16:52:46 +00:00
VaitoSoi
fd5c00ab76 📝 Edit the link to the OpenAPI "Responses Object" and "Response Object" sections in the "Additional Responses in OpenAPI" section (#11996)
Co-authored-by: svlandeg <svlandeg@github.com>
2024-08-16 11:51:25 -05:00
github-actions
9f78e08c14 📝 Update release notes 2024-08-16 16:50:25 +00:00
Jiri Kuncar
c81f575d0d 🔨 Specify email-validator dependency with dash (#11515)
Co-authored-by: svlandeg <svlandeg@github.com>
2024-08-16 11:50:01 -05:00
github-actions
a3f42718de 📝 Update release notes 2024-08-16 02:05:14 +00:00