Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b5ca132

Browse filesBrowse files
committed
🔖 Release version 0.124.0
1 parent a2cef70 commit b5ca132
Copy full SHA for b5ca132

File tree

Expand file treeCollapse file tree

2 files changed

+3
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-1
lines changed
Open diff view settings
Collapse file

‎docs/en/docs/release-notes.md‎

Copy file name to clipboardExpand all lines: docs/en/docs/release-notes.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ hide:
77

88
## Latest Changes
99

10+
## 0.124.0
11+
1012
### Features
1113

1214
* 🚸 Improve tracebacks by adding endpoint metadata. PR [#14306](https://github.com/fastapi/fastapi/pull/14306) by [@savannahostrowski](https://github.com/savannahostrowski).
Collapse file

‎fastapi/__init__.py‎

Copy file name to clipboardExpand all lines: fastapi/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
22

3-
__version__ = "0.123.10"
3+
__version__ = "0.124.0"
44

55
from starlette import status as status
66

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.