Sebastián Ramírez
6de9f5890d
➖ Remove Typer as a docs building dependency (covered by typer-cli) to fix pip resolver conflicts ( #2539 )
2020-12-19 19:06:19 +01:00
github-actions
a16ecf2f91
📝 Update release notes
2020-12-19 14:06:30 +00:00
vjanz
7a2c5526d4
🌐 Start translation of the documentation for the Albanian language ( #2516 )
2020-12-19 15:05:49 +01:00
github-actions
d6b5bc9401
📝 Update release notes
2020-12-13 15:34:30 +00:00
Sebastián Ramírez
e6f8aa8756
✨ Add newsletter: FastAPI and friends ( #2509 )
...
* ✨ Add newsletter: FastAPI and friends
* 🔧 Update MkDocs config for announcement
* 🔧 Update generation script to include overrides for announcements
2020-12-13 16:33:46 +01:00
github-actions
f0a14a9ab6
📝 Update release notes
2020-12-12 21:28:29 +00:00
Sebastián Ramírez
c3dbf4ef7c
✨ Add new Gold Sponsor: InvestSuite 🎉 ( #2508 )
2020-12-12 22:27:46 +01:00
github-actions
52dd5924d7
📝 Update release notes
2020-12-06 08:36:00 +00:00
Sebastián Ramírez
a960c42178
🔧 Add issue template configs ( #2476 )
...
🔧 Add issue template configs
2020-12-06 09:35:21 +01:00
github-actions
436b023fe4
📝 Update release notes
2020-12-03 17:38:21 +00:00
Xie Wei
f1759297c7
🌐 Add Chinese translation for Tutorial - Extra Models ( #2416 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-12-03 18:36:46 +01:00
github-actions
f1ca8da6e1
📝 Update release notes
2020-12-03 17:28:44 +00:00
Xie Wei
478f157013
🌐 Add Chinese translation for Tutorial - Response Model ( #2414 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-12-03 18:27:58 +01:00
github-actions
5c8b41abf2
📝 Update release notes
2020-12-03 17:08:59 +00:00
maoyibo
4236c99b7f
🌐 Add Chinese translation for Tutorial - Schema Extra Example ( #2411 )
2020-12-03 18:08:11 +01:00
github-actions
1a816fd6a0
📝 Update release notes
2020-12-03 17:06:04 +00:00
hard_coder
02b7d988ae
🌐 Add Korean translation for Index ( #2192 )
2020-12-03 18:05:19 +01:00
github-actions
1b70a1cbf6
📝 Update release notes
2020-12-03 17:01:38 +00:00
atsumi
259c55f7cd
🌐 Add Japanese translation for Advanced User Guide - Additional Status Codes ( #2145 )
...
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: T. Tokusumi <41147016+tokusumi@users.noreply.github.com>
2020-12-03 18:00:54 +01:00
github-actions
6a05f1774e
📝 Update release notes
2020-12-03 16:58:32 +00:00
Sebastián Ramírez
6189aacd0f
📝 Update title for Deta tutorial ( #2466 )
2020-12-03 17:57:50 +01:00
github-actions
9e6b069c09
📝 Update release notes
2020-12-02 07:00:39 +00:00
github-actions[bot]
6ffc8a547f
👥 Update FastAPI People ( #2454 )
...
Co-authored-by: github-actions <github-actions@github.com>
2020-12-01 19:12:45 +01:00
Sebastián Ramírez
51e920e2fc
🔖 Release version 0.62.0
2020-11-29 19:36:38 +01:00
Sebastián Ramírez
c27b9dcf9d
📝 Update release notes, add breaking changes details
2020-11-29 19:35:10 +01:00
Sebastián Ramírez
c7e137c6e0
📝 Update release notes
2020-11-29 19:17:35 +01:00
github-actions
7e4d7fe895
📝 Update release notes
2020-11-29 18:04:51 +00:00
Sebastián Ramírez
2c57ea57bf
🔧 Update TestDriven link to course in sponsors ( #2435 )
2020-11-29 19:04:27 +01:00
Sebastián Ramírez
be7d15ce3a
📝 Update release notes
2020-11-29 18:55:48 +01:00
github-actions
afc2bb0801
📝 Update release notes
2020-11-29 17:32:46 +00:00
Sebastián Ramírez
313bbe802f
✨ Add support for shared/top-level parameters (dependencies, tags, etc) ( #2434 )
...
* ✨ Add Default and DefaultPlaceholder data structures
to handle defaults and overrides
* ✨ Add utils to get values by priority handling DefaultPlaceholders
* ✨ Add support for top-level parameters in FastAPI, APIRouter, include_router
including: prefix, tags, dependencies, deprecated, include_in_schema, responses, default_response_class, callbacks
* ♻️ Update openapi utils to handle DefaultPlaceholder for response_class
* 📝 Update bigger-application example code to use top-level params
and showcase them in APIRouter, FastAPI, include_router
* 📝 Update docs for Bigger Applications, include diagrams, top-level params
* 🔥 Simplify code and docs for callbacks as default_response_class is no longer required
* 📝 Add docs for top-level dependencies, in FastAPI()
* 📝 Add docs reference to top-level dependencies in docs for decorator
* ✅ Update/increase tests for Bigger Applications including shared parameters
* ✅ Add tests for top-level dependencies in FastAPI()
* ✅ Add tests for internal DefaultPlaceholder
* ✅ Update/increase tests for callbacks with top-level parameters
* ✅ Add LOTS of tests covering branches and cases for shared parameters
in top-level FastAPI, path operations, include_router, APIRouter, its path operations, nested include_router, nested APIRouter, and its path operations
* 🎨 Format/reorder parameters for consistency in FastAPI, APIRouter, include_router
2020-11-29 18:32:18 +01:00
github-actions
d550738fa2
📝 Update release notes
2020-11-25 17:48:13 +00:00
atsumi
cc99e23e82
🌐 Add Japanese translation for Advanced - Custom Response ( #2193 )
...
Co-authored-by: T. Tokusumi <41147016+tokusumi@users.noreply.github.com>
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-11-25 18:47:45 +01:00
github-actions
dbdcf86a11
📝 Update release notes
2020-11-25 17:46:45 +00:00
Spaceack
2434980968
🌐 Add Chinese translation for Benchmarks ( #2119 )
2020-11-25 18:35:39 +01:00
github-actions
ee27f7790f
📝 Update release notes
2020-11-25 17:35:19 +00:00
Xie Wei
d2cc2627ba
🌐 Add Chinese translation for Tutorial - Body - Nested Models ( #1609 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-11-25 18:34:50 +01:00
github-actions
f6a285c13c
📝 Update release notes
2020-11-25 17:28:00 +00:00
Ikkyu
8af0b136b1
🌐 Add Chinese translation for Advanced - Custom Response ( #1459 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-11-25 18:27:34 +01:00
github-actions
159a61d2b0
📝 Update release notes
2020-11-25 17:23:01 +00:00
Ikkyu
94fe5495fa
🌐 Add Chinese translation for Advanced - Return a Response Directly ( #1452 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-11-25 18:22:34 +01:00
github-actions
8cc3ac1329
📝 Update release notes
2020-11-25 17:16:53 +00:00
Ikkyu
6b49f67d11
🌐 Add Chinese translation for Advanced - Additional Status Codes ( #1451 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-11-25 18:16:20 +01:00
github-actions
9972b76efa
📝 Update release notes
2020-11-25 17:12:26 +00:00
Ikkyu
410da16a14
🌐 Add Chinese translation for Advanced - Path Operation Advanced Configuration ( #1447 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-11-25 18:11:59 +01:00
github-actions
8997f96540
📝 Update release notes
2020-11-25 17:07:41 +00:00
Ikkyu
b8331b13d7
🌐 Add Chinese translation for Advanced User Guide - Intro ( #1445 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-11-25 18:07:17 +01:00
github-actions
7a3c244c07
📝 Update release notes
2020-11-25 16:40:33 +00:00
Sebastián Ramírez
7a692d2c7b
🍱 Update sponsor logos ( #2418 )
2020-11-25 17:40:07 +01:00
github-actions
b53c443a06
📝 Update release notes
2020-11-10 19:52:19 +00:00