fastapi icon indicating copy to clipboard operation
fastapi copied to clipboard

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

Open TamarLevy opened this issue 2 years ago • 1 comments

First Check

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

Commit to Help

  • [X] 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

TamarLevy avatar Sep 20 '22 17:09 TamarLevy

You can find the releases here:

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

JarroVGIT avatar Sep 20 '22 17:09 JarroVGIT

You can subscribe to the mailing list : https://fastapi.tiangolo.com/newsletter/

axel584 avatar Oct 10 '22 06:10 axel584

And if you prefer GitHub, you can always "watch" fastapi's repo and select the Custom/Releases option.

iandronis avatar Oct 22 '22 22:10 iandronis

Thanks for the help everyone! ☕🍰

tiangolo avatar Nov 08 '22 14:11 tiangolo

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.

github-actions[bot] avatar Nov 19 '22 00:11 github-actions[bot]

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.

github-actions[bot] avatar Feb 27 '23 21:02 github-actions[bot]