question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

how can I know when each version of fastapi release was out?

See original GitHub issue

First Check

  • I added a very descriptive title to this issue.
  • I used the GitHub search to find a similar issue and didn’t find it.
  • I searched the FastAPI documentation, with the integrated search.
  • I already searched in Google “How to X in FastAPI” and didn’t find any information.
  • I already read and followed all the tutorial in the docs and didn’t find an answer.
  • I already checked if it is not related to FastAPI but to Pydantic.
  • I already checked if it is not related to FastAPI but to Swagger UI.
  • I already checked if it is not related to FastAPI but to ReDoc.

Commit to Help

  • I commit to help with one of those options 👆

Example Code

from fastapi import UploadFile

Description

The release notes do not include when each version was out. I would really like to know when 0.78.0 was released? and when the other releases were out?

Operating System

Linux

Operating System Details

Virtual Machine Vmware Ubuntu 18.4

FastAPI Version

0.78.0

Python Version

3.8

Additional Context

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
JarroVGITcommented, Oct 10, 2022

You can find the releases here:

https://github.com/tiangolo/fastapi/releases

0reactions
github-actions[bot]commented, Nov 19, 2022

Assuming the original need was handled, this will be automatically closed now. But feel free to add more comments or create new issues or PRs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Release Notes - FastAPI
Upgraded and relaxed dependencies for package extras all (including new Uvicorn version), when you install "fastapi[all]" . New docs about how to Help ......
Read more >
Releases · tiangolo/fastapi - GitHub
FastAPI framework, high performance, easy to learn, fast to code, ready for production - Releases · tiangolo/fastapi.
Read more >
fastapi - PyPI
fastapi 0.88.0. pip install fastapi. Copy PIP instructions. Latest version. Released: Nov 27, 2022.
Read more >
Releases & Health for FastAPI - Sentry Documentation
A release is a version of your code that is deployed to an environment. When you give Sentry information about your releases, you...
Read more >
FastAPI - Twitter
passed Django in downloads I don't even know what that means, but it's still ... Small FastAPI release, 0.88.0 This upgrades Starlette to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found