|
1 |
| -## 2.0.0 2022-??-?? |
| 1 | +## 2.0.0 2022-06-26 |
2 | 2 |
|
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 |
5 | 4 | - [#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 |
8 | 8 | - 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 |
10 | 13 |
|
11 | 14 | ### Breaking Changes
|
12 | 15 |
|
13 | 16 | - Remove export markdown to `flask openapi` command
|
| 17 | +- Configuration `VALIDATE_RESPONSE` rename to `FLASK_OPENAPI_VALIDATE_RESPONSE` |
14 | 18 |
|
15 | 19 | ## v1.1.4 2022-05-05
|
16 | 20 |
|
|
30 | 34 | ## v1.1.0 2022-03-13
|
31 | 35 |
|
32 | 36 | - [#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 |
34 | 38 | - [#14](https://github.com/luolingchun/flask-openapi3/pull/14) Custom parameters: doc_prefix, api_doc_url, swagger_url, redoc_url, rapidoc_url. Thanks @barryrobison
|
35 | 39 | - Upgrade swagger UI v4.6.2
|
36 | 40 | - Upgrade Redoc v2.0.0-rc.63
|
|
44 | 48 |
|
45 | 49 | - [#10](https://github.com/luolingchun/flask-openapi3/issues/10) Fix: header's title case. Thanks @rrr34
|
46 | 50 | - [#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 |
49 | 52 | - Add keyword parameters `summary` and `description`
|
50 | 53 | - Add servers for OpenAPI
|
51 | 54 | - Upgrade swagger UI v4.1.3
|
|
0 commit comments