Sebastián Ramírez
f216d340ec
✨ Add automatic header handling for HTTP Basic Auth ( #175 )
* ✨ Add automatic header handling for HTTP Basic Auth
* 🎨 Remove obsolete comment
6 years ago
Sebastián Ramírez
aa7b4bd101
🔖 0.17.0
6 years ago
Sebastián Ramírez
9e748dbca4
✨ By default, encode by alias ( #168 )
6 years ago
Sebastián Ramírez
cefe6cf92c
🔖 Release version 0.16.0
6 years ago
Sebastián Ramírez
546d233dec
♻️ Update Pydantic usage, types, values, minor structure changes ( #164 )
6 years ago
Sebastián Ramírez
61dd36a945
✨ Upgrade docstring Markdown parsing ( #163 )
* ✨ Upgrade docstring Markdown parsing
* 📝 Update release notes
6 years ago
Sebastián Ramírez
4c3cf31730
🔖 Release 0.15.0, multi-file uploads
6 years ago
Sebastián Ramírez
aad6b123f7
✨ Add support for multi-file uploads ( #158 )
6 years ago
Sebastián Ramírez
08484603ee
🔖 Release 0.14.0
6 years ago
Sebastián Ramírez
88ece95a30
🎨 Improve automatic naming of path operations in API docs ( #155 )
* 🎨 Improve operation summary naming
* 📝 Update names in README
* 🚚 Improve names of security tutorial
6 years ago
William Hayes
500f2b2ad4
✨ Add deeplinking to Swagger UI ( #148 )
Update the Swagger UI docs to deep link to path operations to share them more easily.
6 years ago
Sebastián Ramírez
1b8bbd51d8
🔖 Release 0.13.0
6 years ago
Sebastián Ramírez
7391056daf
✨ Add OAuth2 scopes with SecurityScopes, upgrade Security ( #141 )
* ✨ Upgrade OAuth2 Security with scopes handling
* 📝 Update Security tutorial with OAuth2 and JWT
* ✨ Add tutorial code for OAuth2 with scopes (and JWT)
* ✅ Add tests for tutorial/OAuth2 with scopes
* 🐛 Fix security_scopes type declaration
* ✨ Add docs and tests for SecurityScopes
6 years ago
Sebastián Ramírez
6a274d18b4
🔖 Release 0.12.1, fix responses in include_router
6 years ago
Sebastián Ramírez
c8df3ae57c
🐛 Fix handling additional responses in include_router ( #140 )
6 years ago
Sebastián Ramírez
e68a68c97c
🔖 Release 0.12.0, add additional responses
6 years ago
Sebastián Ramírez
2bd775988f
✨ Add/refactor addditional responses, tests, docs
6 years ago
Sebastián Ramírez
c59ddc8a24
🔖 Release 0.11.0
6 years ago
Sebastián Ramírez
fad3a9e1dc
✨ Add auto_error to security utils ( #134 )
to allow them to be optional, also allowing the declaration of multiple security schemes
6 years ago
Sebastián Ramírez
deff2b6678
🔖 Release 0.10.3
6 years ago
yihuang
f806ba642a
🔥 Remove repeated param declaration ( #123 )
6 years ago
Sebastián Ramírez
825f397918
🔖 Release 0.10.2
6 years ago
Sebastián Ramírez
b7d184363f
🐛 Fix JSON Schema of additional properties ( #121 )
#87
6 years ago
Sebastián Ramírez
b0f7961b65
🔖 Release 0.10.1: support for encode/databases
6 years ago
Sebastián Ramírez
5a6e47bd49
🔖 Release 0.10.0: BackgroundTasks and websockets fix
6 years ago
Sebastián Ramírez
9b04593260
✨ Add support for BackgroundTasks parameters ( #103 )
* ✨ Add support for BackgroundTasks parameters
* 🐛 Fix type declaration in dependencies
* 🐛 Fix coverage of util in tests
6 years ago
euri10
6d77e2ac5f
✨ Add websocket to APIRouter ( #100 )
* Add websocket to APIRouter
* Restore upstream/master Pipfile.lock (git checkout upstream/master -- Pipfile.lock)
* Added tests for router with a prefix
6 years ago
Mohammed
eda9b28338
files formatting
6 years ago
Mohammed
7514ac6fb0
100% test coverage
6 years ago
Mohammed
65568065e0
Remove extra code.
6 years ago
Mohammed
95679ca5e6
Fix: adding additional_responses on `.include_router()`
6 years ago
Mohammed
84a300ef84
Formatting according to guide
6 years ago
Mohammed
c6d28c8209
Accept Multiple Additional Responses
6 years ago
Mohammed
aa0bca7bb2
Additional Responses implementation
6 years ago
Sebastián Ramírez
9778542ba6
🔖 Release 0.9.1, multi value/duplicate query/header
6 years ago
Sebastián Ramírez
4f852878d6
🔖 Release 0.9.0, compatible with latest Pydantic
6 years ago
Sebastián Ramírez
108c2f3c0e
⬆️ Update Pydantic to 0.21.0 ( #90 )
* ⬆️ Upgrade Pydantic and others (isort), update docs after changes by isort
* 🎨 Format with newest isort, update type hints in jsonable_encoder
* 🔧 Update test script, to avoid Pydantic type errors
* ⬆️ Update pyproject.toml with latest Pydantic
6 years ago
Sebastián Ramírez
a174f01901
🔖 Release version 0.8.0
6 years ago
euri10
11c755bee3
✨ Add tags parameter to app.include_router ( #55 )
6 years ago
Sebastián Ramírez
1112ac7538
⬆️ Update imports and scripts for new isort versions ( #75 )
6 years ago
Sebastián Ramírez
ac2b18bf40
🔖 Release 0.7.1, Raspberry Pi deployment and docs
6 years ago
Sebastián Ramírez
c14ec50f73
🔖 Release 0.7.0, with support for UploadFile
6 years ago
Sebastián Ramírez
0b9fe62a10
Add support for UploadFile class annotations ( #63 )
* ✨ Add support for UploadFile annotations
* 📝 Update File upload docs with FileUpload class
* ✅ Add tests for UploadFile support
* 📝 Update UploadFile docs
6 years ago
Sebastián Ramírez
1f03e85f06
🔖 Release 0.6.4
6 years ago
Sebastián Ramírez
daaf654868
🔖 Release 0.6.3: favicons in docs
6 years ago
Sebastián Ramírez
8e1ecaf221
💄 Add FastAPI favicons to docs ( #53 )
6 years ago
Sebastián Ramírez
9940c1511e
🔖 Release 0.6.2, SQL tutorial improvements and project generator
6 years ago
Sebastián Ramírez
4473e6a096
🔖 Release 0.6.1: GraphQL
6 years ago
Sebastián Ramírez
0ed55eb7d3
🔖 Release 0.6.0, upgrade Starlette, improve SQLAlchemy compatibility
6 years ago
Sebastián Ramírez
ba10838c30
⬆️ Upgrade Starlette and fix compatibility ( #44 )
6 years ago