File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v3.1.2 2024-06-02
2
+
3
+ - Support SWAGGER_CONFIG and OAUTH_CONFIG in app.config by @luolingchun in #153
4
+
5
+ ** DeprecationWarning**
6
+
7
+ - The ` api_doc_url ` is deprecated in v4.x, use ` doc_url ` instead.
8
+ - The ` swagger_url ` is deprecated in v4.x.
9
+ - The ` redoc_url ` is deprecated in v4.x.
10
+ - The ` rapidoc_url ` is deprecated in v4.x.
11
+ - The ` oauth_config ` is deprecated in v4.x, use ` app.config['OAUTH_CONFIG'] ` instead.
12
+ - The ` doc_expansion ` is deprecated in v4.x, use ` app.config['SWAGGER_CONFIG'] ` instead.
13
+ - The ` swagger_config ` is deprecated in v4.x, use ` app.config['SWAGGER_CONFIG'] ` instead.
14
+ - The ` ui_templates ` is deprecated in v4.x.
15
+
1
16
## v3.1.1 2024-04-21
2
17
3
18
- Wrong types of exclusiveMinimum & exclusiveMaximum fields in Schema class by @Lavertis in #149
Original file line number Diff line number Diff line change 2
2
# @Author : llc
3
3
# @Time : 2022/4/30 9:20
4
4
5
- __version__ = "3.1.1 "
5
+ __version__ = "3.1.2 "
You can’t perform that action at this time.
0 commit comments