Skip to content

Commit fca7346

Browse files
committed
release v2.1.0
1 parent 00fa192 commit fca7346

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v2.1.0 2022-09-04
2+
3+
- [#36](https://github.com/luolingchun/flask-openapi3/issues/36) Add extra_form for operation. Thanks @Colin-b
4+
- [#36](https://github.com/luolingchun/flask-openapi3/issues/36) Add extra_body for operation. Thanks @Colin-b
5+
- Add external_docs for operation
6+
- Add servers for operation
7+
- Support parse extra field in parameters
8+
- [#35](https://github.com/luolingchun/flask-openapi3/issues/35) Fixed extra_responses can now be used to set every field in Response. Thanks @Colin-b
9+
- Upgrade Swagger UI 4.14.0
10+
- Upgrade Redoc UI 2.0.0-rc.76
11+
- Upgrade RapiDoc UI 9.3.3
12+
13+
14+
### Breaking Changes
15+
16+
- [#39](https://github.com/luolingchun/flask-openapi3/issues/39) Remove configuration FLASK_OPENAPI_VALIDATE_RESPONSE
17+
18+
119
## v2.0.1 2022-08-07
220

321
- [#32](https://github.com/luolingchun/flask-openapi3/issues/32) Fix: parse_rule is deprecated in werkzeug>=2.2.0.

flask_openapi3/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# @Author : llc
33
# @Time : 2022/4/30 9:20
44

5-
__version__ = '2.0.1'
5+
__version__ = '2.1.0'

0 commit comments

Comments
 (0)