Skip to content

Commit ab0cd75

Browse files
committed
release v2.0.0
1 parent 2983225 commit ab0cd75

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
## 2.0.0 2022-??-??
1+
## 2.0.0 2022-06-26
22

3-
- [#26]((https://github.com/luolingchun/flask-openapi3/issues/26)) fix: Body throws exception when receiving str instead of dict. Thanks @nor3th
4-
- [#17](https://github.com/luolingchun/flask-openapi3/issues/17) Support for Nested APIBlueprint enhancement. Thanks @dvaerum
3+
- [#26]((https://github.com/luolingchun/flask-openapi3/issues/26)) Fixed: Body throws exception when receiving str instead of dict. Thanks @nor3th
54
- [#23](https://github.com/luolingchun/flask-openapi3/pull/23) Fixed externalDocs support. Thanks @dvaerum
6-
- Add `flask openapi` command
7-
- add options in view functions
5+
- [#28](https://github.com/luolingchun/flask-openapi3/pull/28) Fixed to enable `__root__` property when validation responses. Thanks @dvaerum
6+
- [#17](https://github.com/luolingchun/flask-openapi3/issues/17) Support for Nested APIBlueprint enhancement. Thanks @dvaerum
7+
- [#29](https://github.com/luolingchun/flask-openapi3/pull/29) Support disable warnings. Thanks @dvaerum
88
- Support for empty response body. Thanks @dvaerum
9-
- Upgrade flask to v2.0
9+
- Support reload authorizations in Swagger UI
10+
- Add `flask openapi` command
11+
- Add options in view functions
12+
- Upgrade flask to v2.x
1013

1114
### Breaking Changes
1215

1316
- Remove export markdown to `flask openapi` command
17+
- Configuration `VALIDATE_RESPONSE` rename to `FLASK_OPENAPI_VALIDATE_RESPONSE`
1418

1519
## v1.1.4 2022-05-05
1620

@@ -30,7 +34,7 @@
3034
## v1.1.0 2022-03-13
3135

3236
- [#13](https://github.com/luolingchun/flask-openapi3/issues/13) drop support for flask 1.0.x. Thanks @danmur
33-
- [#15](https://github.com/luolingchun/flask-openapi3/pull/15) Fix to enable BaseModel with __root__ property. Thanks @tarcisiojr
37+
- [#15](https://github.com/luolingchun/flask-openapi3/pull/15) Fix to enable BaseModel with `__root__` property. Thanks @tarcisiojr
3438
- [#14](https://github.com/luolingchun/flask-openapi3/pull/14) Custom parameters: doc_prefix, api_doc_url, swagger_url, redoc_url, rapidoc_url. Thanks @barryrobison
3539
- Upgrade swagger UI v4.6.2
3640
- Upgrade Redoc v2.0.0-rc.63
@@ -44,8 +48,7 @@
4448

4549
- [#10](https://github.com/luolingchun/flask-openapi3/issues/10) Fix: header's title case. Thanks @rrr34
4650
- [#9](https://github.com/luolingchun/flask-openapi3/issues/9) Support for extra responses. Thanks @blynn99
47-
- [#12](https://github.com/luolingchun/flask-openapi3/pull/12) Support for path operation field deprecated. Thanks
48-
@blynn99
51+
- [#12](https://github.com/luolingchun/flask-openapi3/pull/12) Support for path operation field deprecated. Thanks @blynn99
4952
- Add keyword parameters `summary` and `description`
5053
- Add servers for OpenAPI
5154
- Upgrade swagger UI v4.1.3

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.0rc2'
5+
__version__ = '2.0.0'

0 commit comments

Comments
 (0)