]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/log
thirdparty/fastapi/fastapi.git
5 years ago:green_heart: Make GitHub action Issue Manager run once every night
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

5 years ago:construction_worker: Add GitHub action Issue Manager (#742)
Sebastián Ramírez [Wed, 27 Nov 2019 20:43:56 +0000 (21:43 +0100)] 
:construction_worker: Add GitHub action Issue Manager (#742)

5 years ago:memo: Update release notes
Sebastián Ramírez [Wed, 27 Nov 2019 20:29:14 +0000 (21:29 +0100)] 
:memo: Update release notes

5 years ago:pencil2: Fix typos in docs (#734)
bundabrg [Wed, 27 Nov 2019 20:27:56 +0000 (04:27 +0800)] 
:pencil2: Fix typos in docs (#734)

5 years ago:memo: Update release notes
Sebastián Ramírez [Wed, 27 Nov 2019 20:25:09 +0000 (21:25 +0100)] 
:memo: Update release notes

5 years ago:bug: Fix the usage of custom_encoder for jsonable_encoder #714 (#715)
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)

5 years ago:memo: Update release notes
Sebastián Ramírez [Wed, 27 Nov 2019 20:08:37 +0000 (21:08 +0100)] 
:memo: Update release notes

5 years ago:bug: Fix XML example (#710)
OcasoProtal [Wed, 27 Nov 2019 20:06:50 +0000 (21:06 +0100)] 
:bug: Fix XML example (#710)

5 years ago:memo: Update release notes
Sebastián Ramírez [Wed, 27 Nov 2019 20:05:39 +0000 (21:05 +0100)] 
:memo: Update release notes

5 years ago:pencil: Fix typos and wording in deployment docs (#700)
Nicolas Marier [Wed, 27 Nov 2019 20:03:41 +0000 (15:03 -0500)] 
:pencil: Fix typos and wording in deployment docs (#700)

5 years ago:memo: Update release notes
Sebastián Ramírez [Wed, 27 Nov 2019 20:01:56 +0000 (21:01 +0100)] 
:memo: Update release notes

5 years ago:pencil: Clarify docs for APIRouter dependencies (#698)
Nicolas Marier [Wed, 27 Nov 2019 20:00:34 +0000 (15:00 -0500)] 
:pencil: Clarify docs for APIRouter dependencies (#698)

5 years ago:memo: Update release notes
Sebastián Ramírez [Wed, 27 Nov 2019 19:53:00 +0000 (20:53 +0100)] 
:memo: Update release notes

5 years ago🐛 Allow async class methods as dependencies (#681)
François Voron [Wed, 27 Nov 2019 19:51:30 +0000 (20:51 +0100)] 
🐛 Allow async class methods as dependencies (#681)

5 years ago:memo: Update release notes
Sebastián Ramírez [Wed, 27 Nov 2019 19:45:49 +0000 (20:45 +0100)] 
:memo: Update release notes

5 years ago:pencil: Add FastAPI cheatsheet to links (#671)
euri10 [Wed, 27 Nov 2019 19:43:23 +0000 (20:43 +0100)] 
:pencil: Add FastAPI cheatsheet to links (#671)

5 years ago:memo: Update release notes
Sebastián Ramírez [Wed, 27 Nov 2019 19:40:26 +0000 (20:40 +0100)] 
:memo: Update release notes

5 years ago:pencil2: Fix protocol separator typo (#647)
Forest Monsen [Wed, 27 Nov 2019 19:37:19 +0000 (11:37 -0800)] 
:pencil2: Fix protocol separator typo (#647)

5 years ago:memo: Update release notes
Sebastián Ramírez [Wed, 27 Nov 2019 19:36:37 +0000 (20:36 +0100)] 
:memo: Update release notes

5 years ago:sparkles: Add support for Pydantic v1 and above :tada: (#646)
dmontagu [Wed, 27 Nov 2019 19:32:02 +0000 (11:32 -0800)] 
:sparkles: Add support for Pydantic v1 and above :tada: (#646)

* Make compatible with pydantic v1

* Remove unused import

* Remove unused ignores

* Update pydantic version

* Fix minor formatting issue

* :rewind: Revert removing iterate_in_threadpool

* :sparkles: Add backwards compatibility with Pydantic 0.32.2

with deprecation warnings

* :white_check_mark: Update tests to not break when using Pydantic < 1.0.0

* :memo: Update docs for Pydantic version 1.0.0

* :pushpin: Update Pydantic range version to support from 0.32.2

* :art: Format test imports

* :sparkles: Add support for Pydantic < 1.2 for populate_validators

* :sparkles: Add backwards compatibility for Pydantic < 1.2.0 with required fields

* :pushpin: Relax requirement for Pydantic to < 2.0.0 :tada: :rocket:

* :green_heart: Update pragma coverage for older Pydantic versions

5 years ago:bookmark: Release 0.43.0 0.43.0
Sebastián Ramírez [Sun, 24 Nov 2019 17:56:11 +0000 (18:56 +0100)] 
:bookmark: Release 0.43.0

5 years ago:memo: Update release notes
Sebastián Ramírez [Sun, 24 Nov 2019 14:12:56 +0000 (15:12 +0100)] 
:memo: Update release notes

5 years ago:pencil: Replace guys by developers when a group of people is targeted (#645)
Nicolas Delaby [Sun, 24 Nov 2019 14:09:45 +0000 (15:09 +0100)] 
:pencil: Replace guys by developers when a group of people is targeted (#645)

Just to make sure we include everyone, disregarding their gender.

5 years ago:memo: Update release notes
Sebastián Ramírez [Sun, 24 Nov 2019 14:06:31 +0000 (15:06 +0100)] 
:memo: Update release notes

5 years ago:pencil: Document overriding operationId for all path operations using their function...
Steven Kalt [Sun, 24 Nov 2019 14:00:51 +0000 (09:00 -0500)] 
:pencil: Document overriding operationId for all path operations using their function names (#642)

5 years ago:memo: Update release notes
Sebastián Ramírez [Sun, 24 Nov 2019 13:25:51 +0000 (14:25 +0100)] 
:memo: Update release notes

5 years ago:bug: Fixing validator-caused incorrect output key order (#637)
James Addison [Sun, 24 Nov 2019 13:23:33 +0000 (05:23 -0800)] 
:bug: Fixing validator-caused incorrect output key order (#637)

5 years ago:memo: Update release notes
Sebastián Ramírez [Sun, 24 Nov 2019 13:18:03 +0000 (14:18 +0100)] 
:memo: Update release notes

5 years ago:sparkles: Generate correct OpenAPI docs for responses with no content (#621)
Daniel Brotsky [Sun, 24 Nov 2019 13:15:39 +0000 (05:15 -0800)] 
:sparkles: Generate correct OpenAPI docs for responses with no content (#621)

5 years ago:memo: Update release notes
Sebastián Ramírez [Sat, 23 Nov 2019 22:00:52 +0000 (23:00 +0100)] 
:memo: Update release notes

5 years ago:memo: Remove $ sign from bash codeblocs in markdown (#613)
Nico Stapelbroek [Sat, 23 Nov 2019 21:59:15 +0000 (22:59 +0100)] 
:memo: Remove $ sign from bash codeblocs in markdown (#613)

5 years ago:memo: Update release notes
Sebastián Ramírez [Sat, 23 Nov 2019 21:57:47 +0000 (22:57 +0100)] 
:memo: Update release notes

5 years ago:memo: Update release notes
Sebastián Ramírez [Sat, 23 Nov 2019 21:46:32 +0000 (22:46 +0100)] 
:memo: Update release notes

5 years ago:pencil: Add documentation for self-serving static Swagger UI (#112) (#557)
svalouch [Sat, 23 Nov 2019 21:50:58 +0000 (22:50 +0100)] 
:pencil: Add documentation for self-serving static Swagger UI (#112) (#557)

5 years ago🚨 Fix black linting (#682)
François Voron [Sat, 23 Nov 2019 21:43:43 +0000 (22:43 +0100)] 
🚨 Fix black linting (#682)

6 years ago:bookmark: Release version 0.42.0: Answer to the Ultimate Question of Life, the Unive... 0.42.0
Sebastián Ramírez [Wed, 9 Oct 2019 18:16:45 +0000 (13:16 -0500)] 
:bookmark: Release version 0.42.0: Answer to the Ultimate Question of Life, the Universe, and Everything

6 years ago:memo: Update release notes
Sebastián Ramírez [Wed, 9 Oct 2019 18:13:04 +0000 (13:13 -0500)] 
:memo: Update release notes

6 years ago:sparkles: Add dependencies with yield (used as context managers) (#595)
Sebastián Ramírez [Wed, 9 Oct 2019 18:01:58 +0000 (13:01 -0500)] 
:sparkles: Add dependencies with yield (used as context managers) (#595)

* :heavy_plus_sign: Add development/testing dependencies for Python 3.6

* :sparkles: Add concurrency submodule with contextmanager_in_threadpool

* :sparkles: Add AsyncExitStack to ASGI scope in FastAPI app call

* :sparkles: Use async stack for contextmanager-able dependencies

including running in threadpool sync dependencies

* :white_check_mark: Add tests for contextmanager dependencies

including internal raise checks when exceptions should be handled and when not

* :white_check_mark: Add test for fake asynccontextmanager raiser

* :bug: Fix mypy errors and coverage

* :mute: Remove development logs and prints

* :white_check_mark: Add tests for sub-contextmanagers, background tasks, and sync functions

* :bug: Fix mypy errors for Python 3.7

* :speech_balloon: Fix error texts for clarity

* :memo: Add docs for dependencies with yield

* :sparkles: Update SQL with SQLAlchemy tutorial to use dependencies with yield

and add an alternative with a middleware (from the old tutorial)

* :white_check_mark: Update SQL tests to remove DB file during the same tests

* :white_check_mark: Add tests for example with middleware

as a copy from the tests with dependencies with yield, removing the DB in the tests

* :pencil2: Fix typos with suggestions from code review

Co-Authored-By: dmontagu <35119617+dmontagu@users.noreply.github.com>
6 years ago:memo: Update release notes
Sebastián Ramírez [Wed, 9 Oct 2019 17:48:01 +0000 (12:48 -0500)] 
:memo: Update release notes

6 years ago:bug: Fix sitemap.xml in website, fix #597 (#598)
Samuel Colvin [Wed, 9 Oct 2019 17:45:44 +0000 (18:45 +0100)] 
:bug: Fix sitemap.xml in website, fix #597 (#598)

6 years ago:bookmark: Release version 0.41.0 0.41.0
Sebastián Ramírez [Mon, 7 Oct 2019 11:44:07 +0000 (06:44 -0500)] 
:bookmark: Release version 0.41.0

6 years ago:memo: Update release notes
Sebastián Ramírez [Sat, 5 Oct 2019 18:19:10 +0000 (13:19 -0500)] 
:memo: Update release notes

6 years ago:arrow_up: Upgrade Starlette to 0.12.9 and add State (#593)
Sebastián Ramírez [Sat, 5 Oct 2019 18:17:15 +0000 (13:17 -0500)] 
:arrow_up: Upgrade Starlette to 0.12.9 and add State (#593)

6 years ago:memo: Update release notes
Sebastián Ramírez [Sat, 5 Oct 2019 01:21:53 +0000 (20:21 -0500)] 
:memo: Update release notes

6 years ago:sparkles: Add better support for request body access/manipulation with custom classe...
dmontagu [Sat, 5 Oct 2019 00:23:35 +0000 (17:23 -0700)] 
:sparkles: Add better support for request body access/manipulation with custom classes (#589)

6 years ago:memo: Update release notes
Sebastián Ramírez [Fri, 4 Oct 2019 21:36:54 +0000 (16:36 -0500)] 
:memo: Update release notes

6 years ago:bug: Fix preserving route_class when calling include_router (#538)
dmontagu [Fri, 4 Oct 2019 21:35:20 +0000 (14:35 -0700)] 
:bug: Fix preserving route_class when calling include_router (#538)

6 years ago:bookmark: Release 0.40.0 0.40.0
Sebastián Ramírez [Fri, 4 Oct 2019 20:38:03 +0000 (15:38 -0500)] 
:bookmark: Release 0.40.0

6 years ago:memo: Update release notes
Sebastián Ramírez [Fri, 4 Oct 2019 20:35:09 +0000 (15:35 -0500)] 
:memo: Update release notes

6 years ago:pencil: Add notes about installing python-multipart for forms (#574)
sliptonic [Fri, 4 Oct 2019 20:33:42 +0000 (15:33 -0500)] 
:pencil: Add notes about installing python-multipart for forms (#574)

6 years ago:memo: Update release notes
Sebastián Ramírez [Fri, 4 Oct 2019 20:11:04 +0000 (15:11 -0500)] 
:memo: Update release notes

6 years ago:sparkles: Sort schemas alphabetically (#554)
dmontagu [Fri, 4 Oct 2019 20:08:41 +0000 (13:08 -0700)] 
:sparkles: Sort schemas alphabetically (#554)

Modify openapi spec generation to include schemas in alphabetical order.

6 years ago:memo: Update release notes
Sebastián Ramírez [Fri, 4 Oct 2019 20:07:22 +0000 (15:07 -0500)] 
:memo: Update release notes

6 years ago:sparkles: Allow docstrings to be truncated before being used for OpenAPI (#556)
svalouch [Fri, 4 Oct 2019 20:02:40 +0000 (22:02 +0200)] 
:sparkles: Allow docstrings to be truncated before being used for OpenAPI (#556)

6 years ago:memo: Update release notes
Sebastián Ramírez [Fri, 4 Oct 2019 00:37:23 +0000 (19:37 -0500)] 
:memo: Update release notes

6 years ago:bug: Fix doctype in docs (#537)
Trim21 [Fri, 4 Oct 2019 00:35:44 +0000 (08:35 +0800)] 
:bug: Fix doctype in docs (#537)

6 years ago:memo: Update release notes
Sebastián Ramírez [Fri, 4 Oct 2019 00:10:34 +0000 (19:10 -0500)] 
:memo: Update release notes

6 years ago:bug: Fix setting 4XX overriding default 422 validation errors(#517)
tsouvarev [Fri, 4 Oct 2019 00:08:29 +0000 (03:08 +0300)] 
:bug: Fix setting 4XX overriding default 422 validation errors(#517)

6 years ago:memo: Update release notes
Sebastián Ramírez [Fri, 4 Oct 2019 00:04:41 +0000 (19:04 -0500)] 
:memo: Update release notes

6 years ago:pencil2: Fix typo in HTTP Basic auth tutorial (#514)
prostomarkeloff [Fri, 4 Oct 2019 00:01:41 +0000 (03:01 +0300)] 
:pencil2: Fix typo in HTTP Basic auth tutorial (#514)

6 years ago:memo: Update release notes
Sebastián Ramírez [Fri, 4 Oct 2019 00:00:13 +0000 (19:00 -0500)] 
:memo: Update release notes

6 years ago:pencil: Fix incorrect example in docs - first steps (#511)
Fedor Ignatov [Thu, 3 Oct 2019 23:57:49 +0000 (02:57 +0300)] 
:pencil: Fix incorrect example in docs - first steps (#511)

6 years ago:memo: Update release notes
Sebastián Ramírez [Thu, 3 Oct 2019 23:43:15 +0000 (18:43 -0500)] 
:memo: Update release notes

6 years ago:sparkles: Add support for setting Swagger UI initOAuth configs (clientId, appName...
Zamir Amir [Thu, 3 Oct 2019 23:41:04 +0000 (01:41 +0200)] 
:sparkles: Add support for setting Swagger UI initOAuth configs (clientId, appName)  (#499)

6 years ago:bookmark: Release 0.39.0 0.39.0
Sebastián Ramírez [Sun, 29 Sep 2019 22:17:44 +0000 (17:17 -0500)] 
:bookmark: Release 0.39.0

6 years ago:memo: Update release notes
Sebastián Ramírez [Sun, 29 Sep 2019 22:09:37 +0000 (17:09 -0500)] 
:memo: Update release notes

6 years ago:sparkles: Allow defaults in path parameters (and don't use them) (#450) (#464)
jonathanunderwood [Sun, 29 Sep 2019 22:03:16 +0000 (23:03 +0100)] 
:sparkles: Allow defaults in path parameters (and don't use them) (#450) (#464)

This allows using parameters that can have defaults (e.g. `None`) that can be used as query parameters.

But can also be used in routers with that include those parameters as part of the path.

6 years ago:memo: Update release notes
Sebastián Ramírez [Sun, 29 Sep 2019 21:50:00 +0000 (16:50 -0500)] 
:memo: Update release notes

6 years ago:sparkles: Add support for specifying a default_response_class (#467)
toppk [Sun, 29 Sep 2019 21:47:35 +0000 (17:47 -0400)] 
:sparkles: Add support for specifying a default_response_class (#467)

6 years ago:memo: Update release notes
Sebastián Ramírez [Sun, 29 Sep 2019 21:24:52 +0000 (16:24 -0500)] 
:memo: Update release notes

6 years ago:sparkles: Add support for strings and __future__ type annotations (#451)
dmontagu [Sun, 29 Sep 2019 21:19:09 +0000 (14:19 -0700)] 
:sparkles: Add support for strings and __future__ type annotations (#451)

* Add support for strings and __future__ annotations

* Add comments indicating reason for string annotations

* Fix ignores (including removing some unused ignores)

6 years ago:bookmark: Release 0.38.1 0.38.1
Sebastián Ramírez [Sun, 1 Sep 2019 12:56:37 +0000 (07:56 -0500)] 
:bookmark: Release 0.38.1

6 years ago:memo: Update release notes
Sebastián Ramírez [Sun, 1 Sep 2019 12:53:20 +0000 (07:53 -0500)] 
:memo: Update release notes

6 years ago:bug: Use proper import for Request -- fixes #492 (#493)
Kamal Gill [Sun, 1 Sep 2019 12:51:42 +0000 (05:51 -0700)] 
:bug: Use proper import for Request -- fixes #492 (#493)

6 years ago:bookmark: Release version 0.38.0.Support for Pydantic 0.32.2 and Starlette 0.12.8 0.38.0
Sebastián Ramírez [Sat, 31 Aug 2019 01:40:50 +0000 (20:40 -0500)] 
:bookmark: Release version 0.38.0.Support for Pydantic 0.32.2 and Starlette 0.12.8

6 years ago:memo: Update release notes
Sebastián Ramírez [Sat, 31 Aug 2019 01:37:39 +0000 (20:37 -0500)] 
:memo: Update release notes

6 years ago:memo: Add recent articles and opinions (#490)
Sebastián Ramírez [Sat, 31 Aug 2019 01:35:34 +0000 (20:35 -0500)] 
:memo: Add recent articles and opinions (#490)

6 years ago:memo: Update release notes
Sebastián Ramírez [Sat, 31 Aug 2019 00:47:17 +0000 (19:47 -0500)] 
:memo: Update release notes

6 years ago:arrow_up: Upgrade Starlette support range to include 0.12.8 (#477)
dmontagu [Sat, 31 Aug 2019 00:45:01 +0000 (17:45 -0700)] 
:arrow_up: Upgrade Starlette support range to include 0.12.8 (#477)

6 years ago:memo: Update release notes
Sebastián Ramírez [Sat, 31 Aug 2019 00:34:34 +0000 (19:34 -0500)] 
:memo: Update release notes

6 years ago:arrow_up: Upgrade support to Pydantic version 0.32.2 (breaking change) (#463)
dmontagu [Sat, 31 Aug 2019 00:30:03 +0000 (17:30 -0700)] 
:arrow_up: Upgrade support to Pydantic version 0.32.2 (breaking change) (#463)

6 years ago:bookmark: Release version 0.37.0 0.37.0
Sebastián Ramírez [Sat, 31 Aug 2019 00:10:43 +0000 (19:10 -0500)] 
:bookmark: Release version 0.37.0

6 years ago:memo: Update release notes
Sebastián Ramírez [Sat, 31 Aug 2019 00:09:12 +0000 (19:09 -0500)] 
:memo: Update release notes

6 years ago:sparkles: Add support for custom route class (#468)
dmontagu [Sat, 31 Aug 2019 00:05:59 +0000 (17:05 -0700)] 
:sparkles: Add support for custom route class (#468)

6 years ago:memo: Update release notes
Sebastián Ramírez [Sat, 31 Aug 2019 00:02:29 +0000 (19:02 -0500)] 
:memo: Update release notes

6 years ago:sparkles: Allow disabling Google fonts in ReDoc (#481)
b1-luettje [Sat, 31 Aug 2019 00:00:55 +0000 (02:00 +0200)] 
:sparkles: Allow disabling Google fonts in ReDoc (#481)

6 years ago:memo: Update release notes
Sebastián Ramírez [Fri, 30 Aug 2019 23:59:08 +0000 (18:59 -0500)] 
:memo: Update release notes

6 years ago:lock: Ensure `skip_defaults` doesn't cause extra fields to be serialized (#485)
dmontagu [Fri, 30 Aug 2019 23:56:14 +0000 (16:56 -0700)] 
:lock: Ensure `skip_defaults` doesn't cause extra fields to be serialized (#485)

6 years ago:memo: Update release notes
Sebastián Ramírez [Fri, 30 Aug 2019 23:37:42 +0000 (18:37 -0500)] 
:memo: Update release notes

6 years ago:white_check_mark: Enable tests for Python 3.8-dev (#465)
Aliaksei Urbanski [Fri, 30 Aug 2019 23:34:49 +0000 (02:34 +0300)] 
:white_check_mark: Enable tests for Python 3.8-dev (#465)

6 years ago:memo: Update release notes
Sebastián Ramírez [Fri, 30 Aug 2019 23:15:08 +0000 (18:15 -0500)] 
:memo: Update release notes

6 years ago:sparkles: Add support and tests for Pydantic dataclasses in response_model (#454)
dconathan [Fri, 30 Aug 2019 23:12:15 +0000 (18:12 -0500)] 
:sparkles: Add support and tests for Pydantic dataclasses in response_model (#454)

6 years ago:memo: Update release notes
Sebastián Ramírez [Fri, 30 Aug 2019 22:40:14 +0000 (17:40 -0500)] 
:memo: Update release notes

6 years ago:pencil2: Fix typo in oauth2-jwt.md (#447)
Pablo Marti [Fri, 30 Aug 2019 22:35:52 +0000 (23:35 +0100)] 
:pencil2: Fix typo in oauth2-jwt.md (#447)

6 years ago:memo: Update release notes
Sebastián Ramírez [Fri, 30 Aug 2019 22:34:45 +0000 (17:34 -0500)] 
:memo: Update release notes

6 years ago:bug: use media_type from Body params for OpenAPI requestBody (Fixes: #431) (#439)
Zoltan Papp [Fri, 30 Aug 2019 22:32:39 +0000 (01:32 +0300)] 
:bug: use media_type from Body params for OpenAPI requestBody (Fixes: #431) (#439)

6 years ago:memo: Update release notes
Sebastián Ramírez [Fri, 30 Aug 2019 22:02:40 +0000 (17:02 -0500)] 
:memo: Update release notes

6 years ago:memo: Add article: Deploying a scikit-learn model with ONNX and FastAPI (#438)
naxty [Fri, 30 Aug 2019 22:00:00 +0000 (00:00 +0200)] 
:memo: Add article: Deploying a scikit-learn model with ONNX and FastAPI (#438)

6 years ago:memo: Update release notes
Sebastián Ramírez [Fri, 30 Aug 2019 21:48:53 +0000 (16:48 -0500)] 
:memo: Update release notes

6 years ago:sparkles: Allow using custom 422 validation error and use media type from response...
Zoltan Papp [Fri, 30 Aug 2019 21:46:05 +0000 (00:46 +0300)] 
:sparkles: Allow using custom 422 validation error and use media type from response class in schema (#437)

* media_type of additional responses from the response_class

* Use HTTPValidationError only if a custom one is not defined (Fixes: #429)