Sebastián Ramírez
bf229ad5d8
🔖 Release 0.34.0 upgrading Starlette
6 years ago
Sebastián Ramírez
d0319001be
📝 Update Release Notes
6 years ago
Sebastián Ramírez
6ca3ce80e4
📝 Update release notes
6 years ago
Sebastián Ramírez
6bf3ab3b7a
🔖 Release 0.33.0, including Pydantic 0.30.0
6 years ago
Sebastián Ramírez
f5ea5eef2a
📝 Update release notes
6 years ago
Sebastián Ramírez
e620aeb46d
🔖 Release 0.32.0, as PR ##347 might be a breaking change
in some specific cases
6 years ago
Sebastián Ramírez
d1e2e46b80
🔖 Release 0.31.1
6 years ago
Sebastián Ramírez
b1c4a8acd5
📝 Update release notes
6 years ago
Martino Mensio
362e2cdc79
📝 Fix small typo in docs for features ( #380 )
6 years ago
Sebastián Ramírez
93e6a08acd
📝 Update release notes
6 years ago
Ben Williams
3ec4342282
📝 Change limit default parameter to 10 in Query docs ( #366 )
Rest of docs reference 10 as the default.
6 years ago
Sebastián Ramírez
dc483478eb
📝 Update release notes
6 years ago
Chris Withers
bdd251a05b
📝 Tweak wording on OAuth2 scopes ( #371 )
6 years ago
Sebastián Ramírez
195559ccba
📝 Update release notes
6 years ago
Sebastián Ramírez
9a71672a95
📝 Update enum examples to use str, and improve Swagger UI in examples ( #351 )
6 years ago
Sebastián Ramírez
7e48be1561
📝 Update release notes
6 years ago
Sebastián Ramírez
afbdf2546f
📝 Update release notes
6 years ago
Sebastián Ramírez
09d2747a70
📝 Update release notes
6 years ago
Sebastián Ramírez
d3ea6f7514
📝 Add note to docs about including same router multiple times ( #348 )
6 years ago
Sebastián Ramírez
02187636ea
📝 Update release notes
6 years ago
Sebastián Ramírez
b30cca8e9e
🔖 Release 0.31.0, upgrading Pydantic to 0.29
6 years ago
Sebastián Ramírez
3906777065
📝 Update release notes
6 years ago
Sebastián Ramírez
54368e7b22
🔖 Release 0.30.1
6 years ago
Sebastián Ramírez
acc556e416
📝 Update release notes
6 years ago
Sebastián Ramírez
700585f99d
📝 Add section about external links to docs ( #341 )
6 years ago
Sebastián Ramírez
4c2993f353
📝 Update release notes
6 years ago
Sebastián Ramírez
8d86fca027
📝 Update release notes
6 years ago
Sebastián Ramírez
fc0716a7dd
📝 Update Docs: Help FastAPI ( #339 )
6 years ago
Sebastián Ramírez
1e593dc4d4
📝 Update release notes
6 years ago
Sebastián Ramírez
06eb775c63
📝 Update release notes
6 years ago
Camila Gutierrez
ab77c069d4
📝 Update, simplify, and clarify the SQL tutorial ( #331 )
6 years ago
Sebastián Ramírez
46fffc0e94
📝 Update release notes
6 years ago
cyril
1c2cdb97e9
📝 Add online SQLite browsers to docs ( #330 )
6 years ago
Sebastián Ramírez
76b6fd5c18
🔖 Release 0.30.0
6 years ago
Sebastián Ramírez
a2fb716035
📝 Update release notes
6 years ago
Sebastián Ramírez
aa84ac8e3e
✨ Implement support for Pydantic's ORM mode ( #322 )
* ✨ Implement support for Pydantic's ORM mode
* 🏗️ Re-structure/augment SQL tutorial source using ORM mode
* 📝 Update SQL docs with SQLAlchemy, ORM mode, relationships
* 🔥 Remove unused util in tutorial
* 📝 Add tutorials for simple dict bodies and responses
* 🔥 Remove old SQL tutorial
* ✅ Add/update tests for SQL tutorial
* ✅ Add tests for simple dicts (body and response)
* 🐛 Fix cloning field from original field
6 years ago
Sebastián Ramírez
4ed2bd1fea
📝 Update release notes
6 years ago
Sebastián Ramírez
06d0918c3d
📝 Update release notes
6 years ago
Sebastián Ramírez
bdd794a0e6
📝 Update release notes
6 years ago
Sebastián Ramírez
c26f1760d4
🔖 Release 0.29.1
6 years ago
Sebastián Ramírez
e5fa4b0af6
📝 Update release notes
6 years ago
dmontagu
120ab08360
📝 Update response-directly.md, fix link ( #306 )
6 years ago
Andrew Widdersheim
3f5521fdfb
📝 Fix default response model docs ( #288 )
Fix a discrepancy in the `tax` parameters default value between the docs
and the code example.
6 years ago
Sebastián Ramírez
7244e4b612
🔖 Release version 0.29.0
6 years ago
Sebastián Ramírez
d329745064
📝 Update release notes
6 years ago
Sebastián Ramírez
5f7fe926ab
✨ Add support for Response parameters to set headers, cookies, and status codes ( #294 )
* ✨ Add support for declaring a Response parameter to set headers and cookies
* ✅ Add source for docs and tests
* 📝 Add docs for setting headers, cookies and status code
* 📝 Add attribution to Hug for inspiring response parameters
6 years ago
Sebastián Ramírez
c8eea09664
📝 Update release notes
6 years ago
Sebastián Ramírez
5700d65188
🔖 Release 0.28.0
6 years ago
Sebastián Ramírez
46178a5347
📝 Update release notes
6 years ago
Sebastián Ramírez
bff5dbbf5d
✨ Implement dependency value cache per request ( #292 )
* ✨ Add dependency cache, with support for disabling it
* ✅ Add tests for dependency cache
* 📝 Add docs about dependency value caching
6 years ago