]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.135.0 0.135.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 1 Mar 2026 09:27:00 +0000 (10:27 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 1 Mar 2026 09:27:00 +0000 (10:27 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 0475df64b46f90dafe5ac7787614d02098ff43a9..4ad617e477c798ca812be30ff5796ed9b11efa06 100644 (file)
@@ -7,9 +7,12 @@ hide:
 
 ## Latest Changes
 
+## 0.135.0
+
 ### Features
 
 * âœ¨ Add support for Server Sent Events. PR [#15030](https://github.com/fastapi/fastapi/pull/15030) by [@tiangolo](https://github.com/tiangolo).
+    * New docs: [Server-Sent Events (SSE)](https://fastapi.tiangolo.com/tutorial/server-sent-events/).
 
 ## 0.134.0
 
index aac0176ba7b831991329dd4733fb7e29366d4469..c6fcac42f05bf500150e996ae721a7469d8bc236 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.134.0"
+__version__ = "0.135.0"
 
 from starlette import status as status