Skip to content

Commit 73b444d

Browse files
committed
release v3.1.2
1 parent 5176309 commit 73b444d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
## v3.1.1 2024-04-21
217

318
- Wrong types of exclusiveMinimum & exclusiveMaximum fields in Schema class by @Lavertis in #149

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__ = "3.1.1"
5+
__version__ = "3.1.2"

0 commit comments

Comments
 (0)