Sebastián Ramírez
14b467db06
📝 Update release notes
2020-04-02 07:03:00 +02:00
Camila Gutierrez
3a0c22ce7d
🌐 Translate index to Spanish ( #1201 )
2020-04-02 07:00:50 +02:00
Sebastián Ramírez
3b7e4e0544
📝 Update release notes
2020-04-02 06:59:19 +02:00
alexmitelman
d4d5b21b2e
📝 Add documentation about settings and env vars ( #1118 )
...
* Add doc and example for env var config
* Syntax highlight for .env file
* Add test for configuration docs
* 📝 Update settings docs, add more examples
* ✅ Add tests for settings
* 🚚 Rename "Application Configuration" to "Metadata and Docs URLs"
to disambiguate between that and settings
* 🔥 Remove replaced example file
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-04-02 06:55:20 +02:00
Sebastián Ramírez
6e1cd45a46
🔖 Release version 0.53.2
2020-03-30 21:49:50 +02:00
Sebastián Ramírez
b86d130eb6
📝 Update release notes
2020-03-30 21:47:11 +02:00
Toan Vuong
90afc72e64
🐛 Fix automatic embedding with dependencies and sub-dependencies ( #1079 )
...
* Handle automatic embedding with Depends
* 🐛 Fix body embeds for sub-dependencies and simplify implementation
* ✅ Add/update tests for body embeds in dependencies
* 👷 Trigger Travis
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-03-30 21:44:43 +02:00
Sebastián Ramírez
042c697b6b
📝 Update release notes
2020-03-30 20:49:24 +02:00
amitlissack
02441ff031
🐛 Fix dependency overrides in WebSockets ( #1122 )
...
* add tests to test_ws_router to test dependencies and dependency overrides.
* supply dependency_overrides_provider to APIWebSocketRoute upon creation
2020-03-30 20:45:05 +02:00
Sebastián Ramírez
210af1fd3d
📝 Update release notes
2020-03-30 20:42:46 +02:00
Sebastián Ramírez
06eaa32bf0
🔧 Update docs script to make sure languages are always sorted ( #1189 )
2020-03-30 20:41:50 +02:00
Sebastián Ramírez
4f88a5fddb
📝 Update release notes
2020-03-30 20:26:07 +02:00
Ikkyu
eb6be1d725
💬 Add new language of docs: zh ( #1187 )
2020-03-30 20:14:58 +02:00
Sebastián Ramírez
1d99681fd4
📝 Update release notes
2020-03-30 12:01:30 +02:00
Sebastián Ramírez
618be44023
🔧 Add .env to git, to simplify VS Code development
2020-03-30 12:00:55 +02:00
Sebastián Ramírez
544afaff97
📝 Add docs for adding example to schema ( #1185 )
2020-03-30 11:58:48 +02:00
Sebastián Ramírez
e6b3b994be
🔖 Release version 0.53.1
2020-03-29 22:08:54 +02:00
Sebastián Ramírez
67f148ff83
📝 Update release notes
2020-03-29 22:06:02 +02:00
Sebastián Ramírez
6c34600599
🐛 Fix include docs example file ( #1182 )
2020-03-29 22:05:24 +02:00
John Paton
016a4b7491
📝 Add documentation of example kwarg of Field ( #1106 )
...
* Add documentation of example kwarg of Field
* 📝 Update info about schema examples
* 🚚 Move example file to new directory
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-03-29 21:43:31 +02:00
Sebastián Ramírez
be21b74ad5
📝 Update release notes
2020-03-29 19:28:53 +02:00
voegtlel
0f152b4e97
🐛 Check already cloned fields in create_cloned_field to support recursive models ( #1164 )
...
* FIX : #894
Include recursion check for create_cloned_field.
Added test for recursive model.
* ♻️ Refactor and format create_cloned_field()
Co-authored-by: Lukas Voegtle <lukas.voegtle@sick.de>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-03-29 19:26:29 +02:00
Sebastián Ramírez
0d165d1efa
📝 Update release notes
2020-03-29 18:52:33 +02:00
YangQuan
9d54215a3a
📝 Add example of Pycharm in tutorial/debugging.md ( #1096 )
...
* add example of pycharm in tutorial/debugging.md
* 📝 Update PyCharm debug instructions and screenshot
* 🚚 Move image to new location in docs
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-03-29 18:50:29 +02:00
Sebastián Ramírez
8ab916baed
📝 Update release notes
2020-03-29 17:53:49 +02:00
Paul-Louis NECH
c83c50b27d
✏️ Fix typo ( #1148 )
2020-03-29 17:51:58 +02:00
Sebastián Ramírez
c2ad214a84
📝 Update release notes
2020-03-29 17:05:03 +02:00
Sebastián Ramírez
459f0e11e5
🏁 Update Windows development environment and tests ( #1179 )
...
* 🏁 Fix ./scripts/docs.py encoding for Windows
* 🔥 Remove ujson from tests as it prevents Windows development
It's still tested by Starlette anyway
* 📝 Update development instructions for Windows
* 🎨 Update format for WSGIMiddleware example
* ✅ Update tests to run on Windows
2020-03-29 17:04:04 +02:00
Sebastián Ramírez
56e43ba204
🔖 Release version 0.53.0
2020-03-27 17:56:41 +01:00
Sebastián Ramírez
10485cad5a
📝 Update release notes
2020-03-27 17:52:33 +01:00
Sebastián Ramírez
53a7798e58
🎨 Update badge for coverage ( #1175 )
...
from shields.io, as Codecov's one shows coverage for the last PR from a fork at master
2020-03-27 17:51:58 +01:00
Sebastián Ramírez
372ed58677
📝 Update release notes
2020-03-27 17:33:51 +01:00
Michael Oliver
3f8bfd62b7
➕ Add orjson to pip install fastapi[all] ( #1161 )
2020-03-27 17:32:35 +01:00
Sebastián Ramírez
02a6fcad98
📝 Update release notes
2020-03-27 17:29:11 +01:00
Ari Bajo
651ced68bf
🐛 Fix GZipMiddleware code block linking to TrustedHostMiddleware in docs ( #1138 )
2020-03-27 17:27:57 +01:00
Sebastián Ramírez
670b64360d
📝 Update release notes
2020-03-27 17:20:01 +01:00
adg-mh
1f53fef70a
✏️ Update doc string with correct class name ( #1126 )
2020-03-27 17:18:23 +01:00
Sebastián Ramírez
d1f067dc5b
📝 Update release notes
2020-03-27 17:16:45 +01:00
Tomoya Yoshioka
15241b53a8
📝 Clarify function name in example ( #1121 )
2020-03-27 17:15:26 +01:00
Sebastián Ramírez
38fd8a674b
📝 Update release notes
2020-03-27 17:04:25 +01:00
Ben
bd37d8d04f
📝 Add new external link ( #1112 )
...
* Added new external link
I added an article in which I briefly explain how to build an Apache Kafka producer / consumer with FastAPI and aiokafka.
* 📝 Update format
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-03-27 17:02:18 +01:00
Sebastián Ramírez
bc99ad0ad1
📝 Update release notes
2020-03-27 16:21:28 +01:00
juhovh-aiven
aea04ee32e
🐛 Fix exclude_unset and aliases in response model validation ( #1074 )
...
* Fix exclude_unset and aliases in response model validation.
* ✨ Use by_alias from param 🤷
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-03-27 16:19:17 +01:00
Sebastián Ramírez
869c7389e2
📝 Update release notes
2020-03-27 15:34:16 +01:00
Aakash Nand
2738df3801
✨ Add Gitter chat to docs ( #1061 )
...
* implemented chat feature using sidecar from starlette docs
* 🔥 Use external Gitter sidecar JS
* ✨ Re-implement Gitter chat after multi-lang
* 🔥 Remove moved file
Co-authored-by: Aakash Nand <aakashnand@nttv6.jp>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-03-27 15:32:15 +01:00
Sebastián Ramírez
433d7862ea
📝 Update release notes
2020-03-27 10:21:40 +01:00
Sebastián Ramírez
7625e1e386
📝 Update and simplify translations docs ( #1171 )
2020-03-27 10:20:39 +01:00
Sebastián Ramírez
53e773a2e1
📝 Update release notes
2020-03-26 22:24:36 +01:00
Camila Gutierrez
c13b54ad0e
🏁 Change docs address to localhost for Windows ( #1169 )
2020-03-26 22:22:34 +01:00
Sebastián Ramírez
71c2abb41d
📝 Update release notes
2020-03-26 20:13:03 +01:00