]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/shortlog
thirdparty/fastapi/fastapi.git
2020-03-27  Sebastián Ramírez:memo: Update release notes
2020-03-27  adg-mh:pencil2: Update doc string with correct class name...
2020-03-27  Sebastián Ramírez:memo: Update release notes
2020-03-27  Tomoya Yoshioka:memo: Clarify function name in example (#1121)
2020-03-27  Sebastián Ramírez:memo: Update release notes
2020-03-27  Ben:memo: Add new external link (#1112)
2020-03-27  Sebastián Ramírez:memo: Update release notes
2020-03-27  juhovh-aiven:bug: Fix exclude_unset and aliases in response model...
2020-03-27  Sebastián Ramírez:memo: Update release notes
2020-03-27  Aakash Nand:sparkles: Add Gitter chat to docs (#1061)
2020-03-27  Sebastián Ramírez:memo: Update release notes
2020-03-27  Sebastián Ramírez:memo: Update and simplify translations docs (#1171)
2020-03-26  Sebastián Ramírez:memo: Update release notes
2020-03-26  Camila Gutierrez:checkered_flag: Change docs address to localhost for...
2020-03-26  Sebastián Ramírez:memo: Update release notes
2020-03-26  Sebastián Ramírez:sparkles: Add support for docs translations (#1168)
2020-03-24  Sebastián Ramírez:memo: Update release notes
2020-03-19  Sebastián Ramírez:art: Update terminal examples and Typer note (#1139)
2020-03-01  Sebastián Ramírez:bookmark: Release version 0.52.0 0.52.0
2020-03-01  Sebastián Ramírez:memo: Update release notes
2020-03-01  Sebastián Ramírez:sparkles: Add ORJSONResponse (#1065)
2020-03-01  Sebastián Ramírez:bookmark: Release version 0.51.0 0.51.0
2020-03-01  Sebastián Ramírez:memo: Update release notes
2020-03-01  Sebastián Ramírez:sparkles: Re-export utils from Starlette (#1064)
2020-02-29  Sebastián Ramírez:bookmark: Release version 0.50.0 0.50.0
2020-02-29  Sebastián Ramírez:memo: Update release notes
2020-02-29  Sebastián Ramírez:memo: Add link to the Release Notes from the section...
2020-02-29  Sebastián Ramírez:pushpin: Upgrade Starlette version (#1057)
2020-02-29  Sebastián Ramírez:memo: Update release notes
2020-02-29  Sebastián Ramírez:memo: Add docs about pinning versions for deployment...
2020-02-29  Sebastián Ramírez:bookmark: Release 0.49.2 0.49.2
2020-02-29  Sebastián Ramírez:memo: Update release notes
2020-02-29  Sebastián Ramírez:memo: Update release notes
2020-02-29  sattosan:pencil2: Fix broken links in release notes (#1052)
2020-02-29  sattosan:pencil2: Fix typo in release notes (#1051)
2020-02-29  Patrick McKenna:recycle: Refactor serialize_response parameter name...
2020-02-29  sm-Fifteen:recycle: Refactor function calling a path operation...
2020-02-29  Sebastián Ramírez:memo: Update release notes
2020-02-29  sm-Fifteen:heavy_plus_sign: Add testing dependencies #1026
2020-02-29  Sebastián Ramírez:memo: Update release notes
2020-02-29  Patrick McKenna:bug: Admit valid types for Pydantic fields as response...
2020-02-29  Sebastián Ramírez:memo: Update release notes
2020-02-29  Vegard Stikbakke:art: Fix markdown code section rendering error in...
2020-02-28  Sebastián Ramírez:bookmark: Release 0.49.1 0.49.1
2020-02-28  Sebastián Ramírez:memo: Update release notes
2020-02-28  merowinger92:bug: Fix declaring a single parameter per name (#994)
2020-02-28  Sebastián Ramírez:rocket: Update Netlify deploy action (#1047)
2020-02-27  Taneli Hukkinen:wrench: Move all mypy configurations to configuration...
2020-02-27  Camila Gutierrez:green_heart: Do not deploy preview to Netlify on exter...
2020-02-16  Sebastián Ramírez:bookmark: Release version 0.49.0 0.49.0
2020-02-16  Sebastián Ramírez:memo: Update release notes
2020-02-16  Patrick McKenna:bug: Fix path encoding (#978)
2020-02-16  T. Tokusumi:memo: Add link: JP articles related to fastapi (#974)
2020-02-16  Taras Sotnikov:memo: Fix broken link in docs (#949)
2020-02-16  Sebastián Ramírez:memo: Update release notes
2020-02-16  Sebastián Ramírez:memo: Update release notes
2020-02-16  Nikita Kolesov:pencil2: Fix typo (#941)
2020-02-16  Sebastián Ramírez:memo: Update docs for dependencies with yield (#986)
2020-02-16  Sebastián Ramírez:memo: Update release notes
2020-02-16  Sebastián Ramírez:sparkles: Add mermaid.js support in Markdown fenced...
2020-02-15  Sebastián Ramírez:memo: Update release notes
2020-02-15  Sebastián Ramírez:construction_worker: Add GitHub actions to deploy...
2020-02-12  Sebastián Ramírez:memo: Update release notes
2020-02-12  Sebastián Ramírez:sparkles: Allow callables (as functools.partial) in...
2020-02-04  Sebastián Ramírez:bookmark: Release version 0.48.0 0.48.0
2020-02-04  Sebastián Ramírez:memo: Update release notes
2020-02-04  Sebastián Ramírez:white_check_mark: Lint first in tests, to error out...
2020-02-04  Sebastián Ramírez:mute: Log email-validator not installed only when...
2020-02-04  Sebastián Ramírez:memo: Update Peewee docs, simplify with double depende...
2020-02-04  नवुले पवन कुमार राव:memo: Add link: Create and Deploy FastAPI app to Herok...
2020-02-04  raphaelauv:memo: Update Sanic description as it is now ASGI too...
2020-02-04  Maciej Marzęta:pencil2: Fix typos (#920)
2020-02-04  David Montague:bug: Fix body parsing (#918)
2020-02-04  adursun:pencil2: Fix typo (#916)
2020-02-04  李冬冬:bug: Allow Any type for enums in OpenAPI (#906)
2020-02-04  Ben:memo: Add article to external links (#901)
2020-02-04  Timothée Mazzucotelli:memo: Add note about Body parameters without Pydantic...
2020-02-04  Andy Smith:bug: Fix Pydantic field clone logic with validators...
2020-02-04  linchiwei123:bug: Fix middleware docs link (#893)
2020-01-18  Sebastián Ramírez:memo: Update release notes
2020-01-18  Sebastián Ramírez:recycle: Update default API title from "Fast API"...
2020-01-18  Sebastián Ramírez:bookmark: Release version 0.47.1 0.47.1
2020-01-18  Sebastián Ramírez:memo: Update release notes
2020-01-18  Sebastián Ramírez:lock: Fix clone field implementation to handle sub...
2020-01-18  Sebastián Ramírez:bug: Fix FastAPI serialization of Pydantic ORM mode...
2020-01-18  Sebastián Ramírez:bookmark: Release version 0.47.0 0.47.0
2020-01-18  Sebastián Ramírez:memo: Update release notes
2020-01-18  Sebastián Ramírez:memo: Refactor docs, "Tutorial - User Guide" and ...
2020-01-17  Sebastián Ramírez:art: Tweak external links, Markdown format, typos...
2020-01-17  Pavel Isaev:lock: Check both username and password in security...
2020-01-17  Nik:bug: Fix validating form params declared with classes...
2020-01-17  Aviram Hassan:sparkles: add body to RequestValidationError for easie...
2020-01-17  Sebastián Ramírez:memo: Add external links, dynamic GitHub topic project...
2020-01-17  Sebastián Ramírez:bug: Fix Peewee contextvars handling in docs (#879)
2020-01-17  Sebastián Ramírez:heavy_minus_sign: Use venv with Flit for local develop...
2020-01-12  Sebastián Ramírez:memo: Udpate release notes
2020-01-12  Zachary Wasserman:lock: Update HTTP Basic Auth docs fixing timing attack...
2020-01-08  Sebastián Ramírez:bookmark: Release version 0.46.0 0.46.0
2020-01-08  Sebastián Ramírez:memo: Update release notes
2020-01-08  Sebastián Ramírez:pencil2: Tweak typos and configs (#837)
next