]>
git.ipfire.org Git - thirdparty/fastapi/fastapi.git/log
github-actions [Sat, 25 Jun 2022 19:50:20 +0000 (19:50 +0000)]
📝 Update release notes
Sebastián Ramírez [Sat, 25 Jun 2022 19:49:44 +0000 (21:49 +0200)]
🔧 Update sponsors, remove Classiq, add ImgWhale (#5079)
* 🔧 Update sponsors, remove Classiq, add ImgWhale
* 🔧 Update README
Sebastián Ramírez [Sat, 14 May 2022 19:58:04 +0000 (14:58 -0500)]
🔖 Release version 0.78.0
Sebastián Ramírez [Sat, 14 May 2022 19:53:50 +0000 (14:53 -0500)]
📝 Update release notes
github-actions [Sat, 14 May 2022 19:09:00 +0000 (19:09 +0000)]
📝 Update release notes
Sebastián Ramírez [Sat, 14 May 2022 19:08:31 +0000 (14:08 -0500)]
✅ Add tests for required nonable parameters and body fields (#4907)
github-actions [Sat, 14 May 2022 12:00:32 +0000 (12:00 +0000)]
📝 Update release notes
Sebastián Ramírez [Sat, 14 May 2022 11:59:59 +0000 (06:59 -0500)]
📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908)
* 📝 Add docs recommending Union over Optional
* 📝 Update docs recommending Union over Optional
* 📝 Update source examples for docs, recommend Union over Optional
* 📝 Update highlighted lines with updated source examples
* 📝 Update highlighted lines in Markdown with recent code changes
* 📝 Update docs, use Union instead of Optional
* ♻️ Update source examples to recommend Union over Optional
* 🎨 Update highlighted code in Markdown after moving from Optional to Union
github-actions [Fri, 13 May 2022 23:39:00 +0000 (23:39 +0000)]
📝 Update release notes
Sebastián Ramírez [Fri, 13 May 2022 23:38:22 +0000 (18:38 -0500)]
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906)
* ✨ Do not require default value in Query(), Path(), Header(), etc
* 📝 Update source examples for docs with default and required values
* ✅ Update tests with new default values and not required Ellipsis
* 📝 Update docs for Query params and update info about default value, required, Ellipsis
github-actions [Thu, 12 May 2022 20:48:12 +0000 (20:48 +0000)]
📝 Update release notes
Sebastián Ramírez [Thu, 12 May 2022 20:47:31 +0000 (15:47 -0500)]
🎨 Fix default value as set in tutorial for Path Operations Advanced Configurations (#4899)
github-actions [Thu, 12 May 2022 20:39:14 +0000 (20:39 +0000)]
📝 Update release notes
Shahriyar Rzayev [Thu, 12 May 2022 20:38:30 +0000 (00:38 +0400)]
♻ Refactor dict value extraction to minimize key lookups `fastapi/utils.py` (#3139)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Thu, 12 May 2022 18:11:39 +0000 (18:11 +0000)]
📝 Update release notes
Sebastián Ramírez [Thu, 12 May 2022 18:10:57 +0000 (13:10 -0500)]
👷 Fix installing Material for MkDocs Insiders in CI (#4897)
github-actions [Thu, 12 May 2022 17:15:56 +0000 (17:15 +0000)]
📝 Update release notes
Sebastián Ramírez [Thu, 12 May 2022 17:15:13 +0000 (12:15 -0500)]
👷 Add pre-commit CI instead of custom GitHub Action (#4896)
github-actions [Thu, 12 May 2022 16:43:22 +0000 (16:43 +0000)]
📝 Update release notes
Sebastián Ramírez [Thu, 12 May 2022 16:42:47 +0000 (11:42 -0500)]
👷 Add pre-commit GitHub Action workflow (#4895)
Co-authored-by: pre-commit <github-actions@github.com>
github-actions [Thu, 12 May 2022 16:16:56 +0000 (16:16 +0000)]
📝 Update release notes
Michael Adkins [Thu, 12 May 2022 16:16:16 +0000 (11:16 -0500)]
📝 Add documentation for redefined path operations (#4864)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Thu, 12 May 2022 00:47:36 +0000 (00:47 +0000)]
📝 Update release notes
Sebastián Ramírez [Thu, 12 May 2022 00:46:56 +0000 (19:46 -0500)]
🔥 Remove un-used old pending tests, already covered in other places (#4891)
github-actions [Thu, 12 May 2022 00:41:39 +0000 (00:41 +0000)]
📝 Update release notes
Sebastián Ramírez [Thu, 12 May 2022 00:41:06 +0000 (19:41 -0500)]
🔧 Add Python formatting hooks to pre-commit (#4890)
github-actions [Thu, 12 May 2022 00:06:56 +0000 (00:06 +0000)]
📝 Update release notes
Sebastián Ramírez [Thu, 12 May 2022 00:06:16 +0000 (19:06 -0500)]
🔧 Add pre-commit with first config and first formatting pass (#4888)
* 🔧 Add first pre-commit config
* 🎨 Format YAML files with pre-commit
* 🎨 Format Markdown with pre-commit
* 🎨 Format SVGs, drawio, JS, HTML with pre-commit
* ➕ Add pre-commit to dev dependencies
* ⬇️ Extend pre-commit range to support Python 3.6
github-actions [Wed, 11 May 2022 22:32:26 +0000 (22:32 +0000)]
📝 Update release notes
Maxim Martynov [Wed, 11 May 2022 22:31:52 +0000 (01:31 +0300)]
👷 Disable CI installing Material for MkDocs in forks (#4410)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Wed, 11 May 2022 21:44:52 +0000 (21:44 +0000)]
📝 Update release notes
Matthew Evans [Wed, 11 May 2022 21:43:47 +0000 (22:43 +0100)]
📝 Add OpenAPI warning to "Body - Fields" docs with extra schema extensions (#4846)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Wed, 11 May 2022 18:54:33 +0000 (18:54 +0000)]
📝 Update release notes
Mário Victor Ribeiro Silva [Wed, 11 May 2022 18:53:57 +0000 (15:53 -0300)]
📝 Add dark mode auto switch to docs based on OS preference (#4869)
github-actions [Wed, 11 May 2022 18:49:56 +0000 (18:49 +0000)]
📝 Update release notes
Lorenzo Castellino [Wed, 11 May 2022 18:49:16 +0000 (20:49 +0200)]
📝 Update docs about Swagger UI self-hosting with newer source links (#4813)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Wed, 11 May 2022 17:49:06 +0000 (17:49 +0000)]
📝 Update release notes
jbrocher [Wed, 11 May 2022 17:48:25 +0000 (19:48 +0200)]
📝 Add link to external article: Building the Poll App From Django Tutorial With FastAPI And React (#4778)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Wed, 11 May 2022 17:42:56 +0000 (17:42 +0000)]
📝 Update release notes
水上 皓登 [Wed, 11 May 2022 17:42:13 +0000 (02:42 +0900)]
🌐 Fix code examples in Japanese translation for `docs/ja/docs/tutorial/testing.md` (#4623)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Wed, 11 May 2022 17:35:38 +0000 (17:35 +0000)]
📝 Update release notes
Samuel Borges [Wed, 11 May 2022 17:35:04 +0000 (14:35 -0300)]
📝 Updates links for Celery documentation (#4736)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Wed, 11 May 2022 17:29:37 +0000 (17:29 +0000)]
📝 Update release notes
hitrust [Wed, 11 May 2022 17:29:02 +0000 (01:29 +0800)]
✏ Fix example code with sets in tutorial for body nested models (#3030)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Wed, 11 May 2022 17:05:24 +0000 (17:05 +0000)]
📝 Update release notes
Kinuax [Wed, 11 May 2022 17:03:41 +0000 (19:03 +0200)]
✏ Fix links to Pydantic docs (#4670)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Tue, 10 May 2022 04:19:32 +0000 (23:19 -0500)]
🔖 Release version 0.77.1
Sebastián Ramírez [Tue, 10 May 2022 04:18:03 +0000 (23:18 -0500)]
📝 Update release notes
github-actions [Tue, 10 May 2022 04:12:55 +0000 (04:12 +0000)]
📝 Update release notes
Maciej Kaczkowski [Tue, 10 May 2022 04:12:18 +0000 (06:12 +0200)]
🌐 Add Polish translation for `docs/pl/docs/tutorial/index.md` (#4516)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Tue, 10 May 2022 04:08:22 +0000 (04:08 +0000)]
📝 Update release notes
Mohammad Raisul ISlam [Tue, 10 May 2022 04:07:45 +0000 (10:07 +0600)]
✏ Fix typo in deployment (#4629)
Co-authored-by: raisul1234 <raisul.islam@myalice.ai>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Tue, 10 May 2022 04:06:19 +0000 (04:06 +0000)]
📝 Update release notes
github-actions [Tue, 10 May 2022 04:05:48 +0000 (04:05 +0000)]
📝 Update release notes
Mateus José [Tue, 10 May 2022 04:05:45 +0000 (01:05 -0300)]
🌐 Add Portuguese translation for `docs/pt/docs/help-fastapi.md` (#4583)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Felix Schürmeyer [Tue, 10 May 2022 04:05:10 +0000 (06:05 +0200)]
📝 Add link to german article: REST-API Programmieren mittels Python und dem FastAPI Modul (#4624)
A beginner article in German to get started with the FastAPI with a small Todo API as an example.
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Tue, 10 May 2022 04:03:35 +0000 (04:03 +0000)]
📝 Update release notes
Sebastián Ramírez [Tue, 10 May 2022 04:02:55 +0000 (23:02 -0500)]
🔧 Add notifications in issue for Uzbek translations (#4884)
github-actions [Tue, 10 May 2022 03:35:53 +0000 (03:35 +0000)]
📝 Update release notes
Kiko Ilievski [Tue, 10 May 2022 03:35:21 +0000 (15:35 +1200)]
✏ Fix small typo in `docs/en/docs/tutorial/security/first-steps.md` (#4515)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Tue, 10 May 2022 03:34:23 +0000 (03:34 +0000)]
📝 Update release notes
Mukul Mantosh [Tue, 10 May 2022 03:33:51 +0000 (09:03 +0530)]
📝 Add external link: PyCharm Guide to FastAPI (#4512)
Co-authored-by: Mukul Mantosh <Mukul.Mantosh@in.bosch.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Tue, 10 May 2022 03:32:54 +0000 (03:32 +0000)]
📝 Update release notes
Yashasvi Singh [Tue, 10 May 2022 03:32:21 +0000 (09:02 +0530)]
📝 Add external link to article: Building an API with FastAPI and Supabase and Deploying on Deta (#4440)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Tue, 10 May 2022 03:23:03 +0000 (03:23 +0000)]
📝 Update release notes
Marcelo Trylesinski [Tue, 10 May 2022 03:22:26 +0000 (05:22 +0200)]
⬆ Upgrade Starlette from 0.19.0 to 0.19.1 (#4819)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Tue, 10 May 2022 01:40:03 +0000 (20:40 -0500)]
🔖 Release version 0.77.0
Sebastián Ramírez [Tue, 10 May 2022 01:39:10 +0000 (20:39 -0500)]
📝 Update release notes
github-actions [Tue, 10 May 2022 01:33:38 +0000 (01:33 +0000)]
📝 Update release notes
github-actions [Tue, 10 May 2022 01:33:06 +0000 (01:33 +0000)]
📝 Update release notes
silvanmelchior [Tue, 10 May 2022 01:33:05 +0000 (03:33 +0200)]
📝 Add external link to article: Seamless FastAPI Configuration with ConfZ (#4414)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Kaustubh Gupta [Tue, 10 May 2022 01:32:32 +0000 (07:02 +0530)]
📝 Add external link to article: 5 Advanced Features of FastAPI You Should Try (#4436)
github-actions [Tue, 10 May 2022 01:31:28 +0000 (01:31 +0000)]
📝 Update release notes
Rob Gilton [Tue, 10 May 2022 01:30:38 +0000 (02:30 +0100)]
✏ Reword to improve legibility of docs about `TestClient` (#4389)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Tue, 10 May 2022 01:26:01 +0000 (01:26 +0000)]
📝 Update release notes
Yue Chen [Tue, 10 May 2022 01:25:28 +0000 (09:25 +0800)]
🌐 Update source example highlights for `docs/zh/docs/tutorial/query-params-str-validations.md` (#4237)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Tue, 10 May 2022 01:22:07 +0000 (01:22 +0000)]
📝 Update release notes
Ben Gamble [Tue, 10 May 2022 01:21:29 +0000 (21:21 -0400)]
📝 Add external link to blog post about Kafka, FastAPI, and Ably (#4044)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Tue, 10 May 2022 01:08:12 +0000 (01:08 +0000)]
📝 Update release notes
alm [Tue, 10 May 2022 01:07:37 +0000 (04:07 +0300)]
🌐 Remove translation docs references to aiofiles as it's no longer needed since AnyIO (#3594)
Co-authored-by: AlonMenczer <alonm@spotnix.io>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Tue, 10 May 2022 00:39:57 +0000 (00:39 +0000)]
📝 Update release notes
Patryk Cisek [Tue, 10 May 2022 00:39:23 +0000 (17:39 -0700)]
✏ Fix typo in `docs/en/docs/async.md` (#4726)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Tue, 10 May 2022 00:36:22 +0000 (00:36 +0000)]
📝 Update release notes
Cleo Menezes Jr [Tue, 10 May 2022 00:35:48 +0000 (20:35 -0400)]
✏ 🌐 Fix typo in Portuguese translation for `docs/pt/docs/tutorial/path-params.md` (#4722)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Tue, 10 May 2022 00:27:42 +0000 (00:27 +0000)]
📝 Update release notes
wakabame [Tue, 10 May 2022 00:27:05 +0000 (09:27 +0900)]
🌐 Fix live docs server for translations for some languages (#4729)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Tue, 10 May 2022 00:10:27 +0000 (00:10 +0000)]
📝 Update release notes
Lucas Mendes [Tue, 10 May 2022 00:09:54 +0000 (21:09 -0300)]
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/cookie-params.md` (#4112)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Mon, 9 May 2022 23:55:47 +0000 (23:55 +0000)]
📝 Update release notes
github-actions [Mon, 9 May 2022 23:55:28 +0000 (23:55 +0000)]
📝 Update release notes
Sam Courtemanche [Mon, 9 May 2022 23:55:11 +0000 (01:55 +0200)]
🌐 Fix French translation for `docs/tutorial/body.md` (#4332)
William Poetra Yoga [Mon, 9 May 2022 23:54:51 +0000 (06:54 +0700)]
✏ Fix typo in `docs/en/docs/tutorial/sql-databases.md` (#4875)
github-actions [Mon, 9 May 2022 23:54:33 +0000 (23:54 +0000)]
📝 Update release notes
Sho Nakamura [Mon, 9 May 2022 23:54:00 +0000 (08:54 +0900)]
🌐 Add Japanese translation for `docs/ja/docs/advanced/conditional-openapi.md` (#2631)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Mon, 9 May 2022 23:48:40 +0000 (23:48 +0000)]
📝 Update release notes
a-takahashi223 [Mon, 9 May 2022 23:48:07 +0000 (08:48 +0900)]
🌐 Fix Japanese translation of `docs/ja/docs/tutorial/body.md` (#3062)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Mon, 9 May 2022 23:45:05 +0000 (23:45 +0000)]
📝 Update release notes
Izabela Guerreiro [Mon, 9 May 2022 23:44:32 +0000 (20:44 -0300)]
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/background-tasks.md` (#2170)
Co-authored-by: Lorhan Sohaky <16273730+LorhanSohaky@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Mon, 9 May 2022 18:35:27 +0000 (18:35 +0000)]
📝 Update release notes
Lucas [Mon, 9 May 2022 18:34:42 +0000 (15:34 -0300)]
🌐 Add Portuguese translation for `docs/deployment/deta.md` (#4442)
Co-authored-by: Lorhan Sohaky <contato+gi74@lorhan.me>
Co-authored-by: Izabela Guerreiro <izaguerreiro@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>