how can I know when each version of fastapi release was out?
See original GitHub issueFirst 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:
- Created a year ago
- Comments:5 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can find the releases here:
https://github.com/tiangolo/fastapi/releases
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.