We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f86965 commit 984fbe1Copy full SHA for 984fbe1
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v2.1.1 2022-10-12
2
+
3
+- [#41](https://github.com/luolingchun/flask-openapi3/issues/41) Set the `requestBody required` default value to True. Thanks @Colin-b
4
+- Fix multi decorator for api
5
+- [#42](https://github.com/luolingchun/flask-openapi3/issues/42) Fix required header is not found when `_` in header field. Thanks @elirud
6
7
## v2.1.0 2022-09-04
8
9
- [#36](https://github.com/luolingchun/flask-openapi3/issues/36) Add extra_form for operation. Thanks @Colin-b
flask_openapi3/__version__.py
@@ -2,4 +2,4 @@
# @Author : llc
# @Time : 2022/4/30 9:20
-__version__ = '2.1.0'
+__version__ = "2.1.1"
0 commit comments