mirror of https://github.com/tiangolo/fastapi.git
🔖 Release version 0.52.0
This commit is contained in:
parent
ac60cba75f
commit
025b38df40
|
|
@ -1,5 +1,7 @@
|
||||||
## Latest changes
|
## Latest changes
|
||||||
|
|
||||||
|
## 0.52.0
|
||||||
|
|
||||||
* Add new high-performance JSON response class using `orjson`. New docs: [Custom Response - HTML, Stream, File, others: `ORJSONResponse`](https://fastapi.tiangolo.com/advanced/custom-response/#use-orjsonresponse). PR [#1065](https://github.com/tiangolo/fastapi/pull/1065).
|
* Add new high-performance JSON response class using `orjson`. New docs: [Custom Response - HTML, Stream, File, others: `ORJSONResponse`](https://fastapi.tiangolo.com/advanced/custom-response/#use-orjsonresponse). PR [#1065](https://github.com/tiangolo/fastapi/pull/1065).
|
||||||
|
|
||||||
## 0.51.0
|
## 0.51.0
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
||||||
|
|
||||||
__version__ = "0.51.0"
|
__version__ = "0.52.0"
|
||||||
|
|
||||||
from starlette import status
|
from starlette import status
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue