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
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
Sebastián Ramírez
88b31e6a4d
🔖 Release 0.5.1: docs
6 years ago
Sebastián Ramírez
894e131e03
🔖 Release 0.5.0 with new HTTPException
6 years ago
Sebastián Ramírez
8772e2f2ee
✨ Add HTTPException with custom headers ( #35 )
* 📝 Update Release Notes with issue templates
* ✨ Add HTTPException with support for headers
Including docs and tests
* 📝 Update Security docs to use new HTTPException
6 years ago
Sebastián Ramírez
acbcbba94f
🔖 Release 0.4.0 with openapi_prefix, #26
6 years ago
Kabir Khan
0ea0d0e82a
Add Open API prefix route - correct docs behind reverse proxy ( #26 )
Add Open API prefix route - correct docs behind reverse proxy.
6 years ago
Sebastián Ramírez
7863490c8c
🔖 Release after SQLAlchemy fix: 0.3.0
6 years ago
Sebastián Ramírez
955e9fcb31
Update fix SQLAlchemy support with ORM ( #30 )
✨ SQLAlchemy ORM support
Improved jsonable_encoder with SQLAlchemy support, tests running with SQLite, improved and updated SQL docs
* ➕ Add SQLAlchemy to development dependencies (not required for using FastAPI)
* ➕ Add sqlalchemy to testing dependencies (not required to use FastAPI)
6 years ago
Sebastián Ramírez
9484f939ed
🔖 Bump version, after fix, release
6 years ago
Sebastián Ramírez
9745a5d1ae
🐛 Fix jsonable_encoder for models with Config ( #29 )
but without json_encoders
6 years ago
Sebastián Ramírez
92c825be6a
🔖 Release 0.2.0
6 years ago
euri10
32438c85f6
Using pydantic custom encoders ( #21 )
Add support for Pydantic custom JSON encoders.
6 years ago
Sebastián Ramírez
6d9fc08a7e
🚀 Bump version and add Release Notes
6 years ago
euri10
5c9c088a2a
Upgrade Starlette version ( #17 )
Upgrade Starlette version
6 years ago
Sebastián Ramírez
3d2c0993c1
📌 Pin versions of dependencies and bump version
6 years ago
Sebastián Ramírez
e5b341c7dd
🔖 Bump version after fix for constrained bytes
6 years ago
Sebastián Ramírez
577c5a84db
🐛 Fix constrained bytes, from defaults in Pydantic
#2
6 years ago
Sebastián Ramírez
3c08b05ea6
🔖 Bump version, after query and header as lists
and bug fixes for Python 3.7
6 years ago
Sebastián Ramírez
60599bad99
🐛 Fix Python 3.7 specific list query handling
6 years ago
Sebastián Ramírez
ca0652aebf
🐛 Fix type checks for Python 3.7
6 years ago
Sebastián Ramírez
be957e7c99
✨ Allow lists of query or header params
and add tests for them
6 years ago
Sebastián Ramírez
90af868146
✨ Add security checks for HTTP utils
and tests for them
6 years ago
Sebastián Ramírez
5278314f2f
🔖 Bump version, new security features and bug fixes
6 years ago
Sebastián Ramírez
4a0316bcfe
🎨 Add missing type definition
6 years ago
Sebastián Ramírez
0393a093d3
✨ Improve security utilities and add tests
6 years ago
Sebastián Ramírez
804ec460fc
⬆️ Add tests, fix issues and update Pydantic
6 years ago
Sebastián Ramírez
098e629344
🔖 Bump version, after changes in OAuth2 utils
6 years ago
Sebastián Ramírez
4a0922ebab
♻️ Update OAuth2 class utilities to be dependencies
6 years ago
Sebastián Ramírez
bc3e7f2bbc
🔖 Version bump, fixing several issues, lots of docs and tests
6 years ago
Sebastián Ramírez
cfb65d0e15
🐛 Fix utility OAuth2PasswordRequestForm to use forms
and be used as a dependency
6 years ago
Sebastián Ramírez
510fec9bee
♻️ Refactor jsonable_encoder and test it
with nested arbitrary classes
6 years ago