]>
git.ipfire.org Git - thirdparty/fastapi/fastapi.git/log
Taras Sotnikov [Sun, 16 Feb 2020 19:57:29 +0000 (20:57 +0100)]
:memo: Fix broken link in docs (#949)
Sebastián Ramírez [Sun, 16 Feb 2020 19:55:07 +0000 (20:55 +0100)]
:memo: Update release notes
Sebastián Ramírez [Sun, 16 Feb 2020 19:49:43 +0000 (20:49 +0100)]
:memo: Update release notes
Nikita Kolesov [Sun, 16 Feb 2020 19:51:18 +0000 (22:51 +0300)]
:pencil2: Fix typo (#941)
Sebastián Ramírez [Sun, 16 Feb 2020 19:49:12 +0000 (20:49 +0100)]
:memo: Update docs for dependencies with yield (#986)
Sebastián Ramírez [Sun, 16 Feb 2020 18:48:52 +0000 (19:48 +0100)]
:memo: Update release notes
Sebastián Ramírez [Sun, 16 Feb 2020 18:48:20 +0000 (19:48 +0100)]
:sparkles: Add mermaid.js support in Markdown fenced blocks for diagrams (#985)
Sebastián Ramírez [Sat, 15 Feb 2020 12:26:01 +0000 (13:26 +0100)]
:memo: Update release notes
Sebastián Ramírez [Sat, 15 Feb 2020 12:24:34 +0000 (13:24 +0100)]
:construction_worker: Add GitHub actions to deploy to Netlify (#983)
Sebastián Ramírez [Wed, 12 Feb 2020 20:37:05 +0000 (21:37 +0100)]
:memo: Update release notes
Sebastián Ramírez [Wed, 12 Feb 2020 20:36:14 +0000 (21:36 +0100)]
:sparkles: Allow callables (as functools.partial) in path operations (#977)
Sebastián Ramírez [Tue, 4 Feb 2020 04:43:07 +0000 (05:43 +0100)]
:bookmark: Release version 0.48.0
Sebastián Ramírez [Tue, 4 Feb 2020 04:42:12 +0000 (05:42 +0100)]
:memo: Update release notes
Sebastián Ramírez [Tue, 4 Feb 2020 04:41:42 +0000 (05:41 +0100)]
:white_check_mark: Lint first in tests, to error out faster (#948)
Sebastián Ramírez [Tue, 4 Feb 2020 04:31:01 +0000 (05:31 +0100)]
:mute: Log email-validator not installed only when used (#946)
Sebastián Ramírez [Tue, 4 Feb 2020 04:28:19 +0000 (05:28 +0100)]
:memo: Update Peewee docs, simplify with double dependency with yield (#947)
नवुले पवन कुमार राव [Tue, 4 Feb 2020 04:25:00 +0000 (09:55 +0530)]
:memo: Add link: Create and Deploy FastAPI app to Heroku (#942)
raphaelauv [Tue, 4 Feb 2020 04:14:07 +0000 (05:14 +0100)]
:memo: Update Sanic description as it is now ASGI too :tada: (#932)
Maciej Marzęta [Tue, 4 Feb 2020 04:04:32 +0000 (05:04 +0100)]
:pencil2: Fix typos (#920)
David Montague [Tue, 4 Feb 2020 04:01:59 +0000 (20:01 -0800)]
:bug: Fix body parsing (#918)
adursun [Tue, 4 Feb 2020 03:57:18 +0000 (06:57 +0300)]
:pencil2: Fix typo (#916)
李冬冬 [Tue, 4 Feb 2020 03:37:47 +0000 (11:37 +0800)]
:bug: Allow Any type for enums in OpenAPI (#906)
Ben [Tue, 4 Feb 2020 03:25:52 +0000 (04:25 +0100)]
:memo: Add article to external links (#901)
Timothée Mazzucotelli [Tue, 4 Feb 2020 03:17:20 +0000 (04:17 +0100)]
:memo: Add note about Body parameters without Pydantic (#900)
Andy Smith [Tue, 4 Feb 2020 03:03:51 +0000 (22:03 -0500)]
:bug: Fix Pydantic field clone logic with validators (#899)
linchiwei123 [Tue, 4 Feb 2020 02:27:10 +0000 (10:27 +0800)]
:bug: Fix middleware docs link (#893)
Sebastián Ramírez [Sat, 18 Jan 2020 18:08:24 +0000 (19:08 +0100)]
:memo: Update release notes
Sebastián Ramírez [Sat, 18 Jan 2020 18:07:42 +0000 (19:07 +0100)]
:recycle: Update default API title from "Fast API" to "FastAPI" for consistency (#890)
Sebastián Ramírez [Sat, 18 Jan 2020 17:06:47 +0000 (18:06 +0100)]
:bookmark: Release version 0.47.1
Sebastián Ramírez [Sat, 18 Jan 2020 17:06:20 +0000 (18:06 +0100)]
:memo: Update release notes
Sebastián Ramírez [Sat, 18 Jan 2020 17:03:51 +0000 (18:03 +0100)]
:lock: Fix clone field implementation to handle sub-models in response_model (#889)
Sebastián Ramírez [Sat, 18 Jan 2020 16:32:57 +0000 (17:32 +0100)]
:bug: Fix FastAPI serialization of Pydantic ORM mode blocking the event loop (#888)
Sebastián Ramírez [Sat, 18 Jan 2020 16:14:59 +0000 (17:14 +0100)]
:bookmark: Release version 0.47.0
Sebastián Ramírez [Sat, 18 Jan 2020 16:14:03 +0000 (17:14 +0100)]
:memo: Update release notes
Sebastián Ramírez [Sat, 18 Jan 2020 15:21:54 +0000 (16:21 +0100)]
:memo: Refactor docs, "Tutorial - User Guide" and "Advanced User Guide" (#887)
Sebastián Ramírez [Fri, 17 Jan 2020 15:24:05 +0000 (16:24 +0100)]
:art: Tweak external links, Markdown format, typos (#881)
Pavel Isaev [Fri, 17 Jan 2020 11:49:54 +0000 (13:49 +0200)]
:lock: Check both username and password in security tutorial (#865)
Nik [Fri, 17 Jan 2020 11:45:55 +0000 (14:45 +0300)]
:bug: Fix validating form params declared with classes (list, tuple, set, etc) (#856)
Aviram Hassan [Fri, 17 Jan 2020 11:37:44 +0000 (13:37 +0200)]
:sparkles: add body to RequestValidationError for easier debugging (#853)
Sebastián Ramírez [Fri, 17 Jan 2020 09:46:44 +0000 (10:46 +0100)]
:memo: Add external links, dynamic GitHub topic projects, and formatting (#850)
Sebastián Ramírez [Fri, 17 Jan 2020 08:59:38 +0000 (09:59 +0100)]
:bug: Fix Peewee contextvars handling in docs (#879)
Sebastián Ramírez [Fri, 17 Jan 2020 08:51:03 +0000 (09:51 +0100)]
:heavy_minus_sign: Use venv with Flit for local development, instead of requiring Flit and Pipenv (#877)
Sebastián Ramírez [Sun, 12 Jan 2020 19:43:46 +0000 (20:43 +0100)]
:memo: Udpate release notes
Zachary Wasserman [Sun, 12 Jan 2020 19:38:39 +0000 (11:38 -0800)]
:lock: Update HTTP Basic Auth docs fixing timing attacks (#807)
Sebastián Ramírez [Wed, 8 Jan 2020 22:28:03 +0000 (23:28 +0100)]
:bookmark: Release version 0.46.0
Sebastián Ramírez [Wed, 8 Jan 2020 22:26:15 +0000 (23:26 +0100)]
:memo: Update release notes
Sebastián Ramírez [Wed, 8 Jan 2020 22:25:29 +0000 (23:25 +0100)]
:pencil2: Tweak typos and configs (#837)
Sebastián Ramírez [Wed, 8 Jan 2020 22:03:08 +0000 (23:03 +0100)]
:memo: Update release notes
wxq0309 [Wed, 8 Jan 2020 22:01:58 +0000 (06:01 +0800)]
:pencil: Add link to Chinese FastAPI posts (#810)
Sebastián Ramírez [Wed, 8 Jan 2020 21:51:55 +0000 (22:51 +0100)]
:memo: Update release notes
Jesse P. Johnson [Wed, 8 Jan 2020 21:47:19 +0000 (16:47 -0500)]
:sparkles: Implement OAuth2 authorization_code integration (#797)
Sebastián Ramírez [Wed, 8 Jan 2020 21:35:33 +0000 (22:35 +0100)]
:memo: Update release notes
Christoph Deil [Wed, 8 Jan 2020 21:34:14 +0000 (22:34 +0100)]
:memo: Highlight all new lines in docs example upgrade (#795)
Sebastián Ramírez [Wed, 8 Jan 2020 21:23:54 +0000 (22:23 +0100)]
:memo: Update release notes
James Kaplan [Wed, 8 Jan 2020 21:22:14 +0000 (13:22 -0800)]
:bug: Fix callback handling in sub-routers (#792)
Sebastián Ramírez [Wed, 8 Jan 2020 21:02:32 +0000 (22:02 +0100)]
:memo: Update release notes
Ken Kinder [Wed, 8 Jan 2020 21:01:22 +0000 (16:01 -0500)]
:pencil2: Fix typos (#784)
Sebastián Ramírez [Wed, 8 Jan 2020 21:00:44 +0000 (22:00 +0100)]
:memo: Update release notes
Xucong ZHAN [Wed, 8 Jan 2020 20:58:33 +0000 (15:58 -0500)]
:pencil: Add four JP articles to external links (#783)
Sebastián Ramírez [Wed, 8 Jan 2020 20:53:14 +0000 (21:53 +0100)]
:memo: Update release notes
Roald Storm [Wed, 8 Jan 2020 20:50:21 +0000 (21:50 +0100)]
:sparkles: Add support for subtypes of main types in jsonable_encoder
Sebastián Ramírez [Wed, 8 Jan 2020 18:16:57 +0000 (19:16 +0100)]
:memo: Update release notes
Dustyposa [Wed, 8 Jan 2020 08:08:43 +0000 (16:08 +0800)]
fix type UrlStr -> HttpUrl (#832)
Justin DuJardin [Mon, 30 Dec 2019 22:22:11 +0000 (14:22 -0800)]
:pencil: update twitter compose tweet links (#813)
The links to post @tiangolo were not working
Sebastián Ramírez [Fri, 13 Dec 2019 10:32:17 +0000 (11:32 +0100)]
:memo: Update release notes
Sebastián Ramírez [Fri, 13 Dec 2019 10:29:18 +0000 (11:29 +0100)]
:memo: Add docs for correctly using Peewee (#789)
Sebastián Ramírez [Wed, 11 Dec 2019 17:05:19 +0000 (18:05 +0100)]
:bookmark: Release version 0.45.0
Sebastián Ramírez [Wed, 11 Dec 2019 17:02:53 +0000 (18:02 +0100)]
:memo: Update release notes
Ben Dayan [Wed, 11 Dec 2019 16:58:01 +0000 (18:58 +0200)]
:sparkles: Add support for OpenAPI Callbacks (#722)
Sebastián Ramírez [Mon, 9 Dec 2019 19:04:04 +0000 (20:04 +0100)]
:memo: Update release notes
Sebastián Ramírez [Mon, 9 Dec 2019 19:02:44 +0000 (20:02 +0100)]
:loud_sound: Refactor logging (#781)
Sebastián Ramírez [Mon, 9 Dec 2019 18:15:37 +0000 (19:15 +0100)]
:memo: Update release notes
prostomarkeloff [Mon, 9 Dec 2019 18:13:28 +0000 (21:13 +0300)]
:memo: Add article about FastAPI to external links (#766)
Sebastián Ramírez [Mon, 9 Dec 2019 18:01:40 +0000 (19:01 +0100)]
:memo: Update release notes
Sebastián Ramírez [Mon, 9 Dec 2019 17:59:29 +0000 (18:59 +0100)]
:speech_balloon: Rephrase handling-errors to remove gender while keeping readability (#780)
Sebastián Ramírez [Mon, 9 Dec 2019 17:43:09 +0000 (18:43 +0100)]
:memo: Update release notes
prostomarkeloff [Mon, 9 Dec 2019 13:48:54 +0000 (16:48 +0300)]
:memo: Change 'Schema' to 'Field' in docs (#746)
Sebastián Ramírez [Wed, 4 Dec 2019 23:17:04 +0000 (00:17 +0100)]
:bookmark: Release version 0.44.1
Sebastián Ramírez [Fri, 29 Nov 2019 08:02:21 +0000 (09:02 +0100)]
:memo: Update release notes
Sebastián Ramírez [Fri, 29 Nov 2019 07:52:03 +0000 (08:52 +0100)]
:bento: Add GitHub social preview assets to git (#752)
Sebastián Ramírez [Fri, 29 Nov 2019 07:30:10 +0000 (08:30 +0100)]
:memo: Update release notes
Sebastián Ramírez [Fri, 29 Nov 2019 07:29:37 +0000 (08:29 +0100)]
:wrench: Update PyPI trove classifiers (#751)
Sebastián Ramírez [Fri, 29 Nov 2019 06:45:09 +0000 (07:45 +0100)]
:construction_worker: Enable full Travis for Python 3.8 (#750)
Sebastián Ramírez [Fri, 29 Nov 2019 06:35:25 +0000 (07:35 +0100)]
:memo: Update the "new issue" templates (#749)
* :wrench: Update the "new issue" templates
* :green_heart: Trigger Travis CI after Travis migration
Sebastián Ramírez [Fri, 29 Nov 2019 06:04:01 +0000 (07:04 +0100)]
:memo: Update release notes
dmontagu [Fri, 29 Nov 2019 06:02:10 +0000 (22:02 -0800)]
:bug: Fix issue with exotic pydantic error serialization (#748)
Sebastián Ramírez [Wed, 27 Nov 2019 21:16:29 +0000 (22:16 +0100)]
:bookmark: Release 0.44.0, with support for Pydantic v1 and above! :tada:
Sebastián Ramírez [Wed, 27 Nov 2019 21:14:36 +0000 (22:14 +0100)]
:memo: Update release notes
Sebastián Ramírez [Wed, 27 Nov 2019 21:14:01 +0000 (22:14 +0100)]
:green_heart: Make GitHub action Issue Manager run once every night
Sebastián Ramírez [Wed, 27 Nov 2019 20:43:56 +0000 (21:43 +0100)]
:construction_worker: Add GitHub action Issue Manager (#742)
Sebastián Ramírez [Wed, 27 Nov 2019 20:29:14 +0000 (21:29 +0100)]
:memo: Update release notes
bundabrg [Wed, 27 Nov 2019 20:27:56 +0000 (04:27 +0800)]
:pencil2: Fix typos in docs (#734)
Sebastián Ramírez [Wed, 27 Nov 2019 20:25:09 +0000 (21:25 +0100)]
:memo: Update release notes
Stéphane Wirtel [Wed, 27 Nov 2019 20:23:23 +0000 (21:23 +0100)]
:bug: Fix the usage of custom_encoder for jsonable_encoder #714 (#715)
Sebastián Ramírez [Wed, 27 Nov 2019 20:08:37 +0000 (21:08 +0100)]
:memo: Update release notes
OcasoProtal [Wed, 27 Nov 2019 20:06:50 +0000 (21:06 +0100)]
:bug: Fix XML example (#710)
Sebastián Ramírez [Wed, 27 Nov 2019 20:05:39 +0000 (21:05 +0100)]
:memo: Update release notes
Nicolas Marier [Wed, 27 Nov 2019 20:03:41 +0000 (15:03 -0500)]
:pencil: Fix typos and wording in deployment docs (#700)
Sebastián Ramírez [Wed, 27 Nov 2019 20:01:56 +0000 (21:01 +0100)]
:memo: Update release notes
Nicolas Marier [Wed, 27 Nov 2019 20:00:34 +0000 (15:00 -0500)]
:pencil: Clarify docs for APIRouter dependencies (#698)