File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,25 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.5.1] - 2020-12-07
8+ ### Added
9+ - #923 - Exposing swagger-ui on the management port.
10+ - #938 - Swagger-UI Property persistAuthorization.
11+ ### Changed
12+ - Update swagger-core to v2.1.6
13+ - Update swagger-ui to 3.37.2
14+ ### Fixed
15+ - #973 - Nullable meta annotations are ignored
16+ - #971 - WebFlux functional DSL does not recognise query parameters.
17+ - #962 - NPE within AbstractRequestService
18+ - #948 - Swagger ui syntax highlighting configuration properties do not autocomplete.
19+
720## [ 1.5.0] - 2020-11-14
821### Added
922- #891 - Provide a WebMvc.fn / WebFlux.fn functional DSL
1023- #904 - Add support for placeholders for default value in @RequestParam Annotation.
1124- Added property for deterministic and alphabetical orderding: springdoc.writer-with-order-by-keys
12- _ Removal of deprecated method: GroupedOpenApi.setGroup
25+ - Removal of deprecated method: GroupedOpenApi.setGroup
1326### Changed
1427- Upgrade to Swagger-core 2.1.5
1528- Upgrade swagger-ui version to 3.36.2
You can’t perform that action at this time.
0 commit comments