Skip to content

Commit 9918520

Browse files
author
bnasslahsen
committed
CHANGELOG.md update for release 1.4.7
1 parent 1d69eba commit 9918520

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
723
## [1.4.6] - 2020-08-31
824
### Fixed
925
- #844 - Cannot disable Try it out button

0 commit comments

Comments
 (0)