File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.4.4] - 2020-08-06
8
+ ### Added
9
+ - #815 - Allow swagger-ui property filter to be an empty string
10
+ - #804 - Add Support for DeferredResult
11
+ - #800 - Add support oauth2 pre-selected scope
12
+ - #786 - Generate api-docs for Custom Actuator Endpoint
13
+ - #776 - Enable CSRF support for swagger-ui: Introduce new properties under springdoc.swagger-ui.csrf
14
+ - Added the ability to use fully qualified name with new property: springdoc.use-fqn
15
+ ### Changed
16
+ - upgrade swagger-ui version v3.31.1
17
+ - upgrade swagger-api to v2.1.4
18
+ - upgrade spring-boot version to 2.3.2.RELEASE
19
+ ### Fixed
20
+ - #802 - Fix comment on api-docs.enabled in README.MD
21
+ - #791 - Unable to generate correct definition for request parameter containing JSON
22
+ - #775 - Fix spring-boot actuator endpoint parameters
23
+ - #774 - Fix Weird YAML tag in section OpenAPI spec file
24
+ - #771 - MultipleOpenApiResource issue
25
+
7
26
## [ 1.4.3] - 2020-07-01
8
27
### Added
9
28
- #747 - Added property to override @Deprecated Model converter
You can’t perform that action at this time.
0 commit comments