Skip to content

Releases: fastapi/fastapi

0.141.1

Choose a tag to compare

@github-actions github-actions released this 29 Jul 17:17
95f8322

Fixes

  • 🐛 Fix support for background tasks and headers from dependencies in app.frontend(). PR #16105 by @tiangolo.

Docs

0.141.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 14:47
c7e7b65

Features

  • ✨ Add app.frontend(check_dir="auto"), to make local development more convenient with fastapi dev. PR #16102 by @tiangolo.

0.140.13

Choose a tag to compare

@github-actions github-actions released this 28 Jul 15:36
628663f

Fixes

  • 🐛 Fix status_code being ignored for SSE and JSONL streaming endpoints. PR #15937 by @SAURABHSALVE.

Docs

0.140.12

Choose a tag to compare

@github-actions github-actions released this 28 Jul 15:04
5f25505

Fixes

  • 🐛 Fix line splitting in format_sse_event to comply with SSE spec. PR #15515 by @Zawwarsami16.

0.140.11

Choose a tag to compare

@github-actions github-actions released this 28 Jul 14:33
31ce3cb

Fixes

  • 🐛 Fix response_model_* params ignored for non-generator endpoints with Iterable[..] return type. PR #15093 by @YuriiMotov.

0.140.10

Choose a tag to compare

@github-actions github-actions released this 28 Jul 14:21
0f3d3b2

Fixes

Internal

0.140.9

Choose a tag to compare

@github-actions github-actions released this 28 Jul 12:38
6b6c032

Fixes

  • 🐛 Fix exclude_defaults not propagated to dict keys and values in jsonable_encoder. PR #16043 by @MBGrao.

Internal

0.140.8

Choose a tag to compare

@github-actions github-actions released this 28 Jul 10:31
773342f

Fixes

  • 🐛 Fix stream item type lost when using include_router(). PR #15077 by @alex-raw.

0.140.6

Choose a tag to compare

@github-actions github-actions released this 27 Jul 16:31
bcd4e89

Refactors

  • ⚡️ Avoid flattening dependencies for request parameters, mainly for OpenAPI. PR #16073 by @tiangolo.

0.140.5

Choose a tag to compare

@github-actions github-actions released this 27 Jul 16:02
ac068db

Refactors

  • ⚡️ Avoid flattening dependencies for body fields. PR #16071 by @tiangolo.