We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5de5ab commit d4e6685Copy full SHA for d4e6685
1 file changed
CHANGELOG.md
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [1.5.8] - 2021-04-25
8
+### Added
9
+- #1142 - Prevent wrong usage of @ParameterObject for simpleTypes.
10
+- #1142 - Enhance @RequestBody Management
11
+### Changed
12
+- Upgrade swagger-ui version to 3.47.1
13
+- Upgrade swagger-core to 2.1.9
14
+- Upgrade spring-boot to 2.4.5
15
+### Fixed
16
+- #1031 - Incorrect generated Server URL (always returns cached url based on first incoming request after app startup)
17
+
18
## [1.5.7] - 2021-04-09
19
### Added
20
- #1110 - Add configuration flag for tryItOutEnabled
0 commit comments