Skip to content

Commit e362480

Browse files
committed
CHANGELOG.md update
1 parent 789ad81 commit e362480

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.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.
22+
723
## [1.5.9] - 2021-05-23
824
### Added
925
- #1164 - Provide GraalVM native image support.

0 commit comments

Comments
 (0)