]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/shortlog
thirdparty/fastapi/fastapi.git
2019-06-27  cyril:memo: Add online SQLite browsers to docs (#330)
2019-06-20  Sebastián Ramírez:bookmark: Release 0.30.0 0.30.0
2019-06-20  Sebastián Ramírez:memo: Update release notes
2019-06-20  Sebastián Ramírez:sparkles: Implement support for Pydantic's ORM mode...
2019-06-18  Sebastián Ramírez:memo: Update release notes
2019-06-18  dmontagu:fire: Remove unused regex in routing.py (#314)
2019-06-18  Sebastián Ramírez:memo: Update release notes
2019-06-18  Eric Du:sparkles: Use default response status reasons in addit...
2019-06-18  Sebastián Ramírez:memo: Update release notes
2019-06-18  James Kaplan:arrow_up: Upgrade Pydantic to 0.28 (#320)
2019-06-13  Sebastián Ramírez:bookmark: Release 0.29.1 0.29.1
2019-06-13  Sebastián Ramírez:memo: Update release notes
2019-06-13  Sebastián Ramírez:wrench: Add format-imports script
2019-06-13  Sebastián Ramírezbug: Fix handling an empty-body request with a required...
2019-06-13  dmontagu:memo: Update response-directly.md, fix link (#306)
2019-06-13  Andrew Widdersheim:memo: Fix default response model docs (#288)
2019-06-06  Sebastián Ramírez:bookmark: Release version 0.29.0 0.29.0
2019-06-06  Sebastián Ramírez:memo: Update release notes
2019-06-06  Sebastián Ramírez:sparkles: Add support for Response parameters to set...
2019-06-05  Sebastián Ramírez:memo: Update release notes 0.28.0
2019-06-05  Sebastián Ramírez:bookmark: Release 0.28.0
2019-06-05  Sebastián Ramírez:memo: Update release notes
2019-06-05  Sebastián Ramírez:sparkles: Implement dependency value cache per request...
2019-06-05  Sebastián Ramírez:sparkles: Implement dependency overrides for testing...
2019-06-03  Sebastián Ramírez:bookmark: Release version 0.27.2 0.27.2
2019-06-03  Sebastián Ramírez:memo: Update relase notes
2019-06-03  Sebastián Ramírez:bug: Fix path and query parameters receiving dict...
2019-06-03  Sebastián Ramírez:bookmark: Release 0.27.1 0.27.1
2019-06-01  Sebastián Ramírez:memo: Update release notes
2019-06-01  Sebastián Ramírez:bug: Fix HTTP Bearer security auto-error (#282)
2019-05-30  Sebastián Ramírez:memo: Update release notes
2019-05-30  Sebastián Ramírez:bug: Fix type declaration of HTTPException (#279)
2019-05-30  Sebastián Ramírez:bookmark: Release version 0.27.0 0.27.0
2019-05-30  Sebastián Ramírez:memo: Update release notes
2019-05-30  dmontagu:bug: Fix docs link in oauth2-scopes.md (#275)
2019-05-30  Sebastián Ramírez:memo: Update release notes
2019-05-30  Sebastián Ramírez:sparkles: Refactor param extraction using Pydantic...
2019-05-29  Sebastián Ramírez:bookmark: Release version 0.26.0 0.26.0
2019-05-29  Sebastián Ramírez:memo: Update release notes
2019-05-29  Sebastián Ramírez:sparkles: Separate Pydantic's ValidationError handler...
2019-05-29  Sebastián Ramírez:memo: Update release notes
2019-05-29  William Hayes:memo: Update docs for paths in path params (#256)
2019-05-29  Sebastián Ramírez:bug: Fix path in path parameters (#272)
2019-05-29  Sebastián Ramírez:memo: Update link in release notes
2019-05-29  Sebastián Ramírez:memo: Update release notes
2019-05-29  Sebastián Ramírez:white_check_mark: Update testing docs, examples for...
2019-05-27  Sebastián Ramírez:memo: Update release notes
2019-05-27  Sebastián Ramírez:bug: Fix response_model type to allow List[Model]...
2019-05-27  Sebastián Ramírez:bookmark: Release version 0.25.0 0.25.0
2019-05-27  Sebastián Ramírez:memo: Update release notes
2019-05-27  Sebastián Ramírez:sparkles: Add include, exclude, and by_alias to path...
2019-05-25  Sebastián Ramírez:memo: Update release notes
2019-05-25  William Hayes:memo: Create CONTRIBUTING.md (#255)
2019-05-25  Sebastián Ramírez:memo: Update release notes
2019-05-25  William Hayes:sparkles: Add skip_defaults support for path operation...
2019-05-24  Sebastián Ramírez:bookmark: Release 0.24.0 0.24.0
2019-05-24  Sebastián Ramírez:memo: Update release notes
2019-05-24  James Kaplan:sparkles: Add support for WebSockets with dependencies...
2019-05-23  Sebastián Ramírez:memo: Update release notes
2019-05-23  euri10:arrow_up: Upgrade Pydantic to 0.26 (#247)
2019-05-21  Sebastián Ramírez:bookmark: Release version 0.23.0 0.23.0
2019-05-21  Sebastián Ramírez:memo: Update release notes
2019-05-21  Sebastián Ramírez:arrow_up: Upgrade Starlette to 0.12.0 (#243)
2019-05-21  Sebastián Ramírez:memo: Update release notes
2019-05-21  Steinthor Palsson:sparkles: Add swagger UI OAuth2 redirect page for...
2019-05-20  Sebastián Ramírez:memo: Update release notes
2019-05-20  Trim21:zap: Make Swagger UI, ReDoc and OpenAPI handlers be...
2019-05-20  Sebastián Ramírez:memo: Update release notes
2019-05-20  euri10:sparkles: Make Swagger UI and ReDoc parameterizable...
2019-05-16  Sebastián Ramírez:bookmark: Release version 0.22.0 0.22.0
2019-05-16  Sebastián Ramírez:sparkles: Add parameter dependencies to path operation...
2019-05-16  Sebastián Ramírez:memo: Update release notes
2019-05-16  euri10:bug: Fix OpenAPI URL format for Starlette convertors...
2019-05-15  Sebastián Ramírez:memo: Update release notes
2019-05-15  Sebastián Ramírez:memo: Update relase notes
2019-05-15  Sebastián Ramírez:wrench: Separate format and lint scripts (#232)
2019-05-15  Sebastián Ramírez:memo: Add docs about params as functions for mypy...
2019-05-15  Sebastián Ramírez:sparkles: Add param functions, to override types,...
2019-05-15  Sebastián Ramírez:memo: Update release notes
2019-05-15  Sebastián Ramírez:fire: Remove Python version extraction in tests, no...
2019-05-15  zamiramir:art: Reenable Black --check for Python 3.7 (#229)
2019-05-15  Sebastián Ramírez:bookmark: Release 0.21.0 0.21.0
2019-05-15  Sebastián Ramírez:memo: Update release notes
2019-05-15  Ricardo Momm:loud_sound: Raise from previous exception (#195)
2019-05-15  Sebastián Ramírez:memo: Update release notes
2019-05-15  Sebastián Ramírez:memo: Update release notes
2019-05-15  euri10:sparkles: Use a logger instead of the root logging...
2019-05-15  euri10:arrow_up: Upgrade Pydantic to version 0.25 (#225)
2019-05-14  Sebastián Ramírez:memo: Update release notes
2019-05-14  Derek J. Lambert:pencil2: Minor spelling fix in routing (#221)
2019-05-11  Sebastián Ramírez:wrench: Enable FastAPI releases bot in main Gitter...
2019-05-11  Sebastián Ramírez:bookmark: Release 0.20.1 0.20.1
2019-05-11  Sebastián Ramírez:memo: Update release notes
2019-05-11  Steve B:sparkles: add py.typed to ship typing information...
2019-04-27  Sebastián Ramírez:memo: Update release notes
2019-04-27  Sebastián Ramírez:sparkles: Add FastAPI releases bot for Gitter (#189)
2019-04-27  Sebastián Ramírez:bookmark: Release 0.20.0 0.20.0
2019-04-27  Sebastián Ramírez:memo: Update release notes
2019-04-27  Christopher... :pencil2: Fix typos in docs, from forms (#176)
2019-04-27  Sebastián Ramírez:memo: Update release notes
next