File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ 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.7] - 2020-09-21
8
+ ### Added
9
+ - #854 - Add pre-loading setting to load OpenAPI early
10
+ ### Changed
11
+ - #852 - API component schema description incorrectly overwritten by API parameter description
12
+ - Upgrade supported spring-boot version to 2.3.4.RELEASE
13
+ - Upgrade swagger-ui version to v3.34.0
14
+ ### Fixed
15
+ - #864 - NPE with QueryDSL configuration - SpringBoot < 2.3.2
16
+ - #861 - Wrong @ManyToOne relationship naming
17
+ - #870 - HAL representation (_ embedded and _ links) in definitions when application returning plain json
18
+ - #869 - Incorrect schema addition on header if used in Spring mapping
19
+ - #847 - spring-rest-docs api-docs endpoint 500 error using Spring Boot: 2.4.0-M2
20
+ - #872 - Javascript error occurs when I set springdoc.swagger-ui.csrf.enabled=true
21
+ - #873 - lazy initialization bug
22
+
7
23
## [ 1.4.6] - 2020-08-31
8
24
### Fixed
9
25
- #844 - Cannot disable Try it out button
You can’t perform that action at this time.
0 commit comments