You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
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.5.10] - 2021-07-27
8
+
### Added
9
+
-#1197 - Add default values for parameter references.
10
+
-#1188 - Ability to override servers in api-docs.yaml using OpenApiCustomiser.
11
+
-#1163 - Add a way for knowing the springdoc-openapi made the request or not.
12
+
-#1225 - Support for spring-native 0.10.1.
13
+
### Changed
14
+
- Upgrade swagger-ui version to 3.51.1.
15
+
- Upgrade swagger-core to 2.1.10.
16
+
- Upgrade spring-boot to 2.5.2.
17
+
### Fixed
18
+
-#1171 - NullPointerException loading Swagger UI with SpringDoc 1.5.6.
19
+
-#1182 - Parameter 3 of method swaggerWelcome in org.springdoc.webflux.ui.SwaggerConfig required a bean of type 'org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping' that could not be found.
20
+
-#1185 - multpart/form-data single paramter cannot resolve in ui.
21
+
-#1196 - RequestPart Integer Param Is shown in the Parameters parameter.
0 commit comments