Sebastián Ramírez
90a5796b94
🔖 Release 0.43.0
5 years ago
Sebastián Ramírez
bb8a630fc3
📝 Update release notes
5 years ago
Nicolas Delaby
f5a503afae
📝 Replace guys by developers when a group of people is targeted ( #645 )
Just to make sure we include everyone, disregarding their gender.
5 years ago
Sebastián Ramírez
49fba853c2
📝 Update release notes
5 years ago
Steven Kalt
bac2f587b7
📝 Document overriding operationId for all path operations using their function names ( #642 )
5 years ago
Sebastián Ramírez
e1fd6785aa
📝 Update release notes
5 years ago
James Addison
4e50f53459
🐛 Fixing validator-caused incorrect output key order ( #637 )
5 years ago
Sebastián Ramírez
933d4327fb
📝 Update release notes
5 years ago
Daniel Brotsky
c7902dd23a
✨ Generate correct OpenAPI docs for responses with no content ( #621 )
5 years ago
Sebastián Ramírez
c5f5e63810
📝 Update release notes
5 years ago
Nico Stapelbroek
c3cc077fa9
📝 Remove $ sign from bash codeblocs in markdown ( #613 )
5 years ago
Sebastián Ramírez
c6f98c009f
📝 Update release notes
5 years ago
Sebastián Ramírez
e4206772cb
📝 Update release notes
5 years ago
svalouch
723ef07ccf
📝 Add documentation for self-serving static Swagger UI ( #112 ) ( #557 )
5 years ago
François Voron
8609beb9ab
🚨 Fix black linting ( #682 )
5 years ago
Sebastián Ramírez
65536cbf63
🔖 Release version 0.42.0: Answer to the Ultimate Question of Life, the Universe, and Everything
6 years ago
Sebastián Ramírez
0192eab557
📝 Update release notes
6 years ago
Sebastián Ramírez
3f9f4a0f8f
✨ Add dependencies with yield (used as context managers) ( #595 )
* ➕ Add development/testing dependencies for Python 3.6
* ✨ Add concurrency submodule with contextmanager_in_threadpool
* ✨ Add AsyncExitStack to ASGI scope in FastAPI app call
* ✨ Use async stack for contextmanager-able dependencies
including running in threadpool sync dependencies
* ✅ Add tests for contextmanager dependencies
including internal raise checks when exceptions should be handled and when not
* ✅ Add test for fake asynccontextmanager raiser
* 🐛 Fix mypy errors and coverage
* 🔇 Remove development logs and prints
* ✅ Add tests for sub-contextmanagers, background tasks, and sync functions
* 🐛 Fix mypy errors for Python 3.7
* 💬 Fix error texts for clarity
* 📝 Add docs for dependencies with yield
* ✨ Update SQL with SQLAlchemy tutorial to use dependencies with yield
and add an alternative with a middleware (from the old tutorial)
* ✅ Update SQL tests to remove DB file during the same tests
* ✅ Add tests for example with middleware
as a copy from the tests with dependencies with yield, removing the DB in the tests
* ✏️ Fix typos with suggestions from code review
Co-Authored-By: dmontagu <[email protected] >
6 years ago
Sebastián Ramírez
380e3731a8
📝 Update release notes
6 years ago
Samuel Colvin
d6d99b86cb
🐛 Fix sitemap.xml in website, fix #597 ( #598 )
6 years ago
Sebastián Ramírez
5592fa0f6f
🔖 Release version 0.41.0
6 years ago
Sebastián Ramírez
b65be5d496
📝 Update release notes
6 years ago
Sebastián Ramírez
6c7da43e51
⬆️ Upgrade Starlette to 0.12.9 and add State ( #593 )
6 years ago
Sebastián Ramírez
dfec2d7644
📝 Update release notes
6 years ago
dmontagu
8c3ef76139
✨ Add better support for request body access/manipulation with custom classes ( #589 )
6 years ago
Sebastián Ramírez
7a504a721c
📝 Update release notes
6 years ago
dmontagu
dd963511d6
🐛 Fix preserving route_class when calling include_router ( #538 )
6 years ago
Sebastián Ramírez
fdb6d43e10
🔖 Release 0.40.0
6 years ago
Sebastián Ramírez
a7c718e968
📝 Update release notes
6 years ago
sliptonic
f4d753620b
📝 Add notes about installing python-multipart for forms ( #574 )
6 years ago
Sebastián Ramírez
fadfe4c586
📝 Update release notes
6 years ago
dmontagu
5fd83c5fa4
✨ Sort schemas alphabetically ( #554 )
Modify openapi spec generation to include schemas in alphabetical order.
6 years ago
Sebastián Ramírez
14daaf409f
📝 Update release notes
6 years ago
svalouch
c7dc26b760
✨ Allow docstrings to be truncated before being used for OpenAPI ( #556 )
6 years ago
Sebastián Ramírez
f5ccb3c35d
📝 Update release notes
6 years ago
Trim21
4cea311e6e
🐛 Fix doctype in docs ( #537 )
6 years ago
Sebastián Ramírez
f8718072a0
📝 Update release notes
6 years ago
tsouvarev
3dbbecdd16
🐛 Fix setting 4XX overriding default 422 validation errors( #517 )
6 years ago
Sebastián Ramírez
6d5530ec1c
📝 Update release notes
6 years ago
prostomarkeloff
0761f11d1a
✏️ Fix typo in HTTP Basic auth tutorial ( #514 )
6 years ago
Sebastián Ramírez
f2e7ef7056
📝 Update release notes
6 years ago
Fedor Ignatov
d5d9a20937
📝 Fix incorrect example in docs - first steps ( #511 )
6 years ago
Sebastián Ramírez
96f092179f
📝 Update release notes
6 years ago
Zamir Amir
8505b716af
✨ Add support for setting Swagger UI initOAuth configs (clientId, appName) ( #499 )
6 years ago
Sebastián Ramírez
78272ac1f3
🔖 Release 0.39.0
6 years ago
Sebastián Ramírez
f1bee9a271
📝 Update release notes
6 years ago
jonathanunderwood
b20b2218cd
✨ Allow defaults in path parameters (and don't use them) ( #450 ) ( #464 )
This allows using parameters that can have defaults (e.g. `None`) that can be used as query parameters.
But can also be used in routers with that include those parameters as part of the path.
6 years ago
Sebastián Ramírez
b9cf69cd42
📝 Update release notes
6 years ago
toppk
f803c77515
✨ Add support for specifying a default_response_class ( #467 )
6 years ago
Sebastián Ramírez
0c67022048
📝 Update release notes
6 years ago